Skip to content

Commit 82a7d1f

Browse files
chore(deps): bump actions/attest-build-provenance from 4.1.1 to 4.2.2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 4.1.1 to 4.2.2. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@0f67c3f...4d10147) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6ee1e5 commit 82a7d1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,17 @@ jobs:
125125
mv Doom\ Status.zip Doom\ Status\ macOS.zip
126126
if: matrix.platform.host == 'macos-latest'
127127

128-
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
128+
- uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
129129
with:
130130
subject-path: target/release/${{ matrix.platform.file_name }}
131131
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
132132

133-
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
133+
- uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
134134
with:
135135
subject-path: target/aarch64-pc-windows-msvc/release/doom-status-arm64.exe
136136
if: matrix.platform.host == 'windows-latest' && startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
137137

138-
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
138+
- uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
139139
with:
140140
subject-path: Doom\ Status.app/Contents/MacOS/doom-status
141141
if: matrix.platform.host == 'macos-latest' && startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'

0 commit comments

Comments
 (0)