Skip to content

Commit

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

build(deps): bump github/codeql-action from 3.28.1 to 3.28.6
  • Loading branch information
mythi authored Jan 28, 2025
2 parents 4caec2a + 90bc436 commit 2733bdc
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
with:
languages: 'go'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # 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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # 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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
with:
sarif_file: trivy-report.sarif

0 comments on commit 2733bdc

Please sign in to comment.