Skip to content

Commit

Permalink
build(deps): Bump the actions-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `github/codeql-action` from 3.28.0 to 3.28.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.28.0...v3.28.5)

Updates `codecov/codecov-action` from 5.1.2 to 5.3.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.1.2...v5.3.1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2025
1 parent b355d59 commit e240ee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Initialize CodeQL
id: init_codeql
if: env.ENABLED == '1'
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].5
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -116,6 +116,6 @@ jobs:

- name: Perform CodeQL Analysis
if: env.ENABLED == '1'
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].5
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/infersharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
run: echo "${{ steps.runinfersharp.outputs.results }}"

- name: Upload SARIF output to GitHub Security Center
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].5
with:
sarif_file: infer-out/report.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Upload code coverage results to codecov
if: env.ENABLED == '1'
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
flags: unittests
verbose: true
Expand Down

0 comments on commit e240ee9

Please sign in to comment.