Skip to content

Commit

Permalink
Bump github/codeql-action from 3.24.8 to 3.24.9
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.24.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@05963f4...1b1aada)

---
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 and DaanDeMeyer committed Apr 2, 2024
1 parent d78f607 commit 1d851e1
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 @@ -35,13 +35,13 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- name: Initialize CodeQL
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2
with:
languages: ${{ matrix.language }}
queries: +security-extended,security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@05963f47d870e2cb19a537396c1f668a348c7d8f
uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2

0 comments on commit 1d851e1

Please sign in to comment.