File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
- name : ' Checkout Repository'
12
12
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
- name : ' Dependency Review'
14
- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
14
+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
Original file line number Diff line number Diff line change 59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29 .5
62
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30 .5
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 75
75
76
76
# This step checks out a copy of your repository.
77
77
- name : Upload SARIF file
78
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29 .5
78
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30 .5
79
79
with :
80
80
token : ${{ github.token }}
81
81
# Path to SARIF file relative to the root of the repository
You can’t perform that action at this time.
0 commit comments