File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 cache-binary : false
3333 - name : Login to Docker Hub
34- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
34+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3535 with :
3636 username : ${{ secrets.DOCKERHUB_USERNAME }}
3737 password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323
2424 # cache Lychee results to avoid hitting rate limits
2525 - name : Restore lychee cache
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727 with :
2828 path : .lycheecache
2929 key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 6565 # Upload the results to GitHub's code scanning dashboard (optional).
6666 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767 - name : " Upload to code-scanning"
68- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
68+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
6969 with :
7070 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments