Skip to content

Commit 2db0184

Browse files
chore: bump github/codeql-action from 2 to 3 (#6653)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- 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 dd9cefa commit 2db0184

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/security.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
severity: "HIGH,CRITICAL"
6767

6868
- name: Upload Trivy scan results to GitHub Security tab
69-
uses: github/codeql-action/upload-sarif@v2
69+
uses: github/codeql-action/upload-sarif@v3
7070
with:
7171
sarif_file: "trivy-repo-results.sarif"
7272

@@ -84,13 +84,13 @@ jobs:
8484

8585
# Initializes the CodeQL tools for scanning.
8686
- name: Initialize CodeQL
87-
uses: github/codeql-action/init@v2
87+
uses: github/codeql-action/init@v3
8888
with:
8989
config-file: ./.github/codeql-config.yml
9090
languages: javascript
9191

9292
- name: Autobuild
93-
uses: github/codeql-action/autobuild@v2
93+
uses: github/codeql-action/autobuild@v3
9494

9595
- name: Perform CodeQL Analysis
96-
uses: github/codeql-action/analyze@v2
96+
uses: github/codeql-action/analyze@v3

.github/workflows/trivy-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
severity: "HIGH,CRITICAL"
6161

6262
- name: Upload Trivy scan results to GitHub Security tab
63-
uses: github/codeql-action/upload-sarif@v2
63+
uses: github/codeql-action/upload-sarif@v3
6464
with:
6565
sarif_file: "trivy-image-results.sarif"

0 commit comments

Comments
 (0)