Skip to content

Commit 9545a9f

Browse files
authored
chore(deps): Update dependencies for github (#1001)
1 parent d81a0e8 commit 9545a9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)