build(deps): bump the github-actions-backward-compatible group with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by shore
dependencies github_actions
Bumps the github-actions-backward-compatible group with 2 updates: actions/checkout and actions/setup-go.
Updates actions/checkout from 4.1.1 to 4.2.2
Release notes
Sourced from actions/checkout's releases.
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
 isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
 @orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add Ref and Commit outputs by
 @lucacomein actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
 New Contributors
@yasonkmade their first contribution in actions/checkout#1869@lucacomemade their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
v4.1.7
What's Changed
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
 @dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
 @dependabotin actions/checkout#1697- Check out other refs/* by commit by
 @orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
 @jww3in actions/checkout#1776New Contributors
@orhantoymade their first contribution in actions/checkout#1774Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7
v4.1.6
What's Changed
- Check platform to set archive extension appropriately by
 @cory-millerin actions/checkout#1732- Update for 4.1.6 release by
 @cory-millerin actions/checkout#1733Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6
v4.1.5
What's Changed
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
 isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
 @orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
 @lucacomein actions/checkout#1180- Dependency updates by
 @dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
 @dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
 @dependabotin actions/checkout#1697- Check out other refs/* by commit by
 @orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
 @jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
 @cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
 @cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
 @dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
 @dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
 @dependabotin actions/checkout#1695- README: Suggest
 user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
 extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
 @cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
 @dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
 @dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
 sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
 @cory-millerin actions/checkout#1685- Update
 actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
 sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
 @peterbein actions/checkout#1511- Link to release page from what's new section by
 @cory-millerin actions/checkout#1514v4.1.0
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)- Additional commits viewable in compare view
 
Updates actions/setup-go from 5.0.2 to 5.5.0
Release notes
Sourced from actions/setup-go's releases.
v5.5.0
What's Changed
Bug fixes:
- Update self-hosted environment validation by
 @priyagupta108in actions/setup-go#556- Add manifest validation and improve error handling by
 @priyagupta108in actions/setup-go#586- Update template link by
 @jsorefin actions/setup-go#527Dependency updates:
- Upgrade
 @action/cachefrom 4.0.2 to 4.0.3 by@aparnajyothi-yin actions/setup-go#574- Upgrade
 @actions/globfrom 0.4.0 to 0.5.0 by@dependabotin actions/setup-go#573- Upgrade ts-jest from 29.1.2 to 29.3.2 by
 @dependabotin actions/setup-go#582- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by
 @dependabotin actions/setup-go#537New Contributors
@jsorefmade their first contribution in actions/setup-go#527Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.5.0
v5.4.0
What's Changed
Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by
 @dependabotin actions/setup-go#535- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by
 @dependabotin actions/setup-go#536- Upgrade
 @action/cachefrom 4.0.0 to 4.0.2 by@aparnajyothi-yin actions/setup-go#568- Upgrade undici from 5.28.4 to 5.28.5 by
 @dependabotin actions/setup-go#541New Contributors
@aparnajyothi-ymade their first contribution in actions/setup-go#568Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.4.0
v5.3.0
What's Changed
- Use the new cache service: upgrade
 @actions/cacheto^4.0.0by@Link- in actions/setup-go#531- Configure Dependabot settings by
 @HarithaVattikutiin actions/setup-go#530- Document update - permission section by
 @HarithaVattikutiin actions/setup-go#533- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by
 @dependabotin actions/setup-go#534New Contributors
@Link- made their first contribution in actions/setup-go#531Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.3.0
v5.2.0
What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by
 @Shegoxin actions/setup-go#496New Contributors
@Shegoxmade their first contribution in actions/setup-go#496
... (truncated)
Commits
d35c59achore: update discussions url (#527)29694d7Add manifest validation and improve error handling (#586)78535ddBump eslint-plugin-jest from 27.9.0 to 28.11.0 (#537)bb65d88Bump ts-jest from 29.1.2 to 29.3.2 (#582)7f17e83Bump@actions/globfrom 0.4.0 to 0.5.0 (#573)dca8468Update self-hosted environment validation and bump undici version (#556)691cc35upgrade actions/cache to 4.0.3 (#574)0aaccfdBump undici from 5.28.4 to 5.28.5 (#541)c4c1141upgrade actions/cache to 4.0.2 (#568)5a083d0Bump eslint-config-prettier from 8.10.0 to 10.0.1 (#536)- Additional commits viewable 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
Pull Request Statistics
1
2
+3
-3
Package Dependencies
Technical Details
| ID: | 2789909 | 
            
| UUID: | 2638984968 | 
            
| Node ID: | PR_kwDOHpCMFM6dS7cI | 
            
| Host: | GitHub | 
| Repository: | hashicorp/composite-action-framework-go | 
| Merge State: | Unknown |