]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump github/codeql-action from 3.24.7 to 3.25.11
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Jul 2024 11:19:36 +0000 (11:19 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 1 Jul 2024 20:08:28 +0000 (22:08 +0200)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.25.11.
- [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/3ab4101902695724f9365a384f86c1074d94e18c...b611370bb5703a7efb587f9d136a52ea24c5c38c)

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

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

index 9b917405fe4588f0189a3ae3345e73c6a738d206..93c42b268a1a59fbcbf8f46a67e396658b46a496 100644 (file)
@@ -68,7 +68,7 @@ jobs:
           path: ./out/artifacts
       - name: Upload Sarif
         if: always() && steps.build.outcome == 'success'
-        uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c
+        uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
         with:
           # Path to SARIF file relative to the root of the repository
           sarif_file: cifuzz-sarif/results.sarif
index 4065cae9e3e97b0bbeb97f880aff5f24c7a71880..ecaea630e0e20fec3cc638343543fec1a7d25066 100644 (file)
@@ -45,7 +45,7 @@ jobs:
       uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
 
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
+      uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
       with:
         languages: ${{ matrix.language }}
         config-file: ./.github/codeql-config.yml
@@ -53,7 +53,7 @@ jobs:
     - run: sudo -E .github/workflows/unit_tests.sh SETUP
 
     - name: Autobuild
-      uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c
+      uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c
+      uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c