Skip to content

Commit 99ef5bb

Browse files
authored
Merge pull request #1905 from intel/dependabot/github_actions/github/codeql-action-3.27.1
build(deps): bump github/codeql-action from 3.27.0 to 3.27.1
2 parents 47aec14 + 58116c9 commit 99ef5bb

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@662472033e021d55d94146f66f6058822b0b39fd # v3
28+
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3
2929
with:
3030
languages: 'go'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3
33+
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # 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@662472033e021d55d94146f66f6058822b0b39fd # v3
29+
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # 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@662472033e021d55d94146f66f6058822b0b39fd # v3
113+
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3
114114
with:
115115
sarif_file: trivy-report.sarif
116116
- name: Convert report to csv

0 commit comments

Comments
 (0)