- Notifications
You must be signed in to change notification settings - Fork926
ci: bump the github-actions group with 7 updates#11123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
ci: bump the github-actions group with 7 updates#11123
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
We use node 18 so this can't be merged until the project is upgraded to node 20 I think
@deansheather This is for actions' code; an action does not depend on our node version. Many actions we have been using have already been upgraded to node 20. For example,actions/checout@v4. |
Uh oh!
There was an error while loading.Please reload this page.
Bumps the github-actions group with 7 updates:
1.16.23
1.16.24
1
2
1
2
2
3
4
5
0.14.0
0.16.0
8.0.0
9.0.0
Updates
crate-ci/typos
from 1.16.23 to 1.16.24Release notes
Sourced fromcrate-ci/typos's releases.
Changelog
Sourced fromcrate-ci/typos's changelog.
Commits
548ac37
chore: Releasea838b18
chore: Release44e4455
docs: Update changelog4362a6e
Merge pull request#882 from epage/regex1b92c01
fix(config): Propagate validation errors632b256
test: Demonstrate bad config bug8dec26e
Merge pull request#879 from epage/update69f4b1e
chore: Move off deprecatedcb9b485
chore: Update from '_rust/main'8c836ea
Merge pull request#10 from epage/renovate/migrate-configUpdates
google-github-actions/setup-gcloud
from 1 to 2Release notes
Sourced fromgoogle-github-actions/setup-gcloud's releases.
... (truncated)
Commits
8251968
Release: v2.0.0 (#664)c2599db
Update and drop unnecessary deps (#662)7c7fdb0
Add CI for release branches (#661)63496e6
Upgrade setup-cloud-sdk package (#656)602747f
Update deps to Node 20 (#653)080181a
update all deps (#644)827c57d
dependabot: only do security updates (#643)Updates
google-github-actions/get-gke-credentials
from 1 to 2Release notes
Sourced fromgoogle-github-actions/get-gke-credentials's releases.
Commits
0ee75ee
Release: v2.0.0 (#288)10d3bd4
Drop unnecessary deps (#286)81d754d
Add CI for release branches (#285)d669ad8
Update deps to Node 20 (#284)7fc16a5
update all deps (#280)eabb480
dependabot: only do security updates (#279)Updates
docker/setup-buildx-action
from 2 to 3Release notes
Sourced fromdocker/setup-buildx-action's releases.
... (truncated)
Commits
f95db51
Merge pull request#267 from docker/dependabot/npm_and_yarn/actions/core-1.10.1998a87c
chore: update generated content28bae59
build(deps): bump@actions/core
from 1.10.0 to 1.10.1c215341
Merge pull request#264 from crazy-max/update-node2002e9319
chore: node 20 as default runtime5c9160e
chore: update generated content1283140
chore: fix author in package.jsonc6afe06
vendor: bump@docker/actions-toolkit
from 0.10.0 to 0.12.0f35e0d5
chore: update dev dependenciesbaeb468
dev: remove unneeded binariesUpdates
docker/build-push-action
from 4 to 5Release notes
Sourced fromdocker/build-push-action's releases.
Commits
4a13e50
Merge pull request#1006 from docker/dependabot/npm_and_yarn/docker/actions-t...7416668
chore: update generated contentb4f76a5
chore(deps): Bump@docker/actions-toolkit
from 0.13.0 to 0.14.0b7feb76
Merge pull request#1005 from crazy-max/ci-inspectfae8018
ci: inspect sbom and provenanceb625868
Merge pull request#1004 from crazy-max/ci-update-buildx5193ef1
ci: update buildx to latestd3afd77
Merge pull request#991 from docker/dependabot/npm_and_yarn/babel/traverse-7....7a786bb
Merge pull request#992 from crazy-max/annotationsc66ae3a
chore: update generated contentUpdates
aquasecurity/trivy-action
from 0.14.0 to 0.16.0Release notes
Sourced fromaquasecurity/trivy-action's releases.
Commits
91713af
Update to trivy version 0.48.0 (#289)22d2755
feature(config): add terraform variable files (#285)Updates
actions/stale
from 8.0.0 to 9.0.0Release notes
Sourced fromactions/stale's releases.
Commits
28ca103
Upgrade Node to v20 (#1110)b69b346
build(deps-dev): bump@types/node
from 18.16.18 to 20.5.1 (#1079)88a6f4f
build(deps-dev): bump typescript from 5.1.3 to 5.2.2 (#1083)796531a
Merge pull request#1080 from akv-platform/fix-delete-cache8986f62
Don not try to delete cache if it does not existscab99b3
fix typo proceeded/processed184e7af
Merge pull request#1064 from actions/dependabot/npm_and_yarn/typescript-esli...523885c
chore: update eslint-plugin, parser and eslint-plugin-jest2487a1d
build(deps-dev): bump@typescript-eslint/eslint-plugin
60c722e
Merge pull request#1063 from actions/dependabot/npm_and_yarn/jest-29.6.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions