ci: use gha checkout v7, codecov v7 [citest_skip]

Use github actions checkout @v7

Use codecov action @v7

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2026-07-01 08:27:19 -06:00 committed by Richard Megginson
parent 8f6bd49889
commit 42c0322b17
16 changed files with 20 additions and 20 deletions

View file

@ -39,7 +39,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install tox, tox-lsr
run: |

View file

@ -28,7 +28,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install tox, tox-lsr
run: |

View file

@ -42,7 +42,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install tox, tox-lsr
run: |

View file

@ -25,7 +25,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Ensure the docs branch
@ -48,12 +48,12 @@ jobs:
fi
- name: Checkout the docs branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: docs
- name: Fetch README.md and .pandoc_template.html5 template from the workflow branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
README.md

View file

@ -22,7 +22,7 @@ jobs:
sudo apt install -y git
- name: checkout PR
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Get tag and message from the latest CHANGELOG.md commit
id: tag

View file

@ -34,7 +34,7 @@ jobs:
sudo apt update
sudo apt install -y git
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Codespell
uses: codespell-project/actions-codespell@v2

View file

@ -28,7 +28,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
# CHANGELOG.md is generated automatically from PR titles and descriptions
# It might have issues but they are not critical

View file

@ -18,7 +18,7 @@ jobs:
commit-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

View file

@ -43,7 +43,7 @@ jobs:
sudo apt install -y git
- name: checkout PR
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Python 2.7
if: ${{ matrix.pyver_os.ver == '2.7' }}
@ -92,4 +92,4 @@ jobs:
TOXENV="$toxenvs" lsr_ci_runtox
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7

View file

@ -51,7 +51,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Check if platform is supported
id: check_platform

View file

@ -30,7 +30,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run ShellCheck
id: shellcheck_id

View file

@ -29,7 +29,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Remove badges from README.md prior to converting to HTML
run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md

View file

@ -36,7 +36,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Get head sha of the PR
id: head_sha
@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout PR
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ steps.head_sha.outputs.head_sha }}

View file

@ -30,7 +30,7 @@ jobs:
sudo apt install -y git
- name: Checkout latest code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Create or rebase commit, add dump_packages callback

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run lsr-woke-action
# Originally, uses: get-woke/woke-action@v0