]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump github/codeql-action from 2 to 3 13620/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Dec 2023 15:51:40 +0000 (15:51 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 15:51:40 +0000 (15:51 +0000)
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>
.github/workflows/codeql-analysis.yml

index 50f53025ad7c7377103836bff12be3de6a88bf78..a51deb76cf48859b7446b0bdbaf1272e3d24476d 100644 (file)
@@ -70,7 +70,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2
+      uses: github/codeql-action/init@v3
       with:
         languages: ${{ matrix.language }}
         queries: +security-and-quality
@@ -246,7 +246,7 @@ jobs:
         fi
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@v3
 
   check-clang-tidy:
     needs: analyze