Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group across 1 dire…
Browse files Browse the repository at this point in the history
…ctory with 2 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [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.27.4 to 3.27.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.27.4...v3.27.5)

Updates `codecov/codecov-action` from 5.0.0 to 5.0.7
- [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.0.0...v5.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Nov 22, 2024
1 parent 58a3d2b commit 6b88472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/[email protected]
- uses: github/codeql-action/[email protected].4
- uses: github/codeql-action/[email protected].5
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/[email protected].4
- uses: github/codeql-action/[email protected].5

dependency-review:
name: 🛡️ Dependency Review
Expand Down Expand Up @@ -287,6 +287,6 @@ jobs:

- name: 📊 Code coverage
if: inputs.coverage == 'codecov'
uses: codecov/[email protected].0
uses: codecov/[email protected].7
with:
use_oidc: true

0 comments on commit 6b88472

Please sign in to comment.