Skip to content

Commit 8c1a1fe

Browse files
dependabot[bot]zoff99
authored andcommitted
Bump github/codeql-action from 3 to 4
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]>
1 parent 3a02791 commit 8c1a1fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@v4
3131
with:
3232
languages: ${{ matrix.language }}
3333

@@ -39,7 +39,7 @@ jobs:
3939
run: cd android-refimpl-app ; ./gradlew assembleRelease
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v4
4343
with:
4444
upload: false # disable the upload here - we will upload in a different action
4545
output: sarif-results
@@ -55,7 +55,7 @@ jobs:
5555
output: sarif-results/${{ matrix.language }}.sarif
5656

5757
- name: Upload SARIF
58-
uses: github/codeql-action/upload-sarif@v3
58+
uses: github/codeql-action/upload-sarif@v4
5959
with:
6060
sarif_file: sarif-results/${{ matrix.language }}.sarif
6161

0 commit comments

Comments
 (0)