diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index a852e4a..bfb15f3 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -5,7 +5,7 @@ runs: using: "composite" steps: - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 with: go-version: ${{ env.GO_VERSION }} cache-dependency-path: '**/go.sum' diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 05d0d35..89184f2 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -38,7 +38,7 @@ jobs: check-latest: true - name: Cache Go id: go-cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 with: path: | ~/go/bin diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37345b3..0dbb067 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: - run: echo "GOLANGCI_LINT_CACHE=${HOME}/.cache/golangci-lint" >> "$GITHUB_ENV" - - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 with: path: ${{ env.GOLANGCI_LINT_CACHE }} key: golangci-lint-${{ hashFiles('**/.golangci.yml', '**/*.go', '**/go.sum') }} @@ -119,7 +119,7 @@ jobs: RELEASE_TAG: ${{ steps.github_tag.outputs.tag }} - name: Release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: body_path: release-notes.md fail_on_unmatched_files: true