Skip to content

Commit d224021

Browse files
dependabot[bot]sebveit
authored andcommitted
ci(deps): bump github/codeql-action from 2 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 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@v2...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>
1 parent fbf3695 commit d224021

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
output: 'trivy-results.sarif'
8383

8484
- name: Upload Trivy results to GitHub Security
85-
uses: github/codeql-action/upload-sarif@v3
85+
uses: github/codeql-action/upload-sarif@v4
8686
with:
8787
sarif_file: 'trivy-results.sarif'

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distribution: 'temurin'
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@v2
36+
uses: github/codeql-action/init@v4
3737
with:
3838
languages: ${{ matrix.language }}
3939
queries: security-and-quality
@@ -42,6 +42,6 @@ jobs:
4242
run: ./gradlew build --no-daemon
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v2
45+
uses: github/codeql-action/analyze@v4
4646
with:
4747
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)