We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8cf64 commit 4a8eafeCopy full SHA for 4a8eafe
1 file changed
.github/workflows/reusable-goreleaser.yaml
@@ -74,7 +74,7 @@ jobs:
74
fetch-depth: 0
75
76
- name: Set up Go
77
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
78
with:
79
go-version: ${{ inputs.go-version }}
80
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Authenticate to Google Cloud
91
if: ${{ inputs.publish-package-repo }}
92
- uses: google-github-actions/auth@v2
+ uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
93
94
workload_identity_provider: ${{ inputs.workload-identity-provider }}
95
service_account: ${{ inputs.service-account }}
0 commit comments