File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
189
189
# Check for any typos
190
190
- name : Check for typos
191
- uses : crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1
191
+ uses : crate-ci/typos@0f0ccba9ed1df83948f0c15026e4f5ccfce46109 # v1.32.0
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Dependabot metadata
25
25
id : metadata
26
- uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3 .0
26
+ uses : dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4 .0
27
27
with :
28
28
github-token : " ${{ secrets.GITHUB_TOKEN }}"
29
29
Original file line number Diff line number Diff line change 28
28
- name : Setup Node
29
29
uses : ./.github/actions/setup-node
30
30
31
- - uses : tj-actions/changed-files@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f # v45.0.7
31
+ - uses : tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a # v45.0.7
32
32
id : changed-files
33
33
with :
34
34
files : |
Original file line number Diff line number Diff line change 47
47
48
48
# Upload the results to GitHub's code scanning dashboard.
49
49
- name : " Upload to code-scanning"
50
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
50
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
51
51
with :
52
52
sarif_file : results.sarif
Original file line number Diff line number Diff line change 38
38
uses : ./.github/actions/setup-go
39
39
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
41
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
42
42
with :
43
43
languages : go, javascript
44
44
48
48
rm Makefile
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
51
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
52
52
53
53
- name : Send Slack notification on failure
54
54
if : ${{ failure() }}
@@ -150,7 +150,7 @@ jobs:
150
150
severity : " CRITICAL,HIGH"
151
151
152
152
- name : Upload Trivy scan results to GitHub Security tab
153
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
153
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
154
154
with :
155
155
sarif_file : trivy-results.sarif
156
156
category : " Trivy"
You can’t perform that action at this time.
0 commit comments