File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
uses : actions/checkout@v4
23
23
24
24
- name : Log in to the Container registry
25
- uses : docker/login-action@v2
25
+ uses : docker/login-action@v3
26
26
with :
27
27
registry : ${{ env.REGISTRY }}
28
28
username : ${{ secrets.QUAY_USER }}
29
29
password : ${{ secrets.QUAY_TOKEN }}
30
30
31
31
- name : Generate docker metadata for keylime_agent
32
32
id : meta_agent
33
- uses : docker/metadata-action@v4
33
+ uses : docker/metadata-action@v5
34
34
with :
35
35
images : |
36
36
${{ env.IMAGE_BASE }}/keylime_agent
41
41
42
42
- name : Build and push agent image
43
43
id : build_agent
44
- uses : docker/build-push-action@v4
44
+ uses : docker/build-push-action@v5
45
45
env :
46
46
VERSION : " ${{ steps.meta_base.outputs.version }}"
47
47
with :
Original file line number Diff line number Diff line change 28
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
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : tarpaulin-report
34
34
path : |
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
- name : List downloaded files.
26
26
run : ls
27
27
- name : Upload e2e_coverage report to Codecov with GitHub Action.
28
- uses : codecov/codecov-action@v2
28
+ uses : codecov/codecov-action@v4
29
29
with :
30
30
files : e2e_coverage.txt
31
31
flags : e2e-testsuite
32
32
- name : Upload upstream_coverage report to Codecov with GitHub Action.
33
- uses : codecov/codecov-action@v2
33
+ uses : codecov/codecov-action@v4
34
34
with :
35
35
files : upstream_coverage.xml
36
36
flags : upstream-unit-tests
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
- name : List downloaded files.
21
21
run : ls
22
22
- name : Upload e2e_coverage.txt report to Codecov with GitHub Action.
23
- uses : codecov/codecov-action@v2
23
+ uses : codecov/codecov-action@v4
24
24
with :
25
25
files : scripts/e2e_coverage.txt
26
26
flags : e2e-testsuite
27
27
- name : Upload upstream_coverage.xml report to Codecov with GitHub Action.
28
- uses : codecov/codecov-action@v2
28
+ uses : codecov/codecov-action@v4
29
29
with :
30
30
files : scripts/upstream_coverage.xml
31
31
flags : upstream-unit-tests
You can’t perform that action at this time.
0 commit comments