Skip to content

Commit b2b48e3

Browse files
authored
Merge pull request #1770 from intel/dependabot/github_actions/github/codeql-action-3.25.11
build(deps): bump github/codeql-action from 3.25.10 to 3.25.11
2 parents e8e11d0 + 8ec7fa7 commit b2b48e3

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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
28+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
2929
with:
3030
languages: 'go'
3131

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

0 commit comments

Comments
 (0)