]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: bump github/codeql-action in the all-actions group
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Apr 2025 01:57:28 +0000 (01:57 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 7 Apr 2025 12:37:59 +0000 (07:37 -0500)
Bumps the all-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).

Updates `github/codeql-action` from 3.28.10 to 3.28.13
- [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/b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d...1b549b9259bda1cb5ddde3b41741a82a2d15a841)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Link: https://github.com/kmod-project/kmod/pull/330
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/codeql.yml

index f898df24b9346f2777568db8b41126a49f7b994d..4c0fa0aa9bb52c7176e8416fda0e2bad9e6e5760 100644 (file)
@@ -46,7 +46,7 @@ jobs:
           .github/print-kdir.sh >> "$GITHUB_ENV"
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+        uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
         with:
           languages: cpp
           queries: +security-and-quality
@@ -58,7 +58,7 @@ jobs:
           meson compile
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+        uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
         with:
           category: "/language:cpp"
           upload: false
@@ -73,7 +73,7 @@ jobs:
           output: sarif-results/cpp.sarif
 
       - name: Upload CodeQL results to code scanning
-        uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+        uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
         with:
           sarif_file: sarif-results/cpp.sarif
           category: "/language:cpp"