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 999ead7 commit 8ffe101Copy full SHA for 8ffe101
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
47
with:
48
persist-credentials: false
49
.github/workflows/build.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
steps:
11
- name: Checkout code
12
13
- name: Install Go
14
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
15
0 commit comments