From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:22:28 +0000 (+0000) Subject: github-actions: bump github/codeql-action from 3.28.8 to 3.28.10 X-Git-Tag: suricata-8.0.0-beta1~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d38c4de19f3f9e92f489b197c99ed9d8e4f72d6;p=thirdparty%2Fsuricata.git github-actions: bump github/codeql-action from 3.28.8 to 3.28.10 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.28.8...v3.28.10) --- 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 f5743a7265..289b6f09a9 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.28.8 + uses: github/codeql-action/init@v3.28.10 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.28.8 + uses: github/codeql-action/analyze@v3.28.10 diff --git a/.github/workflows/codeqlpy.yml b/.github/workflows/codeqlpy.yml index b185295a94..3f533d005a 100644 --- a/.github/workflows/codeqlpy.yml +++ b/.github/workflows/codeqlpy.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.28.8 + uses: github/codeql-action/init@v3.28.10 with: languages: ${{ matrix.language }} queries: security-extended @@ -64,4 +64,4 @@ jobs: ./configure --enable-warnings make - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.28.8 + uses: github/codeql-action/analyze@v3.28.10 diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index c3600a1b78..fe17297648 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@0701025a8b1600e416be4f3bb5a830b1aa6af01e # v1 + uses: github/codeql-action/upload-sarif@83923549f688e42b34d0b90ee94725f7c30532fc # v1 with: sarif_file: results.sarif