File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
70
70
labels : ${{ steps.meta.outputs.labels }}
71
71
72
72
- name : Run Trivy vulnerability scanner
73
- uses : aquasecurity/trivy-action@0.14 .0
73
+ uses : aquasecurity/trivy-action@0.19 .0
74
74
with :
75
75
image-ref : " ghcr.io/${{ github.repository }}:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
76
76
format : " sarif"
77
77
output : " trivy-results.sarif"
78
78
if : github.event_name == 'push'
79
79
80
80
- name : Upload Trivy scan results to GitHub Security tab
81
- uses : github/codeql-action/upload-sarif@v2
81
+ uses : github/codeql-action/upload-sarif@v3
82
82
with :
83
83
sarif_file : " trivy-results.sarif"
84
84
if : github.event_name == 'push'
Original file line number Diff line number Diff line change 18
18
components : rustfmt, rust-std, clippy
19
19
20
20
- name : Set up protoc
21
- uses : arduino/setup-protoc@v2
21
+ uses : arduino/setup-protoc@v3
22
22
with :
23
23
version : ' 23.x'
24
24
You can’t perform that action at this time.
0 commit comments