Skip to content

Commit 9f47ccd

Browse files
chore(deps): update github/codeql-action action to v4
1 parent c2ff786 commit 9f47ccd

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Initialize CodeQL tools for scanning
34-
uses: github/codeql-action/init@v3
34+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4
3535
with:
3636
languages: ${{ matrix.language }}
3737
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,4 +55,4 @@ jobs:
5555
run: ./gradlew -Dprofile=verbose clean build -x test
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@v3
58+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4

0 commit comments

Comments
 (0)