diff --git a/.github/workflows/go-cd.yaml b/.github/workflows/go-cd.yaml index 54965cd..d2932b3 100644 --- a/.github/workflows/go-cd.yaml +++ b/.github/workflows/go-cd.yaml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 86b4278..1f3dd17 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used