File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
- name : ' Checkout Repository'
12
12
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13
13
- name : ' Dependency Review'
14
- uses : actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
14
+ uses : actions/dependency-review-action@733dd5d4a5203f238c33806593ec0f5fc5343d8c # v4.2.4
Original file line number Diff line number Diff line change 13
13
repository-projects : write
14
14
issues : write
15
15
steps :
16
- - uses : actions/add-to-project@0609a2702eefb44781da00f8e04901d6e5cd2b92 # v0.6.0
16
+ - uses : actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1
17
17
with :
18
18
project-url : https://github.com/orgs/kubernetes/projects/104
19
19
github-token : ${{ secrets.PROJECT_WRITER }}
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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
62
+ uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
78
+ uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
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