]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump github/codeql-action from 4.37.3 to 4.37.7 (#18)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 24 Aug 2026 20:24:33 +0000 (22:24 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2026 20:24:33 +0000 (22:24 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.3 to 4.37.7.
- [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.37.3...v4.37.7)

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

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 763fe36c21f0bcd475b9eed03d17d9630df67317..5534f8eae2a2246fbdc0b624d6c674e3dbc94f12 100644 (file)
@@ -25,15 +25,15 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v4.37.3
+        uses: github/codeql-action/init@v4.37.7
         with:
           languages: 'python,javascript'
           # queries: security-and-quality
 
       - name: Autobuild
-        uses: github/codeql-action/autobuild@v4.37.3
+        uses: github/codeql-action/autobuild@v4.37.7
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v4.37.3
+        uses: github/codeql-action/analyze@v4.37.7
         with:
           category: "/language:multi"