From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:52:50 +0000 (+0000) Subject: github-actions: bump github/codeql-action from 3.25.3 to 3.25.7 X-Git-Tag: suricata-8.0.0-beta1~1233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4652f4ccf70e5e17c0f6e267e4650ba0d4feca;p=thirdparty%2Fsuricata.git github-actions: bump github/codeql-action from 3.25.3 to 3.25.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.25.3...v3.25.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b7db5b86dd..35c7250f1c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.25.3 + uses: github/codeql-action/init@v3.25.7 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.25.3 + uses: github/codeql-action/analyze@v3.25.7 diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index d8ce92a3d0..f79a04a119 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload SARIF results" - uses: github/codeql-action/upload-sarif@41857bab356c91c1decab862427445155c08ca39 # v1 + uses: github/codeql-action/upload-sarif@add199be7753abbeb58eee647967afe140edaba1 # v1 with: sarif_file: results.sarif