Skip to content

Commit 4a8eafe

Browse files
[skip-release] Update github-actions (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a8cf64 commit 4a8eafe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Set up Go
77-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
77+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
7878
with:
7979
go-version: ${{ inputs.go-version }}
8080

@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Authenticate to Google Cloud
9191
if: ${{ inputs.publish-package-repo }}
92-
uses: google-github-actions/auth@v2
92+
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
9393
with:
9494
workload_identity_provider: ${{ inputs.workload-identity-provider }}
9595
service_account: ${{ inputs.service-account }}

0 commit comments

Comments
 (0)