Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6823194

Browse files
ci: bump the github-actions group with 7 updates (#11123)
Bumps the github-actions group with 7 updates:| Package | From | To || --- | --- | --- || [crate-ci/typos](https://github.com/crate-ci/typos) | `1.16.23` | `1.16.24` || [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `1` | `2` || [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) | `1` | `2` || [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` || [docker/build-push-action](https://github.com/docker/build-push-action) | `4` | `5` || [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.14.0` | `0.16.0` || [actions/stale](https://github.com/actions/stale) | `8.0.0` | `9.0.0` |Updates `crate-ci/typos` from 1.16.23 to 1.16.24- [Release notes](https://github.com/crate-ci/typos/releases)- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)- [Commits](crate-ci/typos@v1.16.23...v1.16.24)Updates `google-github-actions/setup-gcloud` from 1 to 2- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)- [Commits](google-github-actions/setup-gcloud@v1...v2)Updates `google-github-actions/get-gke-credentials` from 1 to 2- [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases)- [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md)- [Commits](google-github-actions/get-gke-credentials@v1...v2)Updates `docker/setup-buildx-action` from 2 to 3- [Release notes](https://github.com/docker/setup-buildx-action/releases)- [Commits](docker/setup-buildx-action@v2...v3)Updates `docker/build-push-action` from 4 to 5- [Release notes](https://github.com/docker/build-push-action/releases)- [Commits](docker/build-push-action@v4...v5)Updates `aquasecurity/trivy-action` from 0.14.0 to 0.16.0- [Release notes](https://github.com/aquasecurity/trivy-action/releases)- [Commits](aquasecurity/trivy-action@2b6a709...91713af)Updates `actions/stale` from 8.0.0 to 9.0.0- [Release notes](https://github.com/actions/stale/releases)- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)- [Commits](actions/stale@v8.0.0...v9.0.0)---updated-dependencies:- dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions- dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions- dependency-name: google-github-actions/get-gke-credentials dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions- dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions- dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions- dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions- dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent2c7ad1c commit6823194

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

‎.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
# Check for any typos
139139
-name:Check for typos
140-
uses:crate-ci/typos@v1.16.23
140+
uses:crate-ci/typos@v1.16.24
141141
with:
142142
config:.github/workflows/typos.toml
143143

@@ -751,13 +751,13 @@ jobs:
751751
service_account:coder-ci@coder-dogfood.iam.gserviceaccount.com
752752

753753
-name:Set up Google Cloud SDK
754-
uses:google-github-actions/setup-gcloud@v1
754+
uses:google-github-actions/setup-gcloud@v2
755755

756756
-name:Set up Flux CLI
757757
uses:fluxcd/flux2/action@main
758758

759759
-name:Get Cluster Credentials
760-
uses:"google-github-actions/get-gke-credentials@v1"
760+
uses:"google-github-actions/get-gke-credentials@v2"
761761
with:
762762
cluster_name:dogfood-v2
763763
location:us-central1-a
@@ -837,7 +837,7 @@ jobs:
837837
service_account:coder-ci@coder-dogfood.iam.gserviceaccount.com
838838

839839
-name:Set up Google Cloud SDK
840-
uses:google-github-actions/setup-gcloud@v1
840+
uses:google-github-actions/setup-gcloud@v2
841841

842842
-name:Setup Node
843843
uses:./.github/actions/setup-node

‎.github/workflows/dogfood.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "tag=${tag}" >> $GITHUB_OUTPUT
3535
3636
-name:Set up Docker Buildx
37-
uses:docker/setup-buildx-action@v2
37+
uses:docker/setup-buildx-action@v3
3838

3939
-name:Login to DockerHub
4040
uses:docker/login-action@v3
@@ -43,7 +43,7 @@ jobs:
4343
password:${{ secrets.DOCKERHUB_PASSWORD }}
4444

4545
-name:Build and push
46-
uses:docker/build-push-action@v4
46+
uses:docker/build-push-action@v5
4747
with:
4848
context:"{{defaultContext}}:dogfood"
4949
pull:true

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
service_account:${{ secrets.GCP_SERVICE_ACCOUNT }}
288288

289289
-name:Setup GCloud SDK
290-
uses:"google-github-actions/setup-gcloud@v1"
290+
uses:"google-github-actions/setup-gcloud@v2"
291291

292292
-name:Publish Helm Chart
293293
if:${{ !inputs.dry_run }}

‎.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
image_name:${{ steps.build.outputs.image }}
123123

124124
-name:Run Trivy vulnerability scanner
125-
uses:aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
125+
uses:aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601
126126
with:
127127
image-ref:${{ steps.build.outputs.image }}
128128
format:sarif

‎.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
actions:write
1414
steps:
1515
-name:stale
16-
uses:actions/stale@v8.0.0
16+
uses:actions/stale@v9.0.0
1717
with:
1818
stale-issue-label:"stale"
1919
stale-pr-label:"stale"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp