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.
1 parent 2dcc8d4 commit b2bf304Copy full SHA for b2bf304
.github/workflows/build-images-release.yaml
@@ -43,7 +43,7 @@ jobs:
43
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
44
45
- name: Checkout Source Code
46
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
47
with:
48
persist-credentials: false
49
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
steps:
12
- name: Checkout code
13
14
- name: Install Go
15
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
16
0 commit comments