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

Commit c0f0318

Browse files
Bump github/codeql-action from 2.22.8 to 3.22.11 (#236)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.8 to 3.22.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@407ffaf...b374143) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12a2bf3 commit c0f0318

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
@@ -34,15 +34,15 @@ jobs:
3434
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.3.3
37+
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v2.3.3
3838
with:
3939
languages: ${{ matrix.language }}
4040
queries: +security-and-quality
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.3.3
43+
uses: github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v2.3.3
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.3.3
46+
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v2.3.3
4747
with:
4848
category: "/language:${{ matrix.language }}"

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
70+
uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
7171
with:
7272
sarif_file: results.sarif

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
severity: 'CRITICAL,HIGH'
4343

4444
- name: Upload Trivy scan results to GitHub Security tab
45-
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
45+
uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
4646
with:
4747
sarif_file: 'testpmd-trivy-results.sarif'

Diff for: .github/workflows/trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
severity: 'CRITICAL,HIGH'
4545

4646
- name: Upload Trivy scan results to GitHub Security tab
47-
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
47+
uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
4848
with:
4949
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)