Skip to content

Commit

Permalink
Bump github/codeql-action from 3.25.10 to 3.25.11
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@23acc5c...b611370)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a11d2c5 commit c9671bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251'
uses: 'github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251'
uses: 'github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251'
uses: 'github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c'

0 comments on commit c9671bb

Please sign in to comment.