File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
138
138
# Check for any typos
139
139
- name : Check for typos
140
- uses : crate-ci/typos@v1.16.23
140
+ uses : crate-ci/typos@v1.16.24
141
141
with :
142
142
config : .github/workflows/typos.toml
143
143
@@ -751,13 +751,13 @@ jobs:
751
751
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
752
752
753
753
- name : Set up Google Cloud SDK
754
- uses : google-github-actions/setup-gcloud@v1
754
+ uses : google-github-actions/setup-gcloud@v2
755
755
756
756
- name : Set up Flux CLI
757
757
uses : fluxcd/flux2/action@main
758
758
759
759
- name : Get Cluster Credentials
760
- uses : " google-github-actions/get-gke-credentials@v1 "
760
+ uses : " google-github-actions/get-gke-credentials@v2 "
761
761
with :
762
762
cluster_name : dogfood-v2
763
763
location : us-central1-a
@@ -837,7 +837,7 @@ jobs:
837
837
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
838
838
839
839
- name : Set up Google Cloud SDK
840
- uses : google-github-actions/setup-gcloud@v1
840
+ uses : google-github-actions/setup-gcloud@v2
841
841
842
842
- name : Setup Node
843
843
uses : ./.github/actions/setup-node
Original file line number Diff line number Diff line change 34
34
echo "tag=${tag}" >> $GITHUB_OUTPUT
35
35
36
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@v2
37
+ uses : docker/setup-buildx-action@v3
38
38
39
39
- name : Login to DockerHub
40
40
uses : docker/login-action@v3
43
43
password : ${{ secrets.DOCKERHUB_PASSWORD }}
44
44
45
45
- name : Build and push
46
- uses : docker/build-push-action@v4
46
+ uses : docker/build-push-action@v5
47
47
with :
48
48
context : " {{defaultContext}}:dogfood"
49
49
pull : true
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
288
288
289
289
- name : Setup GCloud SDK
290
- uses : " google-github-actions/setup-gcloud@v1 "
290
+ uses : " google-github-actions/setup-gcloud@v2 "
291
291
292
292
- name : Publish Helm Chart
293
293
if : ${{ !inputs.dry_run }}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
image_name : ${{ steps.build.outputs.image }}
123
123
124
124
- name : Run Trivy vulnerability scanner
125
- uses : aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
125
+ uses : aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601
126
126
with :
127
127
image-ref : ${{ steps.build.outputs.image }}
128
128
format : sarif
Original file line number Diff line number Diff line change 13
13
actions : write
14
14
steps :
15
15
- name : stale
16
- uses : actions/stale@v8 .0.0
16
+ uses : actions/stale@v9 .0.0
17
17
with :
18
18
stale-issue-label : " stale"
19
19
stale-pr-label : " stale"
You can’t perform that action at this time.
0 commit comments