Skip to content

Commit 0539b0c

Browse files
authored
Merge pull request #40 from iTitus/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents c352b7d + d41e737 commit 0539b0c

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
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Initializes the CodeQL tools for scanning.
5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@v2
60+
uses: github/codeql-action/init@v3
6161
with:
6262
languages: ${{ matrix.language }}
6363
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -85,4 +85,4 @@ jobs:
8585
run: ./gradlew build
8686

8787
- name: Perform CodeQL Analysis
88-
uses: github/codeql-action/analyze@v2
88+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)