File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
report :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0
16
+ - uses : dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
17
17
with :
18
18
artifact : /e2e-test-reports-(.*)/
19
19
name : JEST Tests $1 # Name of the check run which will be created
Original file line number Diff line number Diff line change 59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
62
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 60
60
61
61
- name : Scan image with AquaSec/Trivy
62
62
id : scan
63
- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31 .0
63
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
64
64
with :
65
65
image-ref : registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
66
66
format : ' sarif'
75
75
76
76
# This step checks out a copy of your repository.
77
77
- name : Upload SARIF file
78
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
78
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
79
79
with :
80
80
token : ${{ github.token }}
81
81
# Path to SARIF file relative to the root of the repository
You can’t perform that action at this time.
0 commit comments