File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
188
188
# Check for any typos
189
189
- name : Check for typos
190
- uses : crate-ci/typos@0f0ccba9ed1df83948f0c15026e4f5ccfce46109 # v1.32.0
190
+ uses : crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1
191
191
with :
192
192
config : .github/workflows/typos.toml
193
193
@@ -902,7 +902,7 @@ jobs:
902
902
# the check to pass. This is desired in PRs, but not in mainline.
903
903
- name : Publish to Chromatic (non-mainline)
904
904
if : github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
905
- uses : chromaui/action@d7afd50124cf4f337bcd943e7f45cfa85a5e4476 # v12.0.0
905
+ uses : chromaui/action@8536229ee904071f8edce292596f6dbe0da96b9b # v12.1.1
906
906
env :
907
907
NODE_OPTIONS : " --max_old_space_size=4096"
908
908
STORYBOOK : true
@@ -934,7 +934,7 @@ jobs:
934
934
# infinitely "in progress" in mainline unless we re-review each build.
935
935
- name : Publish to Chromatic (mainline)
936
936
if : github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
937
- uses : chromaui/action@d7afd50124cf4f337bcd943e7f45cfa85a5e4476 # v12.0.0
937
+ uses : chromaui/action@8536229ee904071f8edce292596f6dbe0da96b9b # v12.1.1
938
938
env :
939
939
NODE_OPTIONS : " --max_old_space_size=4096"
940
940
STORYBOOK : true
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
50
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
41
+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
51
+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
52
52
53
53
- name : Send Slack notification on failure
54
54
if : ${{ failure() }}
@@ -142,15 +142,15 @@ jobs:
142
142
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
143
143
144
144
- name : Run Trivy vulnerability scanner
145
- uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
145
+ uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37
146
146
with :
147
147
image-ref : ${{ steps.build.outputs.image }}
148
148
format : sarif
149
149
output : trivy-results.sarif
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
153
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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