chore(deps): bump the actions-updates group with 3 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by waleedlatif1
dependencies
Bumps the actions-updates group with 3 updates: docker/build-push-action, oven-sh/setup-bun and codecov/codecov-action.
Updates docker/build-push-action from 5 to 6
Release notes
Sourced from docker/build-push-action's releases.
v6.0.0
- Export build record and generate build summary by
@crazy-maxin docker/build-push-action#1120- Bump
@docker/actions-toolkitfrom 0.24.0 to 0.26.0 in docker/build-push-action#1132 docker/build-push-action#1136 docker/build-push-action#1138- Bump braces from 3.0.2 to 3.0.3 in docker/build-push-action#1137
[!NOTE] This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting
DOCKER_BUILD_SUMMARY: falseenvironment variable in your workflow.Full Changelog: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0
v5.4.0
- Show builder information before building by
@crazy-maxin docker/build-push-action#1128- Handle attestations correctly with provenance and sbom inputs by
@crazy-maxin docker/build-push-action#1086- Bump
@docker/actions-toolkitfrom 0.19.0 to 0.24.0 in docker/build-push-action#1088 docker/build-push-action#1105 docker/build-push-action#1121 docker/build-push-action#1127- Bump undici from 5.28.3 to 5.28.4 in docker/build-push-action#1090
Full Changelog: https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0
v5.3.0
- Bump
@docker/actions-toolkitfrom 0.18.0 to 0.19.0 in docker/build-push-action#1080Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0
v5.2.0
- Disable quotes detection for
outputsinput by@crazy-maxin docker/build-push-action#1074- Warn about ignored inputs by
@favoniain docker/build-push-action#1019- Bump
@docker/actions-toolkitfrom 0.14.0 to 0.18.0 in docker/build-push-action#1070- Bump undici from 5.26.3 to 5.28.3 in docker/build-push-action#1057
Full Changelog: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0
v5.1.0
- Add
annotationsinput by@crazy-maxin docker/build-push-action#992- Add
secret-envsinput by@elias-lundgrenin docker/build-push-action#980- Bump
@babel/traversefrom 7.17.3 to 7.23.2 in docker/build-push-action#991- Bump
@docker/actions-toolkitfrom 0.13.0-rc.1 to 0.14.0 in docker/build-push-action#990 docker/build-push-action#1006Full Changelog: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0
Commits
1dc7386Merge pull request #1364 from crazy-max/history-export-cmd9c9803fchore: update generated contentdb1f6c4DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export721e8c7Bump@docker/actions-toolkitfrom 0.59.0 to 0.61.014487ceMerge pull request #1343 from crazy-max/fix-no-default-attest0ec9126Merge pull request #1366 from crazy-max/pr-assign-authorb749522pr-assign-author workflowc566248Merge pull request #1363 from crazy-max/fix-codecov13275ddci: fix missing source for codecov67dc78bMerge pull request #1361 from mschoettle/patch-1- Additional commits viewable in compare view
Updates oven-sh/setup-bun from 1 to 2
Release notes
Sourced from oven-sh/setup-bun's releases.
v2
oven-sh/setup-bunis the github action for setting up Bun.This release introduces support for the
bun-version-fileoption, fixes oven-sh/setup-bun#79, and adds bun paths & urls to the output (oven-sh/setup-bun#81)For more information, see oven-sh/setup-bun#76 by
@adeheryshand oven-sh/setup-bun#80 by@xHyroM:tada:Full Changelog: https://github.com/oven-sh/setup-bun/compare/v1...v2
v1.2.2
oven-sh/setup-bunis the github action for setting up Bun.This release introduces support for the
bun-download-urlinput, which lets you override the URL used to download the .zip file for Bun.Here's an example:
- name: Setup Bun uses: oven-sh/setup-bun@v1.2.2 with: bun-version: latest bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"v1.2.1
setup-bun
v1.2.1Download, install, and setup Bun in GitHub Actions.
Usage
- uses: oven-sh/setup-bun@v1 with: bun-version: latestUsing a custom NPM registry
- uses: oven-sh/setup-bun@v1 with: registry-url: "https://npm.pkg.github.com/" scope: "@foo"If you need to authenticate with a private registry, you can set the
BUN_AUTH_TOKENenvironment variable.- name: Install Dependencies env: </tr></table>
... (truncated)
Commits
735343b[autofix.ci] apply automated fixes27ecfffci: update autofix cifcc30edfix(docs): remove wildcard in version (#124)56408e9release: v2.0.285cb7f6build: bump@actions/cacheversion (#128)54cb141ci: remove unnecessary steps & cleanup (#118)6fb6603build: use text-based Bun lockfile (#116)9bdeab4[autofix.ci] apply automated fixesf09eb1efix: make bun resolve to given file path when an absolute path is given (#114)8f1bc2eci: add setup bun download url (#105)- Additional commits viewable in compare view
Updates codecov/codecov-action from 3 to 5
Release notes
Sourced from codecov/codecov-action's releases.
v5.0.0
v5 Release
v5of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Tokensection of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING]
The following arguments have been changed
file(this has been deprecated in favor offiles)plugin(this has been deprecated in favor ofplugins)The following arguments have been added:
binarygcov_argsgcov_executablegcov_ignoregcov_includereport_typeskip_validationswift_projectYou can see their usage in the
action.ymlfile.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@thomasrockhu-codecovin codecov/codecov-action#1591- build(deps-dev): bump
@octokit/webhooks-typesfrom 7.5.1 to 7.6.1 by@dependabotin codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@dependabotin codecov/codecov-action#1604- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1601- build(deps): bump
@actions/corefrom 1.11.0 to 1.11.1 by@dependabotin codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@dependabotin codecov/codecov-action#1596- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@dependabotin codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@dependabotin codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@dependabotin codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@dependabotin codecov/codecov-action#1607- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1612- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1611- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@dependabotin codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@dependabotin codecov/codecov-action#1617- build(deps-dev): bump
@typescript-eslint/parserfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1614- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1620- build(deps-dev): bump
@typescript-eslint/parserfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1619- build(deps-dev): bump
@types/jestfrom 29.5.13 to 29.5.14 by@dependabotin codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@dependabotin codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@dependabotin codecov/codecov-action#1624- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.11.0 to 8.12.1 by@dependabotin codecov/codecov-action#1626- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.12.1 to 8.12.2 by@dependabotin codecov/codecov-action#1629
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
v5 Release
v5of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Tokensection of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING] The following arguments have been changed
file(this has been deprecated in favor offiles)plugin(this has been deprecated in favor ofplugins)The following arguments have been added:
binarygcov_argsgcov_executablegcov_ignoregcov_includereport_typeskip_validationswift_projectYou can see their usage in the
action.ymlfile.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@thomasrockhu-codecovin codecov/codecov-action#1591- build(deps-dev): bump
@octokit/webhooks-typesfrom 7.5.1 to 7.6.1 by@dependabotin codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@dependabotin codecov/codecov-action#1604- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1601- build(deps): bump
@actions/corefrom 1.11.0 to 1.11.1 by@dependabotin codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@dependabotin codecov/codecov-action#1596- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.0 to 8.8.1 by@dependabotin codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@dependabotin codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@dependabotin codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@dependabotin codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@dependabotin codecov/codecov-action#1607- build(deps-dev): bump
@typescript-eslint/parserfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1612- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.8.1 to 8.9.0 by@dependabotin codecov/codecov-action#1611- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@dependabotin codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@dependabotin codecov/codecov-action#1617- build(deps-dev): bump
@typescript-eslint/parserfrom 8.9.0 to 8.10.0 by@dependabotin codecov/codecov-action#1614- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1620- build(deps-dev): bump
@typescript-eslint/parserfrom 8.10.0 to 8.11.0 by@dependabotin codecov/codecov-action#1619- build(deps-dev): bump
@types/jestfrom 29.5.13 to 29.5.14 by@dependabotin codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@dependabotin codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@dependabotin codecov/codecov-action#1624- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.11.0 to 8.12.1 by@dependabotin codecov/codecov-action#1626- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.12.1 to 8.12.2 by@dependabotin codecov/codecov-action#1629- build(deps-dev): bump
@typescript-eslint/parserfrom 8.11.0 to 8.12.2 by@dependabotin codecov/codecov-action#1628
... (truncated)
Commits
18283e0chore(release): 5.4.3 (#1827)525fcbfbuild(deps): bump github/codeql-action from 3.28.13 to 3.28.17 (#1822)b203f00fix: OIDC on forks (#1823)ad3126efix: hotfix oidc (#1813)cf3f51achore(release): 5.4.1 (#1810)e4cdabafix: use the github core methods (#1807)f95a404build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#1803)ea99328build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#1797)13d0469build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1798)3440e5echore(release): wrapper -0.2.1 (#1788)- 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
3
+4
-4
Package Dependencies
Technical Details
| ID: | 1123675 |
| UUID: | 2542809550 |
| Node ID: | PR_kwDONmSNmM6XkDHO |
| Host: | GitHub |
| Repository: | simstudioai/sim |
| Merge State: | Unknown |