Skip to content

Commit fcd8d73

Browse files
Bump github/codeql-action from 3 to 4 (#1412)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c73ea3 commit fcd8d73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
run: mvn generate-sources
6565

6666
- name: 'Initialize CodeQL'
67-
uses: github/codeql-action/init@v3
67+
uses: github/codeql-action/init@v4
6868
with:
6969
languages: ${{ matrix.language }}
7070
build-mode: ${{ matrix.build-mode }}
7171

7272
- name: 'Perform CodeQL Analysis'
73-
uses: github/codeql-action/analyze@v3
73+
uses: github/codeql-action/analyze@v4
7474
with:
7575
category: "/language:${{matrix.language}}"

.github/workflows/owasp-dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
files: 'target/dependency-check-report.sarif'
5151

5252
- name: 'Upload result to GitHub Code Scanning'
53-
uses: github/codeql-action/upload-sarif@v3
53+
uses: github/codeql-action/upload-sarif@v4
5454
if: steps.check_files.outputs.files_exists == 'true'
5555
with:
5656
sarif_file: target/dependency-check-report.sarif

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
files: 'trivy-results.sarif'
6060

6161
- name: 'Upload Trivy scan results to GitHub Security tab'
62-
uses: github/codeql-action/upload-sarif@v3
62+
uses: github/codeql-action/upload-sarif@v4
6363
if: steps.check_files.outputs.files_exists == 'true'
6464
with:
6565
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)