|
84 | 84 |
|
85 | 85 | - name: Authenticate to Google Cloud |
86 | 86 | id: auth |
87 | | - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 |
| 87 | + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 |
88 | 88 | with: |
89 | 89 | token_format: access_token |
90 | 90 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | fi |
161 | 161 |
|
162 | 162 | - name: Upload SARIF file |
163 | | - uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
| 163 | + uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 |
164 | 164 | if: steps.check-sarif.outputs.sarif_has_results == 'true' |
165 | 165 | with: |
166 | 166 | sarif_file: govulncheck.sarif |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 |
|
449 | 449 | - name: Authenticate to Google Cloud |
450 | 450 | id: auth |
451 | | - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 |
| 451 | + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 |
452 | 452 | with: |
453 | 453 | token_format: access_token |
454 | 454 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -496,7 +496,7 @@ jobs: |
496 | 496 | overwrite: true |
497 | 497 |
|
498 | 498 | - name: Upload Scan results to GitHub Security tab |
499 | | - uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
| 499 | + uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 |
500 | 500 | with: |
501 | 501 | sarif_file: "${{ steps.directory.outputs.directory }}/" |
502 | 502 |
|
@@ -537,7 +537,7 @@ jobs: |
537 | 537 |
|
538 | 538 | - name: Authenticate to Google Cloud |
539 | 539 | id: auth |
540 | | - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 |
| 540 | + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 |
541 | 541 | with: |
542 | 542 | token_format: access_token |
543 | 543 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -585,7 +585,7 @@ jobs: |
585 | 585 | overwrite: true |
586 | 586 |
|
587 | 587 | - name: Upload Scan results to GitHub Security tab |
588 | | - uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
| 588 | + uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 |
589 | 589 | with: |
590 | 590 | sarif_file: "${{ steps.directory.outputs.directory }}/" |
591 | 591 |
|
@@ -633,7 +633,7 @@ jobs: |
633 | 633 |
|
634 | 634 | - name: Authenticate to Google Cloud |
635 | 635 | id: auth |
636 | | - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 |
| 636 | + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 |
637 | 637 | with: |
638 | 638 | token_format: access_token |
639 | 639 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -681,7 +681,7 @@ jobs: |
681 | 681 | overwrite: true |
682 | 682 |
|
683 | 683 | - name: Upload Scan results to GitHub Security tab |
684 | | - uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 |
| 684 | + uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 |
685 | 685 | with: |
686 | 686 | sarif_file: "${{ steps.directory.outputs.directory }}/" |
687 | 687 | continue-on-error: true |
|
0 commit comments