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

ci: Update GitHub Actions to next stable version #1833

Merged
merged 4 commits into from
Apr 1, 2022

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Apr 1, 2022

Description

Don't touch the tag.yml workflow though as that's going to be deprecated soon, and it is best not to touch something important and difficult to test like that.

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
* Update GitHub Action workflows:
   - Use actions/checkout v3 for all workflows.
     https://github.com/actions/checkout/releases/tag/v3.0.0
   - Use github/codeql-action/init v2 and github/codeql-action/analyze v2.
     https://github.com/github/codeql-action
   - Use hadolint/hadolint-action v2.1.0.
     https://github.com/hadolint/hadolint-action/releases/tag/v2.1.0

@matthewfeickert matthewfeickert added CI CI systems, GitHub Actions chore Other changes that don't modify src or test files labels Apr 1, 2022
@matthewfeickert matthewfeickert self-assigned this Apr 1, 2022
@matthewfeickert
Copy link
Member Author

Needs PR #1834 to go in first.

@codecov
Copy link

codecov bot commented Apr 1, 2022

Codecov Report

Merging #1833 (fb4b5b2) into master (f20ad4f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1833   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          68       68           
  Lines        4315     4315           
  Branches      725      725           
=======================================
  Hits         4236     4236           
  Misses         46       46           
  Partials       33       33           
Flag Coverage Δ
contrib 26.44% <ø> (ø)
doctest 60.78% <ø> (ø)
unittests-3.10 96.03% <ø> (ø)
unittests-3.7 96.02% <ø> (ø)

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 f20ad4f...fb4b5b2. Read the comment docs.

@matthewfeickert matthewfeickert merged commit d8158cf into master Apr 1, 2022
@matthewfeickert matthewfeickert deleted the chore/update-checkout-action branch April 1, 2022 19:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant