]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Bump github/codeql-action from 4 to 4.37.3 dependabot/github_actions/github/codeql-action-4.37.3 17832/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 31 Jul 2026 14:33:42 +0000 (14:33 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2026 14:33:42 +0000 (14:33 +0000)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.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/v4...v4.37.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codeql-analysis.yml

index 659e9b38828c22de949e494788f20ed9598c4474..3adbf4a3e81eee9261752d3fda032b82fd27f894 100644 (file)
@@ -77,7 +77,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v4
+      uses: github/codeql-action/init@v4.37.3
       with:
         languages: ${{ matrix.language }}
         build-mode: manual
@@ -260,7 +260,7 @@ jobs:
         fi
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v4
+      uses: github/codeql-action/analyze@v4.37.3
 
   check-clang-tidy:
     needs: analyze