chore(deps): use full commit sha to pin 3rd party actions
This commit is contained in:
committed by
GitHub
parent
4e8dfee7c2
commit
7b4aa8ae80
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set CURRENT_TAG
|
||||
run: echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@14707cd26fbb4b6c8abf03fb8ea4eb6c59711a62
|
||||
with:
|
||||
version: latest
|
||||
args: release --clean
|
||||
|
||||
Reference in New Issue
Block a user