Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 9c49fd9

Browse files
Bump github/codeql-action from 3.24.1 to 3.24.10 (#316)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.1 to 3.24.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e675ced...4355270) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44c56ec commit 9c49fd9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
4141

4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v2.3.3
43+
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v2.3.3
4444
with:
4545
languages: ${{ matrix.language }}
4646
queries: +security-and-quality
4747

4848
- name: Autobuild
49-
uses: github/codeql-action/autobuild@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v2.3.3
49+
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v2.3.3
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v2.3.3
52+
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v2.3.3
5353
with:
5454
category: "/language:${{ matrix.language }}"
5555

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
75+
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
7676
with:
7777
sarif_file: results.sarif

Diff for: .github/workflows/trivy-testpmd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
severity: 'CRITICAL,HIGH'
4848

4949
- name: Upload Trivy scan results to GitHub Security tab
50-
uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
50+
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
5151
with:
5252
sarif_file: 'testpmd-trivy-results.sarif'

Diff for: .github/workflows/trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
severity: 'CRITICAL,HIGH'
5050

5151
- name: Upload Trivy scan results to GitHub Security tab
52-
uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
52+
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
5353
with:
5454
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)