Skip to content

Commit d1463bc

Browse files
authored
Update codeql-analysis.yml
1 parent a933c82 commit d1463bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
@@ -48,7 +48,7 @@ jobs:
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4949

5050
- name: Setup Java JDK
51-
uses: actions/setup-java@v2
51+
uses: actions/setup-java@v3
5252
with:
5353
distribution: 'temurin'
5454
java-version: 17

0 commit comments

Comments
 (0)