5151 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
5353 - name : Setup Golang Environment
54- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
54+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
5555 with :
5656 go-version-file : go.mod
5757
@@ -123,7 +123,7 @@ jobs:
123123 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124124
125125 - name : Setup Golang Environment
126- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
126+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
127127 with :
128128 go-version-file : go.mod
129129
@@ -143,7 +143,7 @@ jobs:
143143 fi
144144
145145 - name : Upload SARIF file
146- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
146+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
147147 if : steps.check-sarif.outputs.sarif_has_results == 'true'
148148 with :
149149 sarif_file : govulncheck.sarif
@@ -159,7 +159,7 @@ jobs:
159159 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160160
161161 - name : Setup Golang Environment
162- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
162+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
163163 with :
164164 go-version-file : go.mod
165165 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -450,7 +450,7 @@ jobs:
450450
451451 - name : Run Docker Scout vulnerability scanner
452452 id : docker-scout
453- uses : docker/scout-action@0133ff88fe16d4a412dc4827a8fccbccb6b583e0 # v1.16.3
453+ uses : docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
454454 with :
455455 command : cves
456456 image : ${{ steps.meta.outputs.tags }}
@@ -461,14 +461,14 @@ jobs:
461461 summary : true
462462
463463 - name : Upload Scan Results to Github Artifacts
464- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
464+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
465465 with :
466466 name : " ${{ github.ref_name }}-${{ steps.directory.outputs.directory }}"
467467 path : " ${{ steps.directory.outputs.directory }}/"
468468 overwrite : true
469469
470470 - name : Upload Scan results to GitHub Security tab
471- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
471+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
472472 with :
473473 sarif_file : " ${{ steps.directory.outputs.directory }}/"
474474
@@ -539,7 +539,7 @@ jobs:
539539
540540 - name : Run Docker Scout vulnerability scanner
541541 id : docker-scout
542- uses : docker/scout-action@0133ff88fe16d4a412dc4827a8fccbccb6b583e0 # v1.16.3
542+ uses : docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
543543 with :
544544 command : cves
545545 image : ${{ steps.meta.outputs.tags }}
@@ -550,14 +550,14 @@ jobs:
550550 summary : true
551551
552552 - name : Upload Scan Results to Github Artifacts
553- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
553+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
554554 with :
555555 name : " ${{ github.ref_name }}-${{ steps.directory.outputs.directory }}"
556556 path : " ${{ steps.directory.outputs.directory }}/"
557557 overwrite : true
558558
559559 - name : Upload Scan results to GitHub Security tab
560- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
560+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
561561 with :
562562 sarif_file : " ${{ steps.directory.outputs.directory }}/"
563563
@@ -635,7 +635,7 @@ jobs:
635635
636636 - name : Run Docker Scout vulnerability scanner
637637 id : docker-scout
638- uses : docker/scout-action@0133ff88fe16d4a412dc4827a8fccbccb6b583e0 # v1.16.3
638+ uses : docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
639639 with :
640640 command : cves
641641 image : ${{ steps.meta.outputs.tags }}
@@ -646,14 +646,14 @@ jobs:
646646 summary : true
647647
648648 - name : Upload Scan Results to Github Artifacts
649- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
649+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
650650 with :
651651 name : " ${{ github.ref_name }}-${{ steps.directory.outputs.directory }}"
652652 path : " ${{ steps.directory.outputs.directory }}/"
653653 overwrite : true
654654
655655 - name : Upload Scan results to GitHub Security tab
656- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
656+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
657657 with :
658658 sarif_file : " ${{ steps.directory.outputs.directory }}/"
659659 continue-on-error : true
0 commit comments