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

Commit a479b1f

Browse files
Bump the actions-deps group in /.github/workflows with 2 updates
Bumps the actions-deps group in /.github/workflows with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `actions/attest-build-provenance` from 1 to 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@v1...v2) Updates `DavidAnson/markdownlint-cli2-action` from 17 to 19 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v17...v19) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23ae8b9 commit a479b1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
file: Containerfile
8383

8484
- name: Generate artifact attestation
85-
uses: actions/attest-build-provenance@v1
85+
uses: actions/attest-build-provenance@v2
8686
with:
8787
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_UI_IMAGE_NAME}}
8888
subject-digest: ${{ steps.push-ui-ghcr.outputs.digest }}
@@ -166,7 +166,7 @@ jobs:
166166
file: Containerfile.ps
167167

168168
- name: Generate artifact attestation
169-
uses: actions/attest-build-provenance@v1
169+
uses: actions/attest-build-provenance@v2
170170
with:
171171
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_PATHSERVICE_IMAGE_NAME}}
172172
subject-digest: ${{ steps.push-ps-ghcr.outputs.digest }}

.github/workflows/lint-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: markdownlint-cli2-action
30-
uses: DavidAnson/markdownlint-cli2-action@v17
30+
uses: DavidAnson/markdownlint-cli2-action@v19
3131
with:
3232
globs: "**/*.md"

0 commit comments

Comments
 (0)