Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.26.4 to 3.26.6
- [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.26.4...v3.26.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Aug 30, 2024
1 parent 6c6ef0d commit 17bd324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/checkout@0.14.0
- uses: github/codeql-action/init@v3.26.4
- uses: github/codeql-action/init@v3.26.6
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/analyze@v3.26.4
- uses: github/codeql-action/analyze@v3.26.6

dependency-review:
name: 🛡️ Dependency Review
Expand Down

0 comments on commit 17bd324

Please sign in to comment.