File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : set up Python
17
17
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Generate image attestation
102
102
if : ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch')}}
103
- uses : actions/attest-build-provenance@v1
103
+ uses : actions/attest-build-provenance@v2
104
104
with :
105
105
subject-name : quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}
106
106
subject-digest : ${{ steps.build-push-image.outputs.digest }}
@@ -122,7 +122,7 @@ jobs:
122
122
retention-days : 1
123
123
124
124
- name : Generate SBOM attestation
125
- uses : actions/attest-sbom@v1
125
+ uses : actions/attest-sbom@v2
126
126
if : ${{ inputs.pushImage }}
127
127
with :
128
128
subject-name : quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd # v4.1.1
27
+ uses : actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.1.1
28
28
with :
29
29
persist-credentials : false
30
30
Original file line number Diff line number Diff line change 40
40
41
41
- name : Upload coverage reports to Codecov
42
42
if : github.event_name != 'pull_request'
43
- uses : codecov/codecov-action@v5.0.7
43
+ uses : codecov/codecov-action@v5.1.1
44
44
with :
45
45
fail_ci_if_error : false # because codecov updates occasionally fail
46
46
files : coverage.out
You can’t perform that action at this time.
0 commit comments