Skip to content

Commit 1e48cf3

Browse files
Bump the github-actions group with 2 updates (#39)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Collom <[email protected]>
1 parent dd8ee3f commit 1e48cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/scan.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
kubescape:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: kubescape/github-action@main
99
continue-on-error: true
1010
with:
@@ -15,6 +15,6 @@ jobs:
1515
# # Optional: Scan a specific path. Default will scan the whole repository
1616
# files: "examples/*.yaml"
1717
- name: Upload Kubescape scan results to Github Code Scanning
18-
uses: github/codeql-action/upload-sarif@v2
18+
uses: github/codeql-action/upload-sarif@v3
1919
with:
2020
sarif_file: results.sarif

0 commit comments

Comments
 (0)