diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da9c110b23..8b71f0fdcb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -60,7 +60,7 @@ jobs: check-latest: true - name: Run golangci-lint - uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1 + uses: golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1 with: version: 'latest' install-mode: 'binary' @@ -81,6 +81,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: typos-action - uses: crate-ci/typos@11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308 # v1.29.5 + uses: crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7 with: config: typos.toml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a3699f53f..aae5467edb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: run: go mod download - name: Build and release - uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 + uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1 with: distribution: goreleaser version: latest