-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RE-2009] Bump action references #11067
Merged
Merged
Conversation
This file contains 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
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
Go solidity wrappers are out-of-date, regenerate them via the |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...3df4ab1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
erikburt
force-pushed
the
chore/dependabot-action-updates
branch
from
October 24, 2023 18:58
4487350
to
07075bf
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
erikburt
force-pushed
the
chore/dependabot-action-updates
branch
from
October 24, 2023 19:01
07075bf
to
4d6ce7e
Compare
erikburt
requested review from
a team,
chainchad,
javuto,
jkongie,
jmank88 and
samsondav
as code owners
October 24, 2023 20:15
jmank88
previously approved these changes
Oct 24, 2023
chainchad
previously approved these changes
Oct 24, 2023
tateexon
previously approved these changes
Oct 24, 2023
* develop: Bump version and update CHANGELOG for core v2.7.0 (#11072) VRF-664:add Slack notification for VRF v2 Plus WASP test (#11063) fix several npm audit issues (#11080) Pass docker image and version to ClNode in E2E tests (#11082) core/internal/testutils/configtest: consolidate v2 and toml packages in to configtest (#11081) [BCF-2725] Add the repository name to the flakey test runner output (#11078) Bump breaking NPM deps (#11003) Fix redundant "replacing abandoned tx" logs (#11019) (chore): Reduce contracts solhint warnings by ignoring Functions v1.0.0 production code (#11069) (test): Add Functions test harnesses & additional foundry unit tests (#11011) Use correct git commit sha as build metadata from manual workflow dispatches (#11068) (chore): FUN-1024 - Deprecate Chainlink Functions v0 contract code (#11049) move testing contracts from integration-tests/contracts/ethereum/src to contracts/src/v0.8/automation/testhelpers (#11046)
chainchad
approved these changes
Oct 25, 2023
SonarQube Quality Gate |
This was referenced Oct 25, 2023
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.
Should replace the following dependabot PRs: #11051, #10562, #10855, #10359
Workflows initiated by dependabot submitted PRs do not have access to protected environments, and so their workflows will fail due to not having access to secrets. This PR consolidates a few dependabot changes pertinent to
node20
upgrades.Changes:
actions/checkout
: 3.* -> 4 (and pinned some SHAs)actions/setup-node
: 3 -> 4 (and pinned some SHAs)aws-actions/configure-aws-credentials
: 2 -> 4aws-actions/amazon-ecr-login
: 1 -> 2I had to leave a single reference of
actions/checkout
as integration tests were failing. I've included a comment on that specific instance. For posterity - here's a link to the failed run whennode20
is expected to be available.