Skip to content

Commit

Permalink
Merge pull request #1953 from intel/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3.28.1

build(deps): bump github/codeql-action from 3.28.0 to 3.28.1
  • Loading branch information
tkatila authored Jan 13, 2025
2 parents 614da27 + 11f6203 commit 934f99d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libze1 libze-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
with:
languages: 'go'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
with:
category: "/language:go"
2 changes: 1 addition & 1 deletion .github/workflows/lib-scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
results_format: sarif
publish_results: true
- name: "Upload results to security"
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/trivy-periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
format: sarif
output: trivy-report.sarif
- name: Upload sarif report to GitHub Security tab
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
with:
sarif_file: trivy-report.sarif

0 comments on commit 934f99d

Please sign in to comment.