File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : jidicula/clang-format-action@v4.14 .0
14
+ - uses : jidicula/clang-format-action@v4.15 .0
15
15
with :
16
16
clang-format-version : " 17"
17
17
check-path : bpf
Original file line number Diff line number Diff line change 36
36
with :
37
37
go-version-file : go.mod
38
38
- name : golangci-lint
39
- uses : golangci/golangci-lint-action@v7
39
+ uses : golangci/golangci-lint-action@v8
40
40
with :
41
41
version : v2.1.1
42
42
Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ jobs:
107
107
push-to-registry : ${{ inputs.pushImage }}
108
108
109
109
- name : Generate SBOM
110
- uses : anchore/sbom-action@v0.18 .0
110
+ uses : anchore/sbom-action@v0.20 .0
111
111
with :
112
112
image : quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}}
113
113
artifact-name : sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.json
114
114
output-file : ./sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.spdx.json
115
115
116
116
- name : save Kepler image SBOM as artifact
117
117
if : ${{ inputs.pushImage }}
118
- uses : actions/upload-artifact@v4.6.1
118
+ uses : actions/upload-artifact@v4.6.2
119
119
with :
120
120
name : sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.spdx.json
121
121
path : ./sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.spdx.json
Original file line number Diff line number Diff line change 34
34
IMAGE_OUTPUT_PATH : ${{env.OUTPUT_DIR}}${{env.FILE_NAME}}
35
35
# save kepler image
36
36
- name : save Kepler image as artifact
37
- uses : actions/upload-artifact@v4.6.1
37
+ uses : actions/upload-artifact@v4.6.2
38
38
with :
39
39
name : keplerlibbpf
40
40
path : ${{env.OUTPUT_DIR}}${{env.FILE_NAME}}
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Save artifacts
104
104
if : ${{ failure() }}
105
- uses : actions/upload-artifact@v4.6.1
105
+ uses : actions/upload-artifact@v4.6.2
106
106
with :
107
107
name : artifacts
108
108
path : ${{env.ARTIFACT_DIR}}
Original file line number Diff line number Diff line change 44
44
IMAGE_OUTPUT_PATH : ${{env.OUTPUT_DIR}}${{env.KEPLER_FILE_NAME}}
45
45
46
46
- name : Save Kepler image as artifact
47
- uses : actions/upload-artifact@v4.6.1
47
+ uses : actions/upload-artifact@v4.6.2
48
48
with :
49
49
name : kepler
50
50
path : ${{env.OUTPUT_DIR}}${{env.KEPLER_FILE_NAME}}
71
71
IMAGE_OUTPUT_PATH : ${{env.OUTPUT_DIR}}${{env.VALIDATOR_FILE_NAME}}
72
72
73
73
- name : Save kepler-validator test image as artifact
74
- uses : actions/upload-artifact@v4.6.1
74
+ uses : actions/upload-artifact@v4.6.2
75
75
with :
76
76
name : validator
77
77
path : ${{env.OUTPUT_DIR}}${{env.VALIDATOR_FILE_NAME}}
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
- name : Save artifacts
173
173
if : ${{ failure() }}
174
- uses : actions/upload-artifact@v4.6.1
174
+ uses : actions/upload-artifact@v4.6.2
175
175
with :
176
176
name : artifacts
177
177
path : ${{env.ARTIFACT_DIR}}
Original file line number Diff line number Diff line change 31
31
sudo tar czvf /tmp/kepler.rpm.tar.gz RPMS/
32
32
33
33
- name : save Kepler image as artifact
34
- uses : actions/upload-artifact@v4.6.1
34
+ uses : actions/upload-artifact@v4.6.2
35
35
with :
36
36
name : kepler_rpm_${{ steps.git_version.outputs.git_version }}
37
37
path : /tmp/kepler.rpm.tar.gz
Original file line number Diff line number Diff line change 29
29
persist-credentials : false
30
30
31
31
- name : Run analysis
32
- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
32
+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
33
33
with :
34
34
results_file : scorecard-results.sarif
35
35
results_format : sarif
51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
52
# format to the repository Actions tab.
53
53
- name : Upload artifact
54
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.3.6
54
+ uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 # v4.3.6
55
55
with :
56
56
name : SARIF file
57
57
path : scorecard-results.sarif
Original file line number Diff line number Diff line change 37
37
run : |
38
38
make VERBOSE=1 test
39
39
- name : Upload coverage reports to Codecov
40
- uses : codecov/codecov-action@v5.4.0
40
+ uses : codecov/codecov-action@v5.4.3
41
41
with :
42
42
fail_ci_if_error : false # because codecov updates occasionally fail
43
43
files : ./coverage.out
You can’t perform that action at this time.
0 commit comments