File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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@2872c382bb9668d4baa5eade234dcbc0048ca2cf # v1.28.2
191
+ uses : crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
Original file line number Diff line number Diff line change 50
50
uses : depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1.6.0
51
51
52
52
- name : Set up Docker Buildx
53
- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
53
+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
54
54
55
55
- name : Login to DockerHub
56
56
if : github.ref == 'refs/heads/main'
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
50
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
41
+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
51
+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
52
52
53
53
- name : Send Slack notification on failure
54
54
if : ${{ failure() }}
@@ -144,7 +144,7 @@ jobs:
144
144
severity : " CRITICAL,HIGH"
145
145
146
146
- name : Upload Trivy scan results to GitHub Security tab
147
- uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
147
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
148
148
with :
149
149
sarif_file : trivy-results.sarif
150
150
category : " Trivy"
You can’t perform that action at this time.
0 commit comments