Skip to content

Commit fe99c1a

Browse files
authored
Merge pull request #1620 from intel/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
2 parents c51850b + b78c097 commit fe99c1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lib-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
check-latest: true
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@v2
29+
uses: github/codeql-action/init@v3
3030
with:
3131
languages: 'go'
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v2
34+
uses: github/codeql-action/analyze@v3
3535
with:
3636
category: "/language:go"

.github/workflows/lib-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
publish_results: true
2929

3030
- name: "Upload results to security"
31-
uses: github/codeql-action/upload-sarif@v2
31+
uses: github/codeql-action/upload-sarif@v3
3232
with:
3333
sarif_file: results.sarif

.github/workflows/lib-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload sarif report to GitHub Security tab
117117
if: ${{ inputs.upload-to-github-security-tab }}
118-
uses: github/codeql-action/upload-sarif@v2
118+
uses: github/codeql-action/upload-sarif@v3
119119
with:
120120
sarif_file: trivy-report.sarif
121121

0 commit comments

Comments
 (0)