appengine
appengine copied to clipboard
build(deps): bump the github-actions group across 1 directory with 7 updates
Bumps the github-actions group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| google-github-actions/auth | 1.3.0 |
2.1.10 |
| google-github-actions/setup-gcloud | 0 |
2 |
| actions/checkout | 2 |
4 |
| chainguard-dev/actions | e74da3cd82dab55e35736f1ef031a12fa5b95299 |
d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 |
| peter-evans/create-pull-request | 4.2.4 |
7.0.8 |
| actions/setup-go | 2 |
5 |
| actions/cache | 2 |
4 |
Updates google-github-actions/auth from 1.3.0 to 2.1.10
Release notes
Sourced from google-github-actions/auth's releases.
v2.1.10
What's Changed
- Declare workflow permissions by
@sethvargoin google-github-actions/auth#482- Document that the OIDC token expires in 5min by
@sethvargoin google-github-actions/auth#483- Release: v2.1.10 by
@google-github-actions-botin google-github-actions/auth#484Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.9...v2.1.10
v2.1.9
What's Changed
- Use our custom boolean parsing by
@sethvargoin google-github-actions/auth#478- Update deps by
@sethvargoin google-github-actions/auth#479- Release: v2.1.9 by
@google-github-actions-botin google-github-actions/auth#480Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.8...v2.1.9
v2.1.8
What's Changed
- Update TROUBLESHOOTING.md by
@sethvargoin google-github-actions/auth#457- fix: add runs-on to README.md example by
@lbarthonin google-github-actions/auth#460- security: bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group by
@dependabotin google-github-actions/auth#463- Update deps by
@sethvargoin google-github-actions/auth#466- Release: v2.1.8 by
@google-github-actions-botin google-github-actions/auth#467New Contributors
@lbarthonmade their first contribution in google-github-actions/auth#460Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v2.1.8
v2.1.7
What's Changed
- fix: update relase workflows by
@verbanicmin google-github-actions/auth#452- Release: v2.1.7 by
@google-github-actions-botin google-github-actions/auth#453Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.6...v2.1.7
v2.1.6
What's Changed
- Recommend
gcloud storageovergsutilby@sethvargoin google-github-actions/auth#438- Add missing log line by
@sethvargoin google-github-actions/auth#448- Release: v2.1.6 by
@google-github-actions-botin google-github-actions/auth#449Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.5...v2.1.6
v2.1.5
What's Changed
... (truncated)
Commits
ba79af0Release: v2.1.10 (#484)bfaa66bDocument that the OIDC token expires in 5min (#483)d0822adDeclare workflow permissions (#482)7b53cdcRelease: v2.1.9 (#480)a9cfddfUpdate deps (#479)b011f39Use our custom boolean parsing (#478)71f9864Release: v2.1.8 (#467)0cd8f2eUpdate deps (#466)332e0basecurity: bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group (#463)28d44bafix: add runs-on to README.md example (#460)- Additional commits viewable in compare view
Updates google-github-actions/setup-gcloud from 0 to 2
Release notes
Sourced from google-github-actions/setup-gcloud's releases.
v2
:warning: This version requires Node 20 or later!
Floating v2 alias
v1.1.1
What's Changed
- Fix docs about component installation for system-provided by
@sethvargoin google-github-actions/setup-gcloud#615- chore: update dependencies (automated) by
@verbanicmin google-github-actions/setup-gcloud#623- Switch to pull non-secret values from env by
@sethvargoin google-github-actions/setup-gcloud#624- Drop example workflows by
@sethvargoin google-github-actions/setup-gcloud#627- Add warning about
skip_installby@ethanmdavidsonin google-github-actions/setup-gcloud#630- chore(deps): bump yaml from 2.2.1 to 2.2.2 by
@dependabotin google-github-actions/setup-gcloud#629- Update README.md by
@sethvargoin google-github-actions/setup-gcloud#631- Add support note by
@sethvargoin google-github-actions/setup-gcloud#634- chore: update dependencies (automated) by
@verbanicmin google-github-actions/setup-gcloud#637- Release: v1.1.1 by
@google-github-actions-botin google-github-actions/setup-gcloud#638New Contributors
@ethanmdavidsonmade their first contribution in google-github-actions/setup-gcloud#630Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v1.1.0...v1.1.1
v1.1.0
What's Changed
- Reduce duplicate in integration tests by
@sethvargoin google-github-actions/setup-gcloud#591- chore(deps): bump sinon from 14.0.2 to 15.0.0 by
@dependabotin google-github-actions/setup-gcloud#596- chore(deps): bump qs and express in /example-workflows/cloud-build by
@dependabotin google-github-actions/setup-gcloud#599- Update CI and deps by
@sethvargoin google-github-actions/setup-gcloud#603- Note that metrics export should not be copied by
@sethvargoin google-github-actions/setup-gcloud#604- Add support for specifying version constraints by
@sethvargoin google-github-actions/setup-gcloud#612- Release: v1.1.0 by
@google-github-actions-botin google-github-actions/setup-gcloud#613Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v1.0.1...v1.1.0
v1.0.1
What's Changed
- fix: cleanup integration tests by
@verbanicmin google-github-actions/setup-gcloud#582- fix: docker integration test by
@verbanicmin google-github-actions/setup-gcloud#583- fix: suggest v1 instead of v0 by
@KengoTODAin google-github-actions/setup-gcloud#584- fix: update versions in examples by
@verbanicmin google-github-actions/setup-gcloud#585- Force authentication if GOOGLE_GHA_CREDS_PATH is set by
@sethvargoin google-github-actions/setup-gcloud#587- fix: update docs by
@verbanicmin google-github-actions/setup-gcloud#588- Release: v1.0.1 by
@google-github-actions-botin google-github-actions/setup-gcloud#589Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v1.0.0...v1.0.1
v1.0.0
... (truncated)
Commits
6189d56Release: v2.1.2 (#699)413dc08fix: update release workflows (#698)f099058Release: v2.1.1 (#692)4f016c9Update deps (#691)012c5dfUpdate deps and switch to autodoc (#690)744a572Disable prompts (#688)f431b4bsecurity: bump undici from 5.28.3 to 5.28.4 in the npm_and_yarn group (#687)f989621Fix ADC documentation, issue#685 (#686)87fba63Fix typo in sample workflow shown in README.md. (#682)a061e39security: bump undici from 5.28.2 to 5.28.3 (#681)- Additional commits viewable in compare view
Updates actions/checkout from 2 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takostin actions/checkout#1436- Support fetching without the --progress option by
@simonbairdin actions/checkout#1067- Release 4.0.0 by
@takostin actions/checkout#1447New Contributors
@takostmade their first contribution in actions/checkout#1436@simonbairdmade their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dschoin actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreckin actions/checkout#579- Release 3.6.0 by
@luketomlinsonin actions/checkout#1437New Contributors
@RobertWieczoreckmade their first contribution in actions/checkout#579@luketomlinsonmade their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanicsin actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulosin actions/checkout#1287- Add support for sparse checkouts by
@dschoand@dfdezin actions/checkout#1369- Release v3.5.3 by
@TingluoHuangin actions/checkout#1376New Contributors
@megamanicsmade their first contribution in actions/checkout#1196@DimitriPapadopoulosmade their first contribution in actions/checkout#1287@dfdezmade their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerlin actions/checkout#1289 based on #1286 by@1newsrFull Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/githubdependency by@BrettDongin actions/checkout#1246New Contributors
@BrettDongmade their first contribution in actions/checkout#1246
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)- Additional commits viewable in compare view
Updates chainguard-dev/actions from e74da3cd82dab55e35736f1ef031a12fa5b95299 to d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266
Changelog
Sourced from chainguard-dev/actions's changelog.
version: 2
project_name: actions
used only to help with the GH release and changelog
no builds :)
builds:
- skip: true
release: draft: false
changelog: use: github-native
Commits
d9b7e22Bump chainguard-dev/actions from 1.0.4 to 1.0.5 (#543)44a12dfadd support for k8s 1.33 in setup-kind (#544)430f14eAdd 'apt-faster' action. (#542)260d165Bump step-security/harden-runner from 2.11.1 to 2.12.0 (#540)d154a0dBump chainguard-dev/actions from 1.0.3 to 1.0.4 (#541)93d7e48Bump chainguard-dev/actions from 1.0.2 to 1.0.3 (#539)be6c67bBump chainguard-dev/actions from 1.0.1 to 1.0.2 (#538)87966c1update readme and clean ups (#537)0cda751fix release job (#536)f7ef787Add release job (#535)- Additional commits viewable in compare view
Updates peter-evans/create-pull-request from 4.2.4 to 7.0.8
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.8
What's Changed
- build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by
@dependabotin peter-evans/create-pull-request#3751- build(deps-dev): bump eslint-import-resolver-typescript from 3.8.1 to 3.8.3 by
@dependabotin peter-evans/create-pull-request#3752- build(deps): bump
@octokit/plugin-paginate-restfrom 11.4.2 to 11.4.3 by@dependabotin peter-evans/create-pull-request#3753- build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by
@dependabotin peter-evans/create-pull-request#3754- fix: suppress output for some git operations by
@peter-evansin peter-evans/create-pull-request#3776Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.7...v7.0.8
Create Pull Request v7.0.7
⚙️ Fixes an issue with commit signing where modifications to the same file in multiple commits squash into the first commit.
What's Changed
- build(deps): bump
@octokit/corefrom 6.1.2 to 6.1.3 by@dependabotin peter-evans/create-pull-request#3593- build(deps-dev): bump
@types/nodefrom 18.19.68 to 18.19.70 by@dependabotin peter-evans/create-pull-request#3594- Update distribution by
@actions-botin peter-evans/create-pull-request#3603- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by
@dependabotin peter-evans/create-pull-request#3610- build(deps): bump octokit dependencies by
@peter-evansin peter-evans/create-pull-request#3618- docs: add workflow tip for showing message via workflow command by
@ybiquitousin peter-evans/create-pull-request#3626- build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by
@dependabotin peter-evans/create-pull-request#3628- build(deps): bump node-fetch-native from 1.6.4 to 1.6.6 by
@dependabotin peter-evans/create-pull-request#3627- build(deps-dev): bump undici from 6.21.0 to 6.21.1 by
@dependabotin peter-evans/create-pull-request#3630- build(deps-dev): bump
@types/nodefrom 18.19.70 to 18.19.71 by@dependabotin peter-evans/create-pull-request#3629- Update distribution by
@actions-botin peter-evans/create-pull-request#3647- build(deps-dev): bump
@types/nodefrom 18.19.71 to 18.19.74 by@dependabotin peter-evans/create-pull-request#3657- build(deps-dev): bump
@types/nodefrom 18.19.74 to 18.19.75 by@dependabotin peter-evans/create-pull-request#3663- build(deps): bump
@octokit/plugin-rest-endpoint-methodsfrom 13.3.0 to 13.3.1 by@dependabotin peter-evans/create-pull-request#3670- build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by
@dependabotin peter-evans/create-pull-request#3671- Update distribution by
@actions-botin peter-evans/create-pull-request#3680- build(deps): bump
@octokit/request-errorfrom 6.1.6 to 6.1.7 by@dependabotin peter-evans/create-pull-request#3685- build(deps): bump
@octokit/plugin-paginate-restfrom 11.4.0 to 11.4.1 by@dependabotin peter-evans/create-pull-request#3688- build(deps): bump
@octokit/endpointfrom 10.1.2 to 10.1.3 by@dependabotin peter-evans/create-pull-request#3700- Update distribution by
@actions-botin peter-evans/create-pull-request#3691- build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by
@dependabotin peter-evans/create-pull-request#3709- build(deps-dev): bump eslint-import-resolver-typescript from 3.7.0 to 3.8.1 by
@dependabotin peter-evans/create-pull-request#3710- build(deps): bump
@octokit/plugin-paginate-restfrom 11.4.1 to 11.4.2 by@dependabotin peter-evans/create-pull-request#3713- build(deps-dev): bump
@types/nodefrom 18.19.75 to 18.19.76 by@dependabotin peter-evans/create-pull-request#3712- build(deps): bump
@octokit/corefrom 6.1.3 to 6.1.4 by@dependabotin peter-evans/create-pull-request#3711- Update distribution by
@actions-botin peter-evans/create-pull-request#3736- Use showFileAtRefBase64 to read per-commit file contents by
@grahamcin peter-evans/create-pull-request#3744New Contributors
@ybiquitousmade their first contribution in peter-evans/create-pull-request#3626@grahamcmade their first contribution in peter-evans/create-pull-request#3744Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7
Create Pull Request v7.0.6
... (truncated)
Commits
271a8d0fix: suppress output for some git operations (#3776)6f7efd1test: update cpr-example-command13c47c5build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)63e5829build(deps): bump@octokit/plugin-paginate-restfrom 11.4.2 to 11.4.3 (#3753)a92c90fbuild(deps-dev): bump eslint-import-resolver-typescript (#3752)b23b62dbuild(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)dd2324ffix: use showFileAtRefBase64 to read per-commit file contents (#3744)367180cci: remove testv5 cmd25575a1build: update distribution (#3736)a56e7a5build(deps): bump@octokit/corefrom 6.1.3 to 6.1.4 (#3711)- Additional commits viewable in compare view
Updates actions/setup-go from 2 to 5
Release notes
Sourced from actions/setup-go's releases.
v5.0.0
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).
Besides, this release contains such changes as:
- Fix hosted tool cache usage on windows by
@galarghin actions/setup-go#411- Improve documentation regarding dependencies caching by
@artemgavrilovin actions/setup-go#417New Contributors
@galarghmade their first contribution in actions/setup-go#411@artemgavrilovmade their first contribution in actions/setup-go#417@chenrui333made their first contribution in actions/setup-go#421Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
v4.2.1
What's Changed
- Add workflow file for publishing releases to immutable action package by
@aparnajyothi-yin actions/setup-go#583Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.2.1
v4.2.0
What's Changed
- Upgrade
@actions/cacheby@priyagupta108in actions/setup-go#578. In scope of this release we updatedactions/cachepackage to4.0.3. This update ensures continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.2.0
v4.1.0
What's Changed
In scope of this release, slow installation on Windows was fixed by
@dsamein actions/setup-go#393 and OS version was added toprimaryKeyfor Ubuntu runners to avoid conflicts (actions/setup-go#383)This release also includes the following changes:
- Remove implicit dependencies by
@nikolai-laevskiiin actions/setup-go#378- Update action.yml by
@mkellyin actions/setup-go#379- Added a description that go-version should be specified as a string type by
@n3xemin actions/setup-go#367- Add note about YAML parsing versions by
@dmitry-shibanovin actions/setup-go#382- Automatic update of configuration files from 05/23/2023 by
@github-actionsin actions/setup-go#377- Bump tough-cookie and
@azure/ms-rest-jsby@dependabotin actions/setup-go#392- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin actions/setup-go#397- Bump semver from 6.3.0 to 6.3.1 by
@dependabotin actions/setup-go#396New Contributors
@mkellymade their first contribution in actions/setup-go#379@n3xemmade their first contribution in actions/setup-go#367Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0
... (truncated)
Commits
0aaccfdBump undici from 5.28.4 to 5.28.5 (#541)c4c1141upgrade actions/cache to 4.0.2 (#568)5a083d0Bump eslint-config-prettier from 8.10.0 to 10.0.1 (#536)1d82324Bump semver from 7.6.0 to 7.6.3 (#535)f111f33Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#534)3d10edbAdd new permission section (#533)43e1389Configure Dependabot settings (#530)f81f022Use the new cache service: upgrade@actions/cacheto^4.0.0(#531)3041bf5feat: fallback to "raw" endpoint for manifest when rate limit is reached (#496)41dfa10Enhance workflows and Upgrade micromatch Dependency (#510)- Additional commits viewable in compare view
Updates actions/cache from 2 to 4
Release notes
Sourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takostin actions/cache#1284- feat: save-always flag by
@to-sin actions/cache#1242New Contributors
@takostmade their first contribution in actions/cache#1284@to-smade their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.4.3
What's Changed
- Bump
@actions/cacheto v4.0.2 by@robherleyFull Changelog: https://github.com/actions/cache/compare/v3.4.2...v3.4.3
v3.4.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.
- Bump
@actions/cacheto v4.0.1 by@robherleyin actions/cache#1554Full Changelog: https://github.com/actions/cache/compare/v3.4.0...v3.4.2
v3.4.1
[!WARNING] This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use
v3.4.2(orv3) instead.v3.4.0
⚠️ Important Changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
... (truncated)
Changelog
Sourced from actions/cache's changelog.
Releases
4.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-missnot working.4.0.1
- Updated
isGhescheck
... (truncated)
Commits
5a3ec84Merge pull request #1577 from salmanmkc/salmanmkc/4-test7de2102Update releases.md76d40ddUpdate to use the latest version of the cache package to obfuscate the SAS76dd5ebupdate cache with main8c80c27new package45cfd0eupdatesedd449bupdated cache with latest changes0576707latest test before pr3105dc9update9450d42mask- Additional commits viewable in compare view
Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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