Skip to content

Commit 5d6f665

Browse files
deps: Bump the github-actions group across 1 directory with 2 updates (#113)
* deps: Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) Updates `actions/attest-build-provenance` from 3.0.0 to 3.1.0 - [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@977bb37...00014ed) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update changelog for Dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>
1 parent 25591df commit 5d6f665

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
matrix: ${{ steps.charts.outputs.matrix }}
8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
83+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8484
with:
8585
fetch-depth: 0
8686
fetch-tags: true
@@ -149,7 +149,7 @@ jobs:
149149
chart: ${{ fromJson(needs.check.outputs.matrix) }}
150150
steps:
151151
- name: Checkout
152-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
152+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
153153
with:
154154
fetch-depth: 0
155155

@@ -383,7 +383,7 @@ jobs:
383383
} >> "${GITHUB_OUTPUT}"
384384
385385
- name: Attest OCI image
386-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
386+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
387387
with:
388388
subject-name: ${{ steps.oci.outputs.repository }}
389389
subject-digest: ${{ steps.publish_oci.outputs.digest }}

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shell: bash
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
75+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7676
with:
7777
fetch-depth: 0
7878

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
## [UNRELEASED]
1717

18+
### Changed
19+
20+
- Update _actions/checkout_ from `6.0.0` to `6.0.1`. ([#113](https://github.com/action-stars/helm-workflows/pull/113)) _@dependabot_
21+
- Update _actions/attest-build-provenance_ from `3.0.0` to `3.1.0`. ([#113](https://github.com/action-stars/helm-workflows/pull/113)) _@dependabot_
22+
1823
## [v0.8.11] - 2025-11-26
1924

2025
### Changed

0 commit comments

Comments
 (0)