]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump github/codeql-action from 3.26.12 to 3.26.13 11972/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 16 Oct 2024 04:28:46 +0000 (04:28 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2024 04:28:46 +0000 (04:28 +0000)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.26.12...v3.26.13)

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

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

index d997c768b382d447225109cd5562cbd63b82677f..e835712e42c48b292a2d8bf219908acffd9ae544 100644 (file)
@@ -41,7 +41,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v3.26.12
+      uses: github/codeql-action/init@v3.26.13
       with:
         languages: ${{ matrix.language }}
         queries: security-extended
@@ -62,4 +62,4 @@ jobs:
        ./configure --enable-warnings
        make
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3.26.12
+      uses: github/codeql-action/analyze@v3.26.13
index b634de025f71408f1a61f365cbfd8064f6dc7817..9451ce4bc0d4ab21655ad68fb95d17583b1b7dd8 100644 (file)
@@ -51,6 +51,6 @@ jobs:
 
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload SARIF results"
-        uses: github/codeql-action/upload-sarif@ea2cd92c21b192add69983116b8b3222b09da33b # v1
+        uses: github/codeql-action/upload-sarif@563627499baf8d9e7b90a56ba0e1c42113d43fb9 # v1
         with:
           sarif_file: results.sarif