Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump the patch-minor-dependencies group across 1 directory with 16 updates #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the patch-minor-dependencies group with 16 updates in the / directory:

Package From To
actions/checkout 4.1.1 4.1.7
github/codeql-action 3.23.1 3.25.10
actions/setup-java 4.0.0 4.2.1
taiki-e/install-action 2.26.7 2.41.3
actions/dependency-review-action 4.0.0 4.3.3
aws-actions/configure-aws-credentials 4.0.1 4.0.2
zgosalvez/github-actions-ensure-sha-pinned-actions 3.0.3 3.0.9
gitleaks/gitleaks-action 2.3.2 2.3.6
anchore/scan-action 3.6.1 3.6.4
ncipollo/release-action 1.13.0 1.14.0
actions/upload-artifact 4.2.0 4.3.3
aquasecurity/trivy-action 0.16.1 0.23.0
hashicorp/setup-terraform 3.0.0 3.1.1
actions/cache 4.0.0 4.0.2
actions/setup-node 4.0.1 4.0.2
trunk-io/trunk-action 1.1.9 1.1.15

Updates actions/checkout from 4.1.1 to 4.1.7

Release notes

Sourced from actions/checkout's releases.

v4.1.7

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/checkout@v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: actions/checkout@v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

Updates github/codeql-action from 3.23.1 to 3.25.10

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

  • Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349

3.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #2327

3.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332

3.25.8 - 04 Jun 2024

  • Update default CodeQL bundle version to 2.17.4. #2321

3.25.7 - 31 May 2024

  • We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306

3.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

3.25.2 - 22 Apr 2024

No user facing changes.

... (truncated)

Commits
  • 23acc5c Merge pull request #2337 from github/update-v3.25.10-5bf6dad35
  • 9b72dbd Update changelog for v3.25.10
  • 5bf6dad Merge pull request #2329 from github/henrymercer/csharp-buildless-rollback-me...
  • feec81c Merge branch 'main' into henrymercer/csharp-buildless-rollback-mechanism
  • 789b5f8 Merge pull request #2328 from github/henrymercer/direct-tracing-fix
  • c36b5fc Merge pull request #2327 from github/update-bundle/codeql-bundle-v2.17.5
  • b3642aa Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
  • 1fc6e20 Merge pull request #2335 from github/mergeback/v3.25.9-to-main-530d4fea
  • 356bee4 Update checked-in dependencies
  • 385808c Update changelog and version after v3.25.9
  • Additional commits viewable in compare view

Updates actions/setup-java from 4.0.0 to 4.2.1

Release notes

Sourced from actions/setup-java's releases.

v4.2.1

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

What's Changed

New Contributors

V4.1.0

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

Commits

Updates taiki-e/install-action from 2.26.7 to 2.41.3

Release notes

Sourced from taiki-e/install-action's releases.

2.41.3

  • Update cargo-binstall@latest to 1.7.3.

2.41.2

  • Update typos@latest to 1.22.9.

2.41.1

  • Update typos@latest to 1.22.8.

2.41.0

  • Support knope. (#553, thanks @​jayvdb)

  • Update osv-scanner@latest to 1.8.1.

2.40.2

  • Update zola@latest to 0.19.0.

  • Update wasmtime@latest to 22.0.0.

2.40.1

  • Update cargo-zigbuild@latest to 0.19.0.

  • Update cargo-binstall@latest to 1.7.2.

  • Update biome@latest to 1.8.2.

2.40.0

  • Fix an installation issue on some container environments. (#545)

2.39.2

  • Update dprint@latest to 0.46.3.

  • Update cargo-semver-checks@latest to 0.32.0.

  • Update cargo-dinghy@latest to 0.7.2.

2.39.1

  • Update cargo-binstall@latest to 1.7.1.

2.39.0

  • Update cargo-binstall@latest to 1.7.0.

2.38.7

  • Update syft@latest to 1.7.0.

  • Update just@latest to 1.29.1.

  • Update rclone@latest to 1.67.0.

2.38.6

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.41.3] - 2024-06-24

  • Update cargo-binstall@latest to 1.7.3.

[2.41.2] - 2024-06-23

  • Update typos@latest to 1.22.9.

[2.41.1] - 2024-06-22

  • Update typos@latest to 1.22.8.

[2.41.0] - 2024-06-21

  • Support knope. (#553, thanks @​jayvdb)

  • Update osv-scanner@latest to 1.8.1.

[2.40.2] - 2024-06-21

  • Update zola@latest to 0.19.0.

  • Update wasmtime@latest to 22.0.0.

[2.40.1] - 2024-06-20

  • Update cargo-zigbuild@latest to 0.19.0.

  • Update cargo-binstall@latest to 1.7.2.

  • Update biome@latest to 1.8.2.

[2.40.0] - 2024-06-19

  • Fix an installation issue on some container environments. (#545)

[2.39.2] - 2024-06-18

... (truncated)

Commits

Updates actions/dependency-review-action from 4.0.0 to 4.3.3

Release notes

Sourced from actions/dependency-review-action's releases.

Notes for v4.3.3

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3

v4.3.2

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2

v4.3.1

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See actions/dependency-review-action#753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

4.2.5

... (truncated)

Commits

Updates aws-actions/configure-aws-credentials from 4.0.1 to 4.0.2

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v4.0.2

See the changelog for details about the changes included in this release.

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.2 (2024-02-09)

  • Revert 4.0.1 to remove warning

4.0.1 (2023-10-03)

Documentation

  • Throw a warning when customers use long-term credentials.

4.0.0 (2023-09-11)

  • Upgraded runtime to node20 from node16

3.0.2 (2023-09-07)

Bug Fixes

3.0.1 (2023-08-24)

Features

  • Can configure special-characters-workaround to keep retrying credentials if the returned credentials have special characters (Fixes #599)

Bug Fixes

Changes to existing functionality

  • Special characters are now allowed in returned credential variables unless you configure the special-characters-workaround option

3.0.0 (2023-08-21)

Features

  • Can configure max-retries and disable-retry to modify retry functionality when the assume role call fails
  • Set returned credentials as step outputs with output-credentials
  • Clear AWS related environment variables at the start of the action with unset-current-credentials
  • Unique role identifier is now printed in the workflow logs

Bug Fixes

  • Can't use credentials if they contain a special character
  • Retry functionality added when generating the JWT fails
  • Can now use webIdentityTokenFile option
  • Branch name validation too strict
  • JS SDK v2 deprecation warning in workflow logs

... (truncated)

Commits
  • e3dd6a4 chore: Bump @​types/jest from 29.5.11 to 29.5.12 (#1000)
  • c6c400f chore: Bump @​types/node from 20.11.5 to 20.11.16 (#999)
  • c38ab41 chore: Bump prettier from 3.2.4 to 3.2.5 (#998)
  • 2071ebe chore: Bump @​types/node from 20.11.3 to 20.11.5 (#986)
  • 44112af chore: Update dist
  • 492c455 chore: Bump @​aws-sdk/client-sts from 3.490.0 to 3.496.0 (#982)
  • 13e074e chore: Update dist
  • 5a676ce chore: Bump @​smithy/property-provider from 2.0.17 to 2.1.1 (#985)
  • e43a696 chore: Bump ts-jest from 29.1.1 to 29.1.2 (#983)
  • eb98af5 chore: Bump prettier from 3.2.2 to 3.2.4 (#981)
  • Additional commits viewable in compare view

Updates zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.3 to 3.0.9

Release notes

Sourced from zgosalvez/github-actions-ensure-sha-pinned-actions's releases.

v3.0.9

What's Changed

Full Changelog: zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v3.0.9

v3.0.8

What's Changed

Full Changelog: zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v3.0.8

v3.0.7

What's Changed

Full Changelog: zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v3.0.7

v3.0.6

What's Changed

Full Changelog: zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v3.0.6

v3.0.5

What's Changed

Full Changelog: zgosalvez/github-actions-ensure-sha-pinned-actions@v3.0.4...v3.0.5

v3.0.4

What's Changed

... (truncated)

Commits

Updates gitleaks/gitleaks-action from 2.3.2 to 2.3.6

Release notes

Sourced from gitleaks/gitleaks-action's releases.

v2.3.6

What's Changed

New Contributors

Full Changelog: gitleaks/gitleaks-action@v2...v2.3.6

v2.3.5

What's Changed

Full Changelog: gitleaks/gitleaks-action@v2...v2.3.5

v2.3.4

Full Changelog: gitleaks/gitleaks-action@v2.3.3...v2.3.4

v2.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2.3.2...v2...

Description has been truncated

…6 updates

Bumps the patch-minor-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.7` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.23.1` | `3.25.10` |
| [actions/setup-java](https://github.com/actions/setup-java) | `4.0.0` | `4.2.1` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.26.7` | `2.41.3` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.0.0` | `4.3.3` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.0.1` | `4.0.2` |
| [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) | `3.0.3` | `3.0.9` |
| [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) | `2.3.2` | `2.3.6` |
| [anchore/scan-action](https://github.com/anchore/scan-action) | `3.6.1` | `3.6.4` |
| [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.13.0` | `1.14.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.2.0` | `4.3.3` |
| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.16.1` | `0.23.0` |
| [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) | `3.0.0` | `3.1.1` |
| [actions/cache](https://github.com/actions/cache) | `4.0.0` | `4.0.2` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.0.1` | `4.0.2` |
| [trunk-io/trunk-action](https://github.com/trunk-io/trunk-action) | `1.1.9` | `1.1.15` |



Updates `actions/checkout` from 4.1.1 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...692973e)

Updates `github/codeql-action` from 3.23.1 to 3.25.10
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@0b21cf2...23acc5c)

Updates `actions/setup-java` from 4.0.0 to 4.2.1
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@387ac29...99b8673)

Updates `taiki-e/install-action` from 2.26.7 to 2.41.3
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@bee85d7...e6c7481)

Updates `actions/dependency-review-action` from 4.0.0 to 4.3.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@4901385...72eb03d)

Updates `aws-actions/configure-aws-credentials` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@010d0da...e3dd6a4)

Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.3 to 3.0.9
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases)
- [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328...74606c3)

Updates `gitleaks/gitleaks-action` from 2.3.2 to 2.3.6
- [Release notes](https://github.com/gitleaks/gitleaks-action/releases)
- [Commits](gitleaks/gitleaks-action@1f2d10f...44c470f)

Updates `anchore/scan-action` from 3.6.1 to 3.6.4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@c35e932...3343887)

Updates `ncipollo/release-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@6c75be8...2c591bc)

Updates `actions/upload-artifact` from 4.2.0 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@694cdab...6546280)

Updates `aquasecurity/trivy-action` from 0.16.1 to 0.23.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@d43c1f1...7c2007b)

Updates `hashicorp/setup-terraform` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@a1502cd...651471c)

Updates `actions/cache` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@13aacd8...0c45773)

Updates `actions/setup-node` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@b39b52d...60edb5d)

Updates `trunk-io/trunk-action` from 1.1.9 to 1.1.15
- [Release notes](https://github.com/trunk-io/trunk-action/releases)
- [Commits](trunk-io/trunk-action@97ecd21...f6c5f1b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: gitleaks/gitleaks-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: trunk-io/trunk-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from aps831 as a code owner June 24, 2024 07:00
@dependabot dependabot bot added github_actions Update to Github actions no_ci_cd_run Do not run Github actions labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Update to Github actions no_ci_cd_run Do not run Github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant