Skip to content

Commit 12af45a

Browse files
build(deps): bump the github-actions group with 2 updates (#1249)
Bumps the github-actions group with 2 updates: [action-stars/helm-workflows](https://github.com/action-stars/helm-workflows) and [action-stars/generic-workflows](https://github.com/action-stars/generic-workflows). Updates `action-stars/helm-workflows` from 0.8.7 to 0.8.8 - [Release notes](https://github.com/action-stars/helm-workflows/releases) - [Changelog](https://github.com/action-stars/helm-workflows/blob/main/CHANGELOG.md) - [Commits](action-stars/helm-workflows@5beac6d...2e2492a) Updates `action-stars/generic-workflows` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/action-stars/generic-workflows/releases) - [Changelog](https://github.com/action-stars/generic-workflows/blob/main/CHANGELOG.md) - [Commits](action-stars/generic-workflows@6764e1a...7375314) --- updated-dependencies: - dependency-name: action-stars/helm-workflows dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: action-stars/generic-workflows dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9699e7 commit 12af45a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414
jobs:
1515
workflow:
1616
name: Reusable Workflow
17-
uses: action-stars/helm-workflows/.github/workflows/release.yaml@5beac6d67271af3399775b06bb17d4aadb9c6ea0 # v0.8.7
17+
uses: action-stars/helm-workflows/.github/workflows/release.yaml@2e2492adf3880d96310253d5cce2b1887b0dc535 # v0.8.8
1818
permissions:
1919
attestations: write
2020
contents: write

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212
jobs:
1313
workflow:
1414
name: Reusable Workflow
15-
uses: action-stars/generic-workflows/.github/workflows/scorecard.yaml@6764e1ae18ca7d533f938c82e1b2bf7814b85b9b # v0.7.0
15+
uses: action-stars/generic-workflows/.github/workflows/scorecard.yaml@73753147453375ee66262f4fb5774a9fc091ba9e # v0.7.1
1616
permissions:
1717
id-token: write
1818
security-events: write

.github/workflows/validate-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
validate:
4545
name: Validate
46-
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@5beac6d67271af3399775b06bb17d4aadb9c6ea0 # v0.8.7
46+
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@2e2492adf3880d96310253d5cce2b1887b0dc535 # v0.8.8
4747
needs: setup
4848
if: needs.setup.outputs.changed == 'true'
4949
permissions:

0 commit comments

Comments
 (0)