]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump github/codeql-action from 4 to 4.37.3 (#16)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 5 Aug 2026 19:39:04 +0000 (21:39 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2026 19:39:04 +0000 (21:39 +0200)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/codeql.yaml

index 0cc1eac2978e6680342a9fe0276717484baa5215..763fe36c21f0bcd475b9eed03d17d9630df67317 100644 (file)
@@ -25,15 +25,15 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v4
+        uses: github/codeql-action/init@v4.37.3
         with:
           languages: 'python,javascript'
           # queries: security-and-quality
 
       - name: Autobuild
-        uses: github/codeql-action/autobuild@v4
+        uses: github/codeql-action/autobuild@v4.37.3
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v4
+        uses: github/codeql-action/analyze@v4.37.3
         with:
           category: "/language:multi"