Skip to content

Commit 3ecbcbc

Browse files
committed
Upgrade GitHub Actions to latest versions
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 0a0e1a2 commit 3ecbcbc

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/actions/deploy-cuttlefish-cvdremote-debian-package/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: "composite"
99
steps:
1010
- name: 'Set up Cloud SDK'
11-
uses: 'google-github-actions/setup-gcloud@v3.0.0'
11+
uses: 'google-github-actions/setup-gcloud@v3.0.1'
1212
with:
1313
version: '>= 363.0.0'
1414
- name: Deploy deb package into Artifact Registry

.github/workflows/deployment.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Get exact filename
6767
run: echo "path=$(find . -name cuttlefish-cvdremote_*.deb)" >> $GITHUB_ENV
6868
- name: Authentication on GCP project android-cuttlefish-artifacts
69-
uses: 'google-github-actions/auth@v2'
69+
uses: 'google-github-actions/auth@v3'
7070
with:
7171
credentials_json: '${{ secrets.artifact-registry-uploader-json-creds }}'
7272
- name: Deploy debian package cuttlefish-cvdremote
@@ -91,7 +91,7 @@ jobs:
9191
- name: Get exact filename
9292
run: echo "path=$(find . -name cuttlefish-cvdremote_*.deb)" >> $GITHUB_ENV
9393
- name: Authentication on GCP project android-cuttlefish-artifacts
94-
uses: 'google-github-actions/auth@v2'
94+
uses: 'google-github-actions/auth@v3'
9595
with:
9696
credentials_json: '${{ secrets.artifact-registry-uploader-json-creds }}'
9797
- name: Deploy debian package cuttlefish-cvdremote
@@ -110,11 +110,11 @@ jobs:
110110
- name: Build docker image
111111
run: docker build -t cuttlefish-cloud-orchestrator .
112112
- name: Authentication on GCP project android-cuttlefish-artifacts
113-
uses: 'google-github-actions/auth@v2'
113+
uses: 'google-github-actions/auth@v3'
114114
with:
115115
credentials_json: '${{ secrets.artifact-registry-uploader-json-creds }}'
116116
- name: Login to Artifact Registry
117-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # aka v3.5.0
117+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
118118
with:
119119
registry: us-docker.pkg.dev
120120
username: _json_key
@@ -135,11 +135,11 @@ jobs:
135135
- name: Build docker image
136136
run: docker build -t cuttlefish-cloud-orchestrator .
137137
- name: Authentication on GCP project android-cuttlefish-artifacts
138-
uses: 'google-github-actions/auth@v2'
138+
uses: 'google-github-actions/auth@v3'
139139
with:
140140
credentials_json: '${{ secrets.artifact-registry-uploader-json-creds }}'
141141
- name: Login to Artifact Registry
142-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # aka v3.5.0
142+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
143143
with:
144144
registry: us-docker.pkg.dev
145145
username: _json_key
@@ -158,11 +158,11 @@ jobs:
158158
- name: Checkout repository
159159
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
160160
- name: Authentication on GCP project android-cuttlefish-artifacts
161-
uses: 'google-github-actions/auth@v2'
161+
uses: 'google-github-actions/auth@v3'
162162
with:
163163
credentials_json: '${{ secrets.artifact-registry-uploader-json-creds }}'
164164
- name: Login to Artifact Registry
165-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # aka v3.5.0
165+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
166166
with:
167167
registry: us-docker.pkg.dev
168168
username: _json_key
@@ -186,11 +186,11 @@ jobs:
186186
- name: Checkout repository
187187
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
188188
- name: Authentication on GCP project android-cuttlefish-artifacts
189-
uses: 'google-github-actions/auth@v2'
189+
uses: 'google-github-actions/auth@v3'
190190
with:
191191
credentials_json: '${{ secrets.artifact-registry-uploader-json-creds }}'
192192
- name: 'Set up Cloud SDK'
193-
uses: 'google-github-actions/setup-gcloud@v3.0.0'
193+
uses: 'google-github-actions/setup-gcloud@v3.0.1'
194194
with:
195195
version: '>= 363.0.0'
196196
- name: Deploy conf.toml

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Vet
2727
run: go vet ./...
2828
- name: Staticcheck
29-
uses: dominikh/staticcheck-action@v1.3.1
29+
uses: dominikh/staticcheck-action@v1.4.1
3030
with:
3131
version: "latest"
3232
install-go: false

0 commit comments

Comments
 (0)