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.28.0 to 3.28.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 3.28.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](48ab28a6f5...b6a472f63d
)
---
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
614da277b9
commit
11f620331b
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
|
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
|
||||||
with:
|
with:
|
||||||
languages: 'go'
|
languages: 'go'
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
|
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # 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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
|
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # 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
@ -31,6 +31,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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
|
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
|
||||||
with:
|
with:
|
||||||
sarif_file: trivy-report.sarif
|
sarif_file: trivy-report.sarif
|
||||||
|
Loading…
Reference in New Issue
Block a user