File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858 # format to the repository Actions tab.
5959 - name : " Upload artifact"
60- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
60+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
6161 with :
6262 name : SARIF file
6363 path : results.sarif
Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ jobs:
5656
5757 - id : auth
5858 name : Authenticate to Google Cloud
59- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
59+ uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
6060 with :
6161 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
6262 service_account : ${{ vars.SERVICE_ACCOUNT }}
6363 access_token_lifetime : 600s
6464
6565 - id : secrets
6666 name : Get secrets
67- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
67+ uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
6868 with :
6969 secrets : |-
7070 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -153,7 +153,7 @@ jobs:
153153 name : Authenticate to Google Cloud
154154 # only needed for Flakybot on periodic (schedule) and continuous (push) events
155155 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
156- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
156+ uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
157157 with :
158158 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
159159 service_account : ${{ vars.SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments