File tree Expand file tree Collapse file tree 3 files changed +13
-45
lines changed
Expand file tree Collapse file tree 3 files changed +13
-45
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323
2424 steps :
2525 - name : ✂️ Free Disk Space
26- uses : jlumbroso/free-disk-space@main # https://github.com/jlumbroso/free-disk-space
26+ uses : jlumbroso/free-disk-space@v1.3.0 # https://github.com/jlumbroso/free-disk-space
2727 with :
2828 tool-cache : true
2929 docker-images : false
3030
3131 - name : 🤘 Checkout Code
32- uses : actions/checkout@v3 # https://github.com/actions/checkout
32+ uses : actions/checkout@v4 # https://github.com/actions/checkout
3333
3434 - name : 🔒 Login to Container Registry
35- uses : docker/login-action@v2 # https://github.com/docker/login-action
35+ uses : docker/login-action@v3 # https://github.com/docker/login-action
3636 with :
3737 registry : ghcr.io
3838 username : ${{ github.actor }}
8181 ignore-unfixed : true
8282
8383 - name : 🛡️🔼 Upload scan results to GitHub Security tab
84- uses : github/codeql-action/upload-sarif@v2 # https://github.com/github/codeql-action
84+ uses : github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action
8585 with :
8686 sarif_file : ' trivy-results.sarif'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ignored :
2+ - DL3008
3+ - DL3009
4+ - DL3013
5+ - DL3015
6+ - DL3042
7+ trustedRegistries :
8+ - docker.io
9+ - ghcr.io
You can’t perform that action at this time.
0 commit comments