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 update
|
||||||
sudo apt-get install -y libze1 libze-dev
|
sudo apt-get install -y libze1 libze-dev
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||||
with:
|
with:
|
||||||
languages: 'go'
|
languages: 'go'
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||||
with:
|
with:
|
||||||
category: "/language:go"
|
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
|
results_format: sarif
|
||||||
publish_results: true
|
publish_results: true
|
||||||
- name: "Upload results to security"
|
- name: "Upload results to security"
|
||||||
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
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
|
format: sarif
|
||||||
output: trivy-report.sarif
|
output: trivy-report.sarif
|
||||||
- name: Upload sarif report to GitHub Security tab
|
- 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:
|
with:
|
||||||
sarif_file: trivy-report.sarif
|
sarif_file: trivy-report.sarif
|
||||||
|
Loading…
Reference in New Issue
Block a user