Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 9376bcc

Browse files
build(deps): update github-actions
1 parent eb2c45b commit 9376bcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ./kwctl-linux-x86_64 --help
4848

4949
- name: Generate attestations
50-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
50+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
5151
id: attestations
5252
with:
5353
subject-path: kwctl-linux-${{ matrix.targetarch }}
@@ -139,7 +139,7 @@ jobs:
139139
run: ./kwctl-darwin-x86_64 --help
140140

141141
- name: Generate attestations
142-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
142+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
143143
id: attestations
144144
with:
145145
subject-path: kwctl-darwin-${{ matrix.targetarch }}
@@ -232,7 +232,7 @@ jobs:
232232
run: .\kwctl-windows-x86_64.exe --help
233233

234234
- name: Generate attestations
235-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
235+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
236236
id: attestations
237237
with:
238238
subject-path: kwctl-windows-${{ matrix.targetarch }}.exe

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ jobs:
177177
- name: Checkout Actions Repository
178178
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
179179
- name: Spell Check Repo
180-
uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1
180+
uses: crate-ci/typos@3be83342e28b9421997e9f781f713f8dde8453d2 # v1.31.2

0 commit comments

Comments
 (0)