File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
if : ${{ github.event_name == 'pull_request' }}
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=v3.28.10
34
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # tag=v3.28.11
35
35
with :
36
36
languages : java
37
37
- name : Autobuild
38
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=v3.28.10
38
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # tag=v3.28.11
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # tag=v3.28.10
40
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # tag=v3.28.11
You can’t perform that action at this time.
0 commit comments