diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 384efff..682f3b2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 token: ${{ steps.generate_token.outputs.token }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: stable - uses: actions/cache@v4 diff --git a/.github/workflows/reusable-go-ci.yaml b/.github/workflows/reusable-go-ci.yaml index 8b8f6f4..54a90be 100644 --- a/.github/workflows/reusable-go-ci.yaml +++ b/.github/workflows/reusable-go-ci.yaml @@ -80,7 +80,7 @@ jobs: fetch-depth: ${{ inputs.run_code_analysis && 0 || 1 }} - name: Setup Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # pin@5.5.0 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # pin@6.0.0 with: go-version-file: "${{ inputs.module }}/go.mod" cache: false # Using a separate cache step @@ -116,7 +116,7 @@ jobs: fetch-depth: ${{ inputs.run_code_analysis && 0 || 1 }} - name: Setup Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # pin@5.5.0 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # pin@6.0.0 with: go-version-file: "${{ inputs.module }}/go.mod" cache: false # Using a separate cache step @@ -221,7 +221,7 @@ jobs: fetch-depth: ${{ inputs.run_code_analysis && 0 || 1 }} - name: Setup Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # pin@5.5.0 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # pin@6.0.0 with: go-version-file: "${{ inputs.module }}/go.mod" cache: false @@ -253,7 +253,7 @@ jobs: fetch-depth: 0 # CodeQL requires full history - name: Setup Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # pin@5.5.0 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # pin@6.0.0 with: go-version-file: "${{ inputs.module }}/go.mod" cache: false @@ -308,7 +308,7 @@ jobs: fetch-depth: ${{ inputs.run_code_analysis && 0 || 1 }} - name: Setup Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # pin@5.5.0 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # pin@6.0.0 with: go-version-file: "${{ inputs.module }}/go.mod" cache: false