Bump the github-actions group across 2 directories with 6 updates#811
Merged
juhoinkinen merged 1 commit intomainfrom Oct 2, 2024
Conversation
Bumps the github-actions group with 2 updates in the /.github/actions/prepare directory: [actions/cache](https://github.com/actions/cache) and [actions/setup-python](https://github.com/actions/setup-python). Bumps the github-actions group with 4 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [codecov/codecov-action](https://github.com/codecov/codecov-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `actions/setup-python` from 4.4.0 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@5ccb29d...f677139) Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) Updates `docker/build-push-action` from 6.7.0 to 6.9.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...4f58ea7) Updates `github/codeql-action` from 3.26.6 to 3.26.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4dd1613...e2b3eaf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
|
Member
|
Now after d47da00 also the custom prepare action is kept up to date by Dependabot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 2 updates in the /.github/actions/prepare directory: actions/cache and actions/setup-python.
Bumps the github-actions group with 4 updates in the /.github/workflows directory: actions/checkout, codecov/codecov-action, docker/build-push-action and github/codeql-action.
Updates
actions/cachefrom 3 to 4Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
0c45773Merge pull request #1327 from cdce8p/fix-fail-on-cache-miss8a55f83Add test case for process exit3884cacBump versione29dad3Fix fail-on-cache-miss not workingab5e6d0Merge pull request #1341 from bethanyj28/main89c7d86licensed cached2c84daupdate@actions/cache37e7d4eMerge pull request #1340 from actions/bethanyj28/update-publish-flowa18323fadd release actiona2ed59dMerge pull request #1305 from actions/yacaovsnc/update_examplesUpdates
actions/setup-pythonfrom 4.4.0 to 5.2.0Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
f677139Bump pyinstaller from 3.6 to 5.13.1 in /tests/data (#923)2bd53f9Documentation update for caching poetry dependencies (#908)80b49d3fix: add arch to cache key (#896)036a523Fix: Add.zipextension to Windows package downloads forExpand-ArchiveC...04c1311Fix display of emojis in contributors doc (#899)cb68456Updated@iarna/tomlversion to 3.0.0 (#912)39cd149Documentation update for cache (#873)a0d74c0fix(ci): update all failing workflows (#863)4eb7dbcBump braces from 3.0.2 to 3.0.3 (#893)82c7e63Documentation changes for avoiding rate limit issues on GHES (#835)Updates
actions/checkoutfrom 4.1.7 to 4.2.0Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
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)2d7d9f7Provide explanation for where user email came from (#1869)9a9194fBump docker/build-push-action from 5.3.0 to 6.5.0 (#1832)dd960bdBump docker/login-action in the minor-actions-dependencies group (#1831)Updates
codecov/codecov-actionfrom 4.5.0 to 4.6.0Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Commits
b9fd7d1chore(release):4.6.0 (#1587)6f7612cfix: bump eslint parser deps (#1586)26c7e28build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#1583)6f744f7build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#1584)543c3d4chore: fix typo of OSS (#1578)e379426build(deps-dev): bump@vercel/nccfrom 0.38.1 to 0.38.2 (#1577)42656e4build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#1575)2296b6bbuild(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#1571)bd77bc3build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 (#1569)180b964build(deps-dev): bump@types/jestfrom 29.5.12 to 29.5.13 (#1567)Updates
docker/build-push-actionfrom 6.7.0 to 6.9.0Release notes
Sourced from docker/build-push-action's releases.
Commits
4f58ea7Merge pull request #1234 from docker/dependabot/npm_and_yarn/docker/actions-t...49b5ea6chore: update generated content13c9fddchore(deps): Bump@docker/actions-toolkitfrom 0.38.0 to 0.39.0e44afffMerge pull request #1232 from docker/dependabot/npm_and_yarn/path-to-regexp-6...67ebad3chore(deps): Bump path-to-regexp from 6.2.2 to 6.3.032945a3Merge pull request #1230 from docker/dependabot/npm_and_yarn/docker/actions-t...e0fe9cfchore: update generated content8f1ff6bchore(deps): Bump@docker/actions-toolkitfrom 0.37.1 to 0.38.0Updates
github/codeql-actionfrom 3.26.6 to 3.26.10Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
e2b3eafMerge pull request #2507 from github/update-v3.26.10-2617ff2d37dbbf6dUpdate changelog for v3.26.102617ff2Merge pull request #2502 from github/henrymercer/zstd-experiment46e0c78Merge pull request #2504 from github/mergeback/v3.26.9-to-main-461ef6c7da7be78Update checked-in dependenciesae1c6a2Update changelog and version after v3.26.9461ef6cMerge pull request #2503 from github/update-v3.26.9-f861efb2b00b1146Update changelog for v3.26.9f861efbMerge pull request #2498 from github/dependabot/npm_and_yarn/npm-9874b37b586b2f7e7Run PR checks using JS onlyDependabot 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