1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00

🔨️ (deps): Bump github/codeql-action from 2 to 3

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](https://github.com/github/codeql-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-14 08:40:50 +00:00 committed by Stefano Pigozzi
parent ee5b4a1c01
commit 42b182e515

View file

@ -21,9 +21,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: "🔨 Initialize CodeQL" - name: "🔨 Initialize CodeQL"
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v3
with: with:
languages: python languages: python
- name: "🔍 Perform CodeQL analysis" - name: "🔍 Perform CodeQL analysis"
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v3