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 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : ' Checkout Repository'
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : ' Dependency Review'
1515 uses : actions/dependency-review-action@v4
1616 with :
Original file line number Diff line number Diff line change 2929 permissions :
3030 packages : write
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Docker meta Service Name
3434 id : docker_meta_img
3535 uses : docker/metadata-action@v5
@@ -127,7 +127,7 @@ jobs:
127127 security-events : write
128128 steps :
129129 - name : run trivy vulnerability scanner
130- uses : aquasecurity/trivy-action@0.31.0
130+ uses : aquasecurity/trivy-action@0.33.1
131131 with :
132132 image-ref : ' ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
133133 format : ' sarif'
Original file line number Diff line number Diff line change 1313 contents : read
1414 packages : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Docker meta Service Name
1818 id : docker_meta_img
1919 uses : docker/metadata-action@v5
You can’t perform that action at this time.
0 commit comments