File tree 8 files changed +19
-19
lines changed
8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
outputs : type=oci,dest=/tmp/${{ matrix.config.name }}-image.tar
169
169
170
170
- name : Upload image as artifact
171
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
171
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
172
172
with :
173
173
name : ${{ matrix.config.name }}-image.tar
174
174
path : /tmp/${{ matrix.config.name }}-image.tar
@@ -184,7 +184,7 @@ jobs:
184
184
run : echo "" > tag
185
185
186
186
- name : Upload tag for tests
187
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
187
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188
188
with :
189
189
name : dev-${{ env.DATETIME }}
190
190
path : tag
@@ -306,7 +306,7 @@ jobs:
306
306
run : rsync -av --delete --exclude='charts/*.tgz' ./${{ matrix.config.path }}/ ./helm-charts-repository/charts/${{ matrix.config.name }}/
307
307
308
308
- name : Create Pull Request
309
- uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
309
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
310
310
with :
311
311
token : ${{ secrets.KEPTN_BOT_TOKEN }}
312
312
path : ./helm-charts-repository
Original file line number Diff line number Diff line change 45
45
46
46
- name : Upload ${{ matrix.config.name }} cluster logs
47
47
if : always()
48
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
48
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49
49
with :
50
50
name : logs-e2e-tests-${{ matrix.config.name }}
51
51
path : .github/scripts/logs
Original file line number Diff line number Diff line change 38
38
uses : ./.github/actions/deploy-prometheus-on-cluster
39
39
40
40
- name : Install Chainsaw
41
- uses : kyverno/action-install-chainsaw@d311eacde764f806c9658574ff64c9c3b21f8397 # v0.2.11
41
+ uses : kyverno/action-install-chainsaw@f2b47b97dc889c12702113753d713f01ec268de5 # v0.2.12
42
42
43
43
- name : Run Integration Tests ${{ inputs.type }}
44
44
working-directory : .
51
51
52
52
- name : Upload cluster logs
53
53
if : failure()
54
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
54
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55
55
with :
56
56
name : logs-integration-tests-${{ inputs.type }}
57
57
path : .github/scripts/logs
Original file line number Diff line number Diff line change 39
39
uses : ./.github/actions/deploy-prometheus-on-cluster
40
40
41
41
- name : Install Chainsaw
42
- uses : kyverno/action-install-chainsaw@d311eacde764f806c9658574ff64c9c3b21f8397 # v0.2.11
42
+ uses : kyverno/action-install-chainsaw@f2b47b97dc889c12702113753d713f01ec268de5 # v0.2.12
43
43
44
44
- name : Run Integration Tests
45
45
working-directory : .
52
52
53
53
- name : Upload cluster logs
54
54
if : failure()
55
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
55
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56
56
with :
57
57
name : logs-integration-tests-${{ inputs.cert-manager-io-enabled }}
58
58
path : .github/scripts/logs
Original file line number Diff line number Diff line change 57
57
58
58
- name : Upload results
59
59
if : always()
60
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
60
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61
61
with :
62
62
name : load-tests-results
63
63
path : ./collected-metrics
69
69
70
70
- name : Upload cluster logs
71
71
if : failure()
72
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
72
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73
73
with :
74
74
name : logs-load-tests
75
75
path : .github/scripts/logs
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
output-file : ./sbom-${{ matrix.config.name }}.spdx.json
216
216
217
217
- name : Attach SBOM to release
218
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
218
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
219
219
with :
220
220
tag_name : ${{ matrix.config.tagName }}
221
221
files : ./sbom-${{ matrix.config.name }}.spdx.json
@@ -234,7 +234,7 @@ jobs:
234
234
${{ env.IMAGE_NAME }}@${{ env.IMAGE_DIGEST }}
235
235
236
236
- name : Upload verification log as artifact
237
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
237
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
238
238
with :
239
239
name : cosign-attest-verification-log
240
240
path : ./cosign-attest-output.json
Original file line number Diff line number Diff line change 38
38
persist-credentials : false
39
39
40
40
- name : " Run analysis"
41
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
41
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
42
42
with :
43
43
results_file : results.sarif
44
44
results_format : sarif
@@ -60,14 +60,14 @@ jobs:
60
60
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
61
61
# format to the repository Actions tab.
62
62
- name : " Upload artifact"
63
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
63
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64
64
with :
65
65
name : SARIF file
66
66
path : results.sarif
67
67
retention-days : 5
68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
71
+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
72
72
with :
73
73
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
65
65
path : ./dist
66
66
67
67
- name : Upload tag
68
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69
69
with :
70
70
name : tag
71
71
path : |
72
72
./dist/dev-*/
73
73
74
74
- name : Upload images
75
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
75
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
76
76
with :
77
77
name : images
78
78
path : |
@@ -148,7 +148,7 @@ jobs:
148
148
149
149
- name : KICS Scan
150
150
if : matrix.tool == 'kics'
151
- uses : Checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
151
+ uses : Checkmarx/kics-github-action@09100f0152c975eb238c67030f9fd1418acb3666 # v2.1.6
152
152
with :
153
153
path : scans
154
154
config_path : .github/kics-config.yml
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
- name : Upload KICS results
159
159
if : always() && matrix.tool == 'kics'
160
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
160
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
161
161
with :
162
162
name : kics-results
163
163
path : results.json
You can’t perform that action at this time.
0 commit comments