mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
build(deps): bump github/codeql-action from 3.27.6 to 3.27.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.6 to 3.27.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](aa57810251...df409f7d92
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ba1c20585c
commit
50b107020c
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