Skip to content

Commit 686024d

Browse files
build(deps): bump github/codeql-action from 3 to 4 (#8)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Netzulo <netzuleando@gmail.com>
1 parent 63b6d39 commit 686024d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/security.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ jobs:
2222
matrix:
2323
language: [ 'javascript', 'python' ]
2424
steps:
25+
<<<<<<< dependabot/github_actions/github/codeql-action-4
26+
- uses: actions/checkout@v4
27+
- uses: github/codeql-action/init@v4
28+
=======
2529
- uses: actions/checkout@v6
2630
- uses: github/codeql-action/init@v3
31+
>>>>>>> main
2732
with:
2833
languages: ${{ matrix.language }}
29-
- uses: github/codeql-action/analyze@v3
34+
- uses: github/codeql-action/analyze@v4
3035

3136
trivy-image:
3237
name: Trivy scan (image)
@@ -58,6 +63,6 @@ jobs:
5863
severity: 'CRITICAL,HIGH'
5964

6065
- name: Upload Trivy SARIF
61-
uses: github/codeql-action/upload-sarif@v3
66+
uses: github/codeql-action/upload-sarif@v4
6267
with:
6368
sarif_file: trivy-image.sarif

0 commit comments

Comments
 (0)