Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading