mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #1932 from intel/dependabot/github_actions/github/codeql-action-3.27.9
build(deps): bump github/codeql-action from 3.27.6 to 3.27.9
This commit is contained in:
commit
31284dea94
4
.github/workflows/lib-codeql.yaml
vendored
4
.github/workflows/lib-codeql.yaml
vendored
@ -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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||
with:
|
||||
languages: 'go'
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||
with:
|
||||
category: "/language:go"
|
||||
|
2
.github/workflows/lib-scorecard.yaml
vendored
2
.github/workflows/lib-scorecard.yaml
vendored
@ -26,6 +26,6 @@ jobs:
|
||||
results_format: sarif
|
||||
publish_results: true
|
||||
- name: "Upload results to security"
|
||||
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
2
.github/workflows/trivy-periodic.yaml
vendored
2
.github/workflows/trivy-periodic.yaml
vendored
@ -32,6 +32,6 @@ jobs:
|
||||
format: sarif
|
||||
output: trivy-report.sarif
|
||||
- name: Upload sarif report to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||
with:
|
||||
sarif_file: trivy-report.sarif
|
||||
|
Loading…
Reference in New Issue
Block a user