File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ jobs:
184
184
185
185
steps :
186
186
- name : Checkout code
187
- uses : actions/checkout@v4
187
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
188
188
189
189
- name : Install Go
190
- uses : actions/setup-go@v5
190
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
191
191
with :
192
192
go-version : ${{ matrix.GO_SEMVER }}
193
193
check-latest : true
@@ -239,7 +239,7 @@ jobs:
239
239
find . -name *.hurl -exec hurl --jobs 1 --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \;
240
240
241
241
- name : Publish Test Results
242
- uses : EnricoMi/publish-unit-test-result-action@v2
242
+ uses : EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
243
243
with :
244
244
files : |
245
245
hurl-report/junit.xml
@@ -253,7 +253,7 @@ jobs:
253
253
254
254
255
255
- name : Publish Coverage Profile
256
- uses : actions/upload-artifact@v4
256
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
257
257
with :
258
258
path : hurl-report/caddy_cover_${{ steps.vars.outputs.short_sha }}.html
259
259
compression-level : 0
You can’t perform that action at this time.
0 commit comments