File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
42
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
build-mode : ${{ matrix.build-mode }}
53
53
exit 0
54
54
55
55
- name : Perform CodeQL Analysis
56
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
56
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
57
57
with :
58
58
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 16
16
- name : Checkout code
17
17
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
- name : Ensure SHA pinned actions
19
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5 # v3 .0.25
19
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 # v4 .0.0
Original file line number Diff line number Diff line change 56
56
# Upload the results to GitHub's code scanning dashboard (optional).
57
57
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
59
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments