File tree 3 files changed +7
-7
lines changed
3 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@b74202f74b4346efdbce7801d187ec57b266bac8 # v1.27.3
191
+ uses : crate-ci/typos@2872c382bb9668d4baa5eade234dcbc0048ca2cf # v1.28.2
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
@@ -540,7 +540,7 @@ jobs:
540
540
timeout-minutes : 25
541
541
steps :
542
542
- name : Harden Runner
543
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
543
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
544
544
with :
545
545
egress-policy : audit
546
546
@@ -1146,7 +1146,7 @@ jobs:
1146
1146
version : " 2.2.1"
1147
1147
1148
1148
- name : Get Cluster Credentials
1149
- uses : google-github-actions/get-gke-credentials@206d64b64b0eba0a6e2f25113d044c31776ca8d6 # v2.2.2
1149
+ uses : google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a # v2.3.0
1150
1150
with :
1151
1151
cluster_name : dogfood-v2
1152
1152
location : us-central1-a
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
50
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
41
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
51
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
147
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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