diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eedaa1b..27fe771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true @@ -120,7 +120,7 @@ jobs: echo "**Total Coverage: $COVERAGE**" >> $GITHUB_STEP_SUMMARY - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 7d4b70b..dcdb76f 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -189,7 +189,7 @@ jobs: ref: ${{ steps.pr.outputs.sha }} - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 34b9b3a..61f4bb8 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1ac43d..f5754a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true @@ -119,7 +119,7 @@ jobs: verbose: true - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true @@ -158,7 +158,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true diff --git a/.github/workflows/update-azd-core.yml b/.github/workflows/update-azd-core.yml index 03ab5d5..06df74a 100644 --- a/.github/workflows/update-azd-core.yml +++ b/.github/workflows/update-azd-core.yml @@ -83,7 +83,7 @@ jobs: working-directory: . - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '${{ env.GO_VERSION }}' cache: true