Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
20.04
22.04
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
This PR focuses on updating the GitHub Actions workflow to use Ubuntu 22.04 instead of 20.04.
runs-on
.github/workflows/xcop.yaml
ubuntu-22.04
.github/workflows/codecov.yaml
actions/checkout
v3
v2
actions/setup-java
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
This PR contains the following updates:
20.04
->22.04
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
PR-Codex overview
This PR focuses on updating the GitHub Actions workflow to use Ubuntu 22.04 instead of 20.04.
Detailed summary
runs-on
field in.github/workflows/xcop.yaml
to useubuntu-22.04
.runs-on
field in.github/workflows/codecov.yaml
to useubuntu-22.04
.actions/checkout
action in.github/workflows/xcop.yaml
tov3
.actions/checkout
action in.github/workflows/codecov.yaml
tov2
.actions/setup-java
action in.github/workflows/codecov.yaml
tov3
.