|
80 | 80 |
|
81 | 81 | - name: Authenticate to Google Cloud |
82 | 82 | id: auth |
83 | | - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 |
| 83 | + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
84 | 84 | with: |
85 | 85 | token_format: access_token |
86 | 86 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -143,7 +143,7 @@ jobs: |
143 | 143 | fi |
144 | 144 |
|
145 | 145 | - name: Upload SARIF file |
146 | | - uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7 |
| 146 | + uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 |
147 | 147 | if: steps.check-sarif.outputs.sarif_has_results == 'true' |
148 | 148 | with: |
149 | 149 | sarif_file: govulncheck.sarif |
@@ -420,7 +420,7 @@ jobs: |
420 | 420 |
|
421 | 421 | - name: Authenticate to Google Cloud |
422 | 422 | id: auth |
423 | | - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 |
| 423 | + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
424 | 424 | with: |
425 | 425 | token_format: access_token |
426 | 426 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -468,7 +468,7 @@ jobs: |
468 | 468 | overwrite: true |
469 | 469 |
|
470 | 470 | - name: Upload Scan results to GitHub Security tab |
471 | | - uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7 |
| 471 | + uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 |
472 | 472 | with: |
473 | 473 | sarif_file: "${{ steps.directory.outputs.directory }}/" |
474 | 474 |
|
@@ -509,7 +509,7 @@ jobs: |
509 | 509 |
|
510 | 510 | - name: Authenticate to Google Cloud |
511 | 511 | id: auth |
512 | | - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 |
| 512 | + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
513 | 513 | with: |
514 | 514 | token_format: access_token |
515 | 515 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -557,7 +557,7 @@ jobs: |
557 | 557 | overwrite: true |
558 | 558 |
|
559 | 559 | - name: Upload Scan results to GitHub Security tab |
560 | | - uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7 |
| 560 | + uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 |
561 | 561 | with: |
562 | 562 | sarif_file: "${{ steps.directory.outputs.directory }}/" |
563 | 563 |
|
@@ -605,7 +605,7 @@ jobs: |
605 | 605 |
|
606 | 606 | - name: Authenticate to Google Cloud |
607 | 607 | id: auth |
608 | | - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 |
| 608 | + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
609 | 609 | with: |
610 | 610 | token_format: access_token |
611 | 611 | workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }} |
@@ -653,7 +653,7 @@ jobs: |
653 | 653 | overwrite: true |
654 | 654 |
|
655 | 655 | - name: Upload Scan results to GitHub Security tab |
656 | | - uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7 |
| 656 | + uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 |
657 | 657 | with: |
658 | 658 | sarif_file: "${{ steps.directory.outputs.directory }}/" |
659 | 659 | continue-on-error: true |
|
0 commit comments