Closed
Bug 1852497
Opened 2 years ago
Closed 2 years ago
actions/checkout@v2 is deprecated and throws a warning on every build
Categories
(Bugzilla :: QA Test Scripts, defect)
Bugzilla
QA Test Scripts
Tracking
()
RESOLVED
FIXED
People
(Reporter: justdave, Assigned: justdave)
Details
Attachments
(4 files)
Our GitHub Action to check out the repo and run tests uses actions/checkout@v2 to perform the git checkout of the source to run tests on.
GitHub says we shouldn't do that anymore.
It's an easy fix, PRs incoming.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee: testing → justdave
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
master(5.3) apparently doesn't have GHA set up.
Assignee | ||
Comment 6•2 years ago
|
||
4.4: https://github.com/bugzilla/bugzilla/commit/06bb46c0185eafaf978afa6c2357537ceb8c6346
5.0.4: https://github.com/bugzilla/bugzilla/commit/04f3d70b036a640fa743b70f886157e56baac3ae
5.2: https://github.com/bugzilla/bugzilla/commit/9602d72a8ed46e47e4c05b91e5cd5f30adeef9fd
harmony: https://github.com/bugzilla/harmony/commit/e72338d1a8c374e0f1ee88770a05701067fa6b64
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•