Skip to content

Commit e01c4e4

Browse files
authored
Merge pull request #1809 from intel/dependabot/github_actions/github/codeql-action-3.26.2
build(deps): bump github/codeql-action from 3.26.0 to 3.26.2
2 parents 294b7b9 + 47d5c92 commit e01c4e4

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
@@ -25,11 +25,11 @@ jobs:
2525
check-latest: true
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
28+
uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
2929
with:
3030
languages: 'go'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
33+
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
3434
with:
3535
category: "/language:go"

.github/workflows/lib-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
results_format: sarif
2727
publish_results: true
2828
- name: "Upload results to security"
29-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
29+
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
3030
with:
3131
sarif_file: results.sarif

.github/workflows/lib-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
output: trivy-report.sarif
111111
- name: Upload sarif report to GitHub Security tab
112112
if: ${{ inputs.upload-to-github-security-tab }}
113-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
113+
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
114114
with:
115115
sarif_file: trivy-report.sarif
116116
- name: Convert report to csv

0 commit comments

Comments
 (0)