File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
60+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
6161 with :
6262 name : SARIF file
6363 path : results.sarif
Original file line number Diff line number Diff line change 7676
7777 - id : ' auth'
7878 name : ' Authenticate to Google Cloud'
79- uses : google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
79+ uses : google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
8080 with :
8181 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
8282 service_account : ${{ secrets.SERVICE_ACCOUNT }}
@@ -195,7 +195,7 @@ jobs:
195195 name : ' Authenticate to Google Cloud'
196196 # only needed for Flakybot on periodic (schedule) and continuous (push) events
197197 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
198- uses : google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
198+ uses : google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
199199 with :
200200 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
201201 service_account : ${{ secrets.SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments