We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 504218b + 5708d84 commit 9187092Copy full SHA for 9187092
.github/workflows/tagpr-release.yml
@@ -19,7 +19,7 @@ jobs:
19
deploy:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
23
with:
24
ref: ${{ inputs.tag || github.ref }}
25
- uses: Songmu/tagpr@75738aa2880a03a1036bc5bd90ef49853427ec65 # v1
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
id: go
31
32
- name: Check out code into the Go module directory
33
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
34
35
- name: setup local s3 bucket
36
run: |
0 commit comments