chore(deps): bump the github-actions-dependencies group across 3 directories with 8 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(7 months ago)
(7 months ago)
dependencies github_actions
Bumps the github-actions-dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml | 0.30.2 |
0.31.0 |
| hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml | 0.15.2 |
0.16.0 |
| hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml | 0.30.2 |
0.31.0 |
| hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml | 0.30.2 |
0.31.0 |
| hoverkraft-tech/ci-github-common/.github/workflows/linter.yml | 0.30.2 |
0.31.0 |
| hoverkraft-tech/ci-github-common/.github/workflows/stale.yml | 0.30.2 |
0.31.0 |
| hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml | 0.29.1 |
0.30.0 |
| hoverkraft-tech/ci-github-common | 0.30.2 |
0.31.0 |
Bumps the github-actions-dependencies group with 1 update in the /actions/lint directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/test directory: hoverkraft-tech/ci-github-common.
Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.15.2 to 0.16.0
Release notes
Sourced from hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml's releases.
0.16.0
Release Summary
Fix: forces ArgoCD sync on redeployments when using the hoverkraft-deployment plugin to ensure reliable re-deploys without code changes. 
Internal: actions and workflows documentation refreshed. 
Breaking change(s)
No breaking changes. 
What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-publish#259- fix: force ArgoCD sync on redeployment using hoverkraft-deployment plugin by
@Copilotin hoverkraft-tech/ci-github-publish#228- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-publish#260Full Changelog: https://github.com/hoverkraft-tech/ci-github-publish/compare/0.15.2...0.16.0
Commits
ed864a8docs: update actions and workflows documentatione1a381brefactor: rename plugin to hoverkraft-deployment and add conditional checkbc2fe44test: add plugin entry to test template for validation472f7f3fix: force ArgoCD sync on redeployment using plugin environment variablea6df652refactor: replace operation block with plugin env update for sync detection9c9b5d0feat: add ArgoCD refresh behavior timestamp to force sync on every deploymentd2b9385docs: update actions and workflows documentationa631cc8build(deps): Bump the github-actions-dependencies group across 5 directories ...- See full diff in compare view
Updates hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-common/.github/workflows/linter.yml from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common/.github/workflows/linter.yml's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common/.github/workflows/stale.yml's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml from 0.29.1 to 0.30.0
Release notes
Sourced from hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml's releases.
0.30.0
Release Summary
Features (docker): upgraded BuildKit and Buildx.
Internal changes: CI test stability improvements for tag push and workflow_dispatch events, documentation refresh, and GitHub Actions dependency bumps.
Breaking change(s)
No breaking changes.
What's Changed
- ci: fix action tests for tag push events by
@Copilotin hoverkraft-tech/ci-github-container#568- Support schedule event in get-image-metadata action by
@Copilotin hoverkraft-tech/ci-github-container#569- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#570- chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.14.0 to 0.14.1 in the github-actions-dependencies group across 1 directory by
@dependabot[bot] in hoverkraft-tech/ci-github-container#571- ci: fix failing test on workflow_dispatch event by
@neilimein hoverkraft-tech/ci-github-container#572- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-container#573- chore(deps): bump the github-actions-dependencies group across 7 directories with 5 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#574- chore(deps): bump the github-actions-dependencies group across 7 directories with 9 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#577- feat(docker): upgrade buildkit and buildx by
@neilimein hoverkraft-tech/ci-github-container#583- chore(deps): bump the github-actions-dependencies group across 7 directories with 8 updates by
@dependabot[bot] in hoverkraft-tech/ci-github-container#582Full Changelog: https://github.com/hoverkraft-tech/ci-github-container/compare/0.29.1...0.30.0
Commits
0d92511chore(deps): bump the github-actions-dependencies group across 7 directories ...e1a9e05feat(docker): upgrade buildkit and buildx02e761dchore(deps): bump the github-actions-dependencies group across 7 directories ...83f97eechore(deps): bump the github-actions-dependencies group across 7 directories ...fd3b3f5docs: update actions and workflows documentationce170efci: add workflow to check semantic pull requests2cf87c4ci: fix failing test on workflow_dispatch event63efcb8chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release...3fe7366docs: update actions and workflows documentation564b5a3Revert cleanup script changes per review feedback- Additional commits viewable in compare view
Updates hoverkraft-tech/ci-github-common from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-common from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Updates hoverkraft-tech/ci-github-common from 0.30.2 to 0.31.0
Release notes
Sourced from hoverkraft-tech/ci-github-common's releases.
0.31.0
Release Summary
Feature: introduces the
local-workflow-actionsaction to simplify using local composite actions. Fix (checkout): defaultpersist-credentialsis nowfalseto harden security and prevent unintended token persistence.Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The
checkoutstep now setspersist-credentials: falseby default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.What's Changed
- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#424- fix(checkout)!: set persist-credentials to false by default for security reason by
@neilimein hoverkraft-tech/ci-github-common#425- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#426- feat: add local-workflow-actions action by
@neilimein hoverkraft-tech/ci-github-common#427- docs: update actions and workflows documentation by
@hoverkraft-bot[bot] in hoverkraft-tech/ci-github-common#430Full Changelog: https://github.com/hoverkraft-tech/ci-github-common/compare/0.30.2...0.31.0
Commits
a55670bdocs: update actions and workflows documentation09f42e4chore(deps): bump the github-actions-dependencies group across 3 directories ...e8d06f4feat: add local-workflow-actions actioncdf2bbedocs: update actions and workflows documentation4faa04afix(checkout)!: set persist-credentials to false by default for security reason26b03d1docs: update actions and workflows documentation- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
hoverkraft-tech/ci-github-common
actions
0.30.2 → 0.31.0
Minor
actions
0.30.2 → 0.31.0
Minor
actions
0.30.2 → 0.31.0
Minor
actions
0.30.2 → 0.31.0
Minor
actions
0.30.2 → 0.31.0
Minor
actions
0.30.2 → 0.31.0
Minor
actions
0.15.2 → 0.16.0
Minor
actions
0.29.1 → 0.30.0
Minor
Technical Details
| ID: | 11459483 |
| UUID: | 3673541387 |
| Node ID: | PR_kwDOJApAdM619usQ |
| Host: | GitHub |
| Repository: | hoverkraft-tech/ci-github-nodejs |