diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8c3196a..b6c3bf0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Get dependencies run: | diff --git a/.github/workflows/release-tagged.yml b/.github/workflows/release-tagged.yml index 7ac76d6..60eca7e 100644 --- a/.github/workflows/release-tagged.yml +++ b/.github/workflows/release-tagged.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Get tag information id: checkout run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} diff --git a/.github/workflows/release-untagged.yml b/.github/workflows/release-untagged.yml index b0440a7..e2d921c 100644 --- a/.github/workflows/release-untagged.yml +++ b/.github/workflows/release-untagged.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Get tag information id: checkout run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}