Skip to content

Commit 97574e9

Browse files
Update codeql-analysis.yml
1 parent 5fbd97a commit 97574e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
java-version: 17.0.x
3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v2
39+
uses: github/codeql-action/init@v2.13.3
4040
with:
4141
languages: ${{ matrix.language }}
4242

4343
- name: Autobuild
44-
uses: github/codeql-action/autobuild@v2
44+
uses: github/codeql-action/autobuild@v2.13.3
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v2
47+
uses: github/codeql-action/analyze@v2.13.3

0 commit comments

Comments
 (0)