cloud-sql-proxy
cloud-sql-proxy copied to clipboard
deps: Update dependencies for github
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-go | action | patch | v5.0.1 -> v5.0.2 |
| actions/upload-artifact | action | patch | v4.3.4 -> v4.3.6 |
| github/codeql-action | action | minor | v3.25.12 -> v3.26.6 |
| golangci/golangci-lint-action | action | minor | v6.0.1 -> v6.1.0 |
| google-github-actions/auth | action | patch | v2.1.3 -> v2.1.5 |
| google-github-actions/get-secretmanager-secrets | action | patch | v2.1.3 -> v2.1.4 |
| google-github-actions/setup-gcloud | action | patch | v2.1.0 -> v2.1.1 |
| ossf/scorecard-action | action | minor | v2.3.3 -> v2.4.0 |
Release Notes
github/codeql-action (github/codeql-action)
v3.26.6
v3.26.5
v3.26.4
v3.26.3
v3.26.2
v3.26.1
v3.26.0
v3.25.15
v3.25.14
v3.25.13
golangci/golangci-lint-action (golangci/golangci-lint-action)
v6.1.0
What's Changed
Changes
- feat: allow to skip golangci-lint installation by @ldez in https://github.com/golangci/golangci-lint-action/pull/1079
Documentation
- docs: add Go workspace examples by @ldez in https://github.com/golangci/golangci-lint-action/pull/1064
Dependencies
- build(deps): bump @types/node from 20.12.8 to 20.12.11 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1041
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1042
- build(deps): bump @types/node from 20.12.11 to 20.12.12 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1043
- build(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1044
- build(deps-dev): bump the dev-dependencies group with 2 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1047
- build(deps): bump @types/node from 20.12.12 to 20.14.0 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1051
- build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1053
- build(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1061
- build(deps): bump @types/node from 20.14.0 to 20.14.2 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1062
- build(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1063
- build(deps): bump @types/node from 20.14.2 to 20.14.8 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1066
- build(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1065
- build(deps-dev): bump the dev-dependencies group with 2 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1067
- build(deps): bump @types/node from 20.14.8 to 20.14.9 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1068
- build(deps-dev): bump the dev-dependencies group with 4 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1071
- build(deps): bump @types/node from 20.14.9 to 20.14.10 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1072
- build(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1073
- build(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1074
- build(deps): bump @types/node from 20.14.10 to 20.14.11 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1075
- build(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1077
- build(deps): bump @types/node from 20.14.11 to 22.0.0 in the dependencies group by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1078
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0
google-github-actions/auth (google-github-actions/auth)
v2.1.5
What's Changed
- Document ID Token lifetimes by @sethvargo in https://github.com/google-github-actions/auth/pull/433
- fix !project_id error message typo by @seth-acuitymd in https://github.com/google-github-actions/auth/pull/435
- Update deps by @sethvargo in https://github.com/google-github-actions/auth/pull/436
- Release: v2.1.5 by @google-github-actions-bot in https://github.com/google-github-actions/auth/pull/437
New Contributors
- @seth-acuitymd made their first contribution in https://github.com/google-github-actions/auth/pull/435
Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.4...v2.1.5
v2.1.4
What's Changed
- security: bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by @dependabot in https://github.com/google-github-actions/auth/pull/420
- Update spelling and workflow versions by @sethvargo in https://github.com/google-github-actions/auth/pull/422
- Update deps by @sethvargo in https://github.com/google-github-actions/auth/pull/430
- Release: v2.1.4 by @google-github-actions-bot in https://github.com/google-github-actions/auth/pull/431
Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.3...v2.1.4
google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)
v2.1.4
What's Changed
- Update docs by @sethvargo in https://github.com/google-github-actions/get-secretmanager-secrets/pull/296
- Update deps by @sethvargo in https://github.com/google-github-actions/get-secretmanager-secrets/pull/298
- Release: v2.1.4 by @google-github-actions-bot in https://github.com/google-github-actions/get-secretmanager-secrets/pull/299
Full Changelog: https://github.com/google-github-actions/get-secretmanager-secrets/compare/v2.1.3...v2.1.4
google-github-actions/setup-gcloud (google-github-actions/setup-gcloud)
v2.1.1
What's Changed
- security: bump undici from 5.28.2 to 5.28.3 by @dependabot in https://github.com/google-github-actions/setup-gcloud/pull/681
- Fix typo in sample workflow shown in README.md. by @msng in https://github.com/google-github-actions/setup-gcloud/pull/682
- Fix ADC documentation, issue#685 by @eeaton in https://github.com/google-github-actions/setup-gcloud/pull/686
- security: bump undici from 5.28.3 to 5.28.4 in the npm_and_yarn group by @dependabot in https://github.com/google-github-actions/setup-gcloud/pull/687
- Disable prompts by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/688
- Update deps and switch to autodoc by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/690
- Update deps by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/691
- Release: v2.1.1 by @google-github-actions-bot in https://github.com/google-github-actions/setup-gcloud/pull/692
New Contributors
- @msng made their first contribution in https://github.com/google-github-actions/setup-gcloud/pull/682
- @eeaton made their first contribution in https://github.com/google-github-actions/setup-gcloud/pull/686
Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.0...v2.1.1
ossf/scorecard-action (ossf/scorecard-action)
v2.4.0
What's Changed
This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.
- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by @spencerschrock in https://github.com/ossf/scorecard-action/pull/1410
- :bug: lower license sarif alert threshold to 9 by @spencerschrock in https://github.com/ossf/scorecard-action/pull/1411
Documentation
- docs: dogfooding badge by @jkowalleck in https://github.com/ossf/scorecard-action/pull/1399
New Contributors
- @jkowalleck made their first contribution in https://github.com/ossf/scorecard-action/pull/1399
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.