File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Log in to the Container registry
25
25
uses : docker/login-action@v2
Original file line number Diff line number Diff line change 15
15
name : Static code checks
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Check formatting
20
20
run : cargo fmt --all -- --check
21
21
- name : Check for panics
25
25
name : Fedora tests
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- name : Run tests
30
30
run : docker run --security-opt seccomp=tests/seccomp-profile.json -v $(pwd):/tmp/code_under_test -w /tmp/code_under_test quay.io/keylime/keylime-ci:latest dbus-run-session -- /tmp/code_under_test/tests/run.sh
31
31
- uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
name : Submit code coverage from merged PR
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Install testing-farm script
15
15
run : pip3 -v install tft-cli
16
16
- name : Run tests on Testing Farm
Original file line number Diff line number Diff line change 11
11
run :
12
12
working-directory : scripts
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Wait for Packit tests to finish and download e2e_coverage.txt and upstream_coverage.xml files.
16
16
run : ./download_packit_coverage.sh
17
17
env :
You can’t perform that action at this time.
0 commit comments