Skip to content
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

chore: Update Docker GitHub Actions to Dependabot bumped versions #1906

Merged
merged 4 commits into from
Jun 29, 2022

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Jun 29, 2022

Description

Combines PR #1901, #1902, #1904, #1905 into a single PR for clarity in the future as the Docker actions all work together.

Checklist Before Requesting Reviewer

  • Tests are passing
  • "WIP" removed from the title of the pull request
  • Selected an Assignee for the PR to be responsible for the log summary

Before Merging

For the PR Assignees:

  • Summarize commit messages into a comprehensive review of the PR
* Apply Dependabot bumps for:
   - docker/setup-qemu-action from 1 to 2.
   - docker/login-action from 1 to 2.
   - docker/setup-buildx-action from 1 to 2.
   - docker/build-push-action from 2 to 3.

Signed-off-by: dependabot[bot] <[email protected]>

dependabot bot added 4 commits June 29, 2022 01:00
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@matthewfeickert matthewfeickert added the chore Other changes that don't modify src or test files label Jun 29, 2022
@matthewfeickert matthewfeickert self-assigned this Jun 29, 2022
@matthewfeickert matthewfeickert added CI CI systems, GitHub Actions dependencies Pull requests that update a dependency file labels Jun 29, 2022
@matthewfeickert
Copy link
Member Author

As this is a collation of Dependabot PRs, I'm going to approve and merge this myself. As always, PRs approved by a single core dev can be reverted as needed by the rest of the dev team.

@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #1906 (e4c7404) into master (4acfda2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1906   +/-   ##
=======================================
  Coverage   98.17%   98.17%           
=======================================
  Files          68       68           
  Lines        4331     4331           
  Branches      730      730           
=======================================
  Hits         4252     4252           
  Misses         46       46           
  Partials       33       33           
Flag Coverage Δ
contrib 26.34% <ø> (ø)
doctest 60.63% <ø> (ø)
unittests-3.10 96.05% <ø> (ø)
unittests-3.7 96.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4acfda2...e4c7404. Read the comment docs.

@matthewfeickert matthewfeickert changed the title chore: Update Docker GitHub Actions chore: Update Docker GitHub Actions to Dependabot bumped versions Jun 29, 2022
@matthewfeickert matthewfeickert merged commit df70693 into master Jun 29, 2022
@matthewfeickert matthewfeickert deleted the chore/update-docker-ci branch June 29, 2022 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Other changes that don't modify src or test files CI CI systems, GitHub Actions dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant