diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 288cdae..1368a95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: # tag in this workflow. - name: Install cosign (sigstore) # pinned: tag v3.7.0 - uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 with: cosign-release: 'v2.4.1' @@ -61,7 +61,7 @@ jobs: - name: Run GoReleaser # pinned: tag v6.4.0 - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a + uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 with: distribution: goreleaser version: "~> v2" diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 9039154..cba2e40 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,5 +15,5 @@ jobs: timeout-minutes: 3 steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.46.3 + - uses: crate-ci/typos@v1.47.1 continue-on-error: true # warn-only — surface findings without blocking CI