File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 security_audit :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions-rs/audit-check@v1
2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Log in to the Container registry
2525 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1313 container :
1414 image : quay.io/keylime/keylime-ci:latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : NPM installation
1818 run : dnf install -y npm
1919 - name : Run Mockoon CLI
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 name : Check that Fedora RPM patches still apply
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Check that Fedora patches apply
1818 run : for p in rpm/fedora/*.patch; do patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f < "$p"; done
1919 centos :
2020 runs-on : ubuntu-latest
2121 name : Check that CentOS RPM patches still apply
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Check that CentOS patches apply
2525 run : for p in rpm/centos/*.patch; do patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f < "$p"; done
Original file line number Diff line number Diff line change 1515 name : Static code checks
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Check formatting
2020 run : cargo fmt --all -- --check
2121 - name : Check for panics
2727 container :
2828 image : quay.io/keylime/keylime-ci:latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Set git safe.directory for the working directory
3232 run : git config --system --add safe.directory "$PWD"
3333 - name : Run tests
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-22.04
1111 name : Submit code coverage from merged PR
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Install testing-farm script
1515 run : pip3 -v install tft-cli
1616 - name : Run tests on Testing Farm
Original file line number Diff line number Diff line change 1111 run :
1212 working-directory : scripts
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Wait for Packit tests to finish and download e2e_coverage.txt and upstream_coverage.xml files.
1616 run : ./download_packit_coverage.sh
1717 env :
You can’t perform that action at this time.
0 commit comments