File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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 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 : .
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 : .
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
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments