File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ jobs:
356356 - build
357357 if : ${{ github.event_name != 'pull_request' || needs.changes.outputs.run_test_workflow == 'true' }}
358358 steps :
359- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
359+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
360360 - uses : ./tools/github-actions/setup-deps
361361
362362 - name : Download EG Binaries
@@ -392,7 +392,7 @@ jobs:
392392
393393 # build and push image
394394 - name : Login to DockerHub
395- uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
395+ uses : docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
396396 with :
397397 username : ${{ vars.DOCKERHUB_USERNAME }}
398398 password : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
3636 - uses : ./tools/github-actions/setup-deps
3737
3838 - name : Initialize CodeQL
39- uses : github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v3.29.5
39+ uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
4040 with :
4141 languages : ${{ matrix.language }}
4242
4343 - name : Autobuild
44- uses : github/codeql-action/autobuild@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v3.29.5
44+ uses : github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
4545
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v3.29.5
47+ uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
4848 with :
4949 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 scan-scheduled :
2121 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
22- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@a82132c0bd6c7261ffcb78e754c46c70ab57ad9a " # main, pending release > v2.3.8 (incl. osv-scanner-action#130)
22+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9fd1bcce27f67e3bd819a0a7620e332803dc43bc " # main, pending release > v2.3.8 (incl. osv-scanner-action#130)
2323 with :
2424 scan-args : |-
2525 --config tools/osv-scanner/vulnerability-scan-config.toml
3333
3434 scan-pr :
3535 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
36- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@a82132c0bd6c7261ffcb78e754c46c70ab57ad9a " # main, pending release > v2.3.8 (incl. osv-scanner-action#130)
36+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@9fd1bcce27f67e3bd819a0a7620e332803dc43bc " # main, pending release > v2.3.8 (incl. osv-scanner-action#130)
3737 with :
3838 scan-args : |-
3939 --config tools/osv-scanner/vulnerability-scan-config.toml
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 } >> "$GITHUB_ENV"
108108
109109 - name : Login to DockerHub
110- uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
110+ uses : docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
111111 with :
112112 username : ${{ vars.DOCKERHUB_USERNAME }}
113113 password : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change 2626 persist-credentials : false
2727
2828 - name : " Run analysis"
29- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
29+ uses : ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
3030 with :
3131 results_file : results.sarif
3232 results_format : sarif
4040 retention-days : 5
4141
4242 - name : " Upload to code-scanning"
43- uses : github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v3.29.5
43+ uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
4444 with :
4545 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Prune Stale
21- uses : actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4 .0
21+ uses : actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0 .0
2222 with :
2323 repo-token : ${{ secrets.GITHUB_TOKEN }}
2424 days-before-pr-stale : 30
You can’t perform that action at this time.
0 commit comments