Skip to content

Commit 6b9f572

Browse files
Update Workflows (#903)
* Update CodeQL * oopsies
1 parent 68b08ed commit 6b9f572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-analysis.yml

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

7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v1
75+
uses: github/codeql-action/init@v2
7676
with:
7777
languages: ${{ matrix.language }}
7878
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -83,7 +83,7 @@ jobs:
8383
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8484
# If this step fails, then you should remove it and run the build manually (see below)
8585
#- name: Autobuild
86-
# uses: github/codeql-action/autobuild@v1
86+
# uses: github/codeql-action/autobuild@v2
8787

8888
# ℹ️ Command-line programs to run using the OS shell.
8989
# 📚 https://git.io/JvXDl
@@ -95,4 +95,4 @@ jobs:
9595
./gradlew build
9696
9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v1
98+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)