Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and igaw committed Dec 19, 2023
1 parent 7fa2e65 commit 84bb812
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 @@ -49,13 +49,13 @@ jobs:
# Initializes the CodeQL tools for scanning.
- if: matrix.language == 'c-cpp'
name: Initialize CodeQL C
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: 'c-cpp'

- if: matrix.language == 'python'
name: Initialize CodeQL Python
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: 'python'
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -66,6 +66,6 @@ jobs:
ninja -C .build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 84bb812

Please sign in to comment.