File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# Initializes the CodeQL tools for scanning.
60
60
- name : Initialize CodeQL
61
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
61
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
62
62
with :
63
63
languages : ${{ matrix.language }}
64
64
# If you wish to specify custom queries, you can do so here or in a config file.
88
88
# make release
89
89
90
90
- name : Perform CodeQL Analysis
91
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
91
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
Original file line number Diff line number Diff line change 64
64
retention-days : 5
65
65
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
67
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # 3.28.10
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments