Skip to content

Commit baf5100

Browse files
chore(deps): update github/codeql-action action to v3 (release/v1.32.x) (#10508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a331f69 commit baf5100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-daily.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: 17.0.6
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v2
26+
uses: github/codeql-action/init@v3
2727
with:
2828
languages: java
2929
# using "latest" helps to keep up with the latest Kotlin support
@@ -36,7 +36,7 @@ jobs:
3636
arguments: assemble -x javadoc --no-build-cache --no-daemon
3737

3838
- name: Perform CodeQL analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@v3
4040

4141
workflow-notification:
4242
needs:

0 commit comments

Comments
 (0)