Skip to content

Commit 7a6f501

Browse files
authored
pin auth action everywhere (viamrobotics#3260)
1 parent e5941a0 commit 7a6f501

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GOOS=windows GOARCH=amd64 EXE_SUFFIX=.exe make cli-ci
5656
5757
- name: Authorize GCP Upload
58-
uses: google-github-actions/auth@v1
58+
uses: google-github-actions/auth@v1.1.1
5959
with:
6060
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
6161
- name: upload

.github/workflows/droid.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: ${{ env.TARGET }}
5858

5959
- name: Authorize GCP Upload
60-
uses: google-github-actions/auth@v1
60+
uses: google-github-actions/auth@v1.1.1
6161
with:
6262
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
6363

.github/workflows/staticbuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
sudo -Hu testbot bash -lc 'make clean-all'
5454
5555
- name: Authorize GCP Upload
56-
uses: google-github-actions/auth@v1
56+
uses: google-github-actions/auth@v1.1.1
5757
with:
5858
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
5959

@@ -165,7 +165,7 @@ jobs:
165165

166166
steps:
167167
- name: Authorize GCP
168-
uses: google-github-actions/auth@v1
168+
uses: google-github-actions/auth@v1.1.1
169169
with:
170170
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
171171

.github/workflows/testcleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Authorize GCP
19-
uses: google-github-actions/auth@v1
19+
uses: google-github-actions/auth@v1.1.1
2020
with:
2121
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
2222

0 commit comments

Comments
 (0)