5151 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252
5353 - name : Setup Golang Environment
54- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
54+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5555 with :
5656 go-version-file : go.mod
5757
7474
7575 - name : Authenticate to Google Cloud
7676 id : auth
77- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
77+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
7878 with :
7979 token_format : access_token
8080 workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -112,7 +112,7 @@ jobs:
112112 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
113113
114114 - name : Setup Golang Environment
115- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
115+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
116116 with :
117117 go-version-file : go.mod
118118
@@ -141,7 +141,7 @@ jobs:
141141 fi
142142
143143 - name : Upload SARIF file
144- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
144+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
145145 if : steps.check-sarif.outputs.sarif_has_results == 'true'
146146 with :
147147 sarif_file : govulncheck.sarif
@@ -157,7 +157,7 @@ jobs:
157157 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
158158
159159 - name : Setup Golang Environment
160- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
160+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
161161 with :
162162 go-version-file : go.mod
163163
@@ -428,7 +428,7 @@ jobs:
428428
429429 - name : Authenticate to Google Cloud
430430 id : auth
431- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
431+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
432432 with :
433433 token_format : access_token
434434 workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -467,7 +467,7 @@ jobs:
467467 overwrite : true
468468
469469 - name : Upload Scan results to GitHub Security tab
470- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
470+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
471471 with :
472472 sarif_file : " ${{ steps.directory.outputs.directory }}/"
473473
@@ -508,7 +508,7 @@ jobs:
508508
509509 - name : Authenticate to Google Cloud
510510 id : auth
511- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
511+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
512512 with :
513513 token_format : access_token
514514 workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -547,7 +547,7 @@ jobs:
547547 overwrite : true
548548
549549 - name : Upload Scan results to GitHub Security tab
550- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
550+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
551551 with :
552552 sarif_file : " ${{ steps.directory.outputs.directory }}/"
553553
@@ -595,7 +595,7 @@ jobs:
595595
596596 - name : Authenticate to Google Cloud
597597 id : auth
598- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
598+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
599599 with :
600600 token_format : access_token
601601 workload_identity_provider : ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -634,7 +634,7 @@ jobs:
634634 overwrite : true
635635
636636 - name : Upload Scan results to GitHub Security tab
637- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
637+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
638638 with :
639639 sarif_file : " ${{ steps.directory.outputs.directory }}/"
640640 continue-on-error : true
0 commit comments