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

Bump the all-actions group with 5 updates #224

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps the all-actions group with 5 updates:

Package From To
actions/checkout 2 4
actions/setup-dotnet 1 4
actions/setup-node 1 4
zaproxy/action-baseline 0.4.0 0.11.0
SonarSource/sonarcloud-github-action 1.6 2.1

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits

Updates actions/setup-dotnet from 1 to 4

Release notes

Sourced from actions/setup-dotnet's releases.

v4.0.0

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.js 20 instead of Node.js 16.

Breaking changes

Update Node.js runtime to version 20 by @​harithavattikuti in #484

Non-breaking changes

New Contributors

Full Changelog: actions/setup-dotnet@v3...v4.0.0

v3.2.0

What's Changed

In scope of this minor release, the ability to cache the NuGet global-packages folder was added in actions/setup-dotnet#303 by @​nogic1008

For caching, the action uses the @​toolkit/cache library under the hood, which in turn allows getting rid of configuring the @​actions/cache action separately.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

Example of use-case:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: 6.x
    cache: true
    cache-dependency-path: subdir/packages.lock.json

More details can be found in the action's documentation.

Full Changelog: actions/setup-dotnet@v3...v3.2.0

v3.1.0

What's Changed

... (truncated)

Commits

Updates actions/setup-node from 1 to 4

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

What's Changed

Bug fixes:

Feature implementations:

Documentation changes:

Update dependencies:

... (truncated)

Commits

Updates zaproxy/action-baseline from 0.4.0 to 0.11.0

Release notes

Sourced from zaproxy/action-baseline's releases.

Version 0.11.0

Changed

  • Run with node20. #114

Version 0.10.0

Added

  • Support for authentication environment variables.

Fixed

  • Update Crowdin link.

Version 0.9.0

Changed

  • The default Docker image was changed to ghcr.io/zaproxy/zaproxy:stable.

Version 0.8.2

Fixed

  • Fix an issue introduced in the previous release that prevented the use of the default GitHub authentication token to raise issues.

Version 0.8.1

Fixed

  • Check issues with authenticated user. #17

Version 0.8.0

Added

  • An input (artifact_name) used to name the artifact that contains the ZAP reports. #45

Changed

  • Run action with Node 16.
  • Update dependencies.

Version 0.7.0

Changed

  • Update dependencies.

Fixed

  • Use default zap user rather than root to allow the Ajax Spider to run.

Version 0.6.1

Changed

  • Revert previous change (not into effect), no longer needed.

Version 0.6.0

Changed

  • Disabled the automation framework while we investigate a problem with it.

Version 0.5.0

Added

  • An input (allow_issue_writing) to choose if a GitHub issue should be raised or not. #56

... (truncated)

Changelog

Sourced from zaproxy/action-baseline's changelog.

[0.11.0] - 2024-01-25

Changed

  • Run with node20. #114

[0.10.0] - 2023-10-31

Added

  • Support for authentication environment variables.

Fixed

  • Update Crowdin link.

[0.9.0] - 2023-08-02

Changed

  • The default Docker image was changed to ghcr.io/zaproxy/zaproxy:stable.

[0.8.2] - 2023-07-04

Fixed

  • Fix an issue introduced in the previous release that prevented the use of the default GitHub authentication token to raise issues.

[0.8.1] - 2023-07-03

Fixed

  • Check issues with authenticated user. #17

[0.8.0] - 2023-06-30

Added

  • An input (artifact_name) used to name the artifact that contains the ZAP reports. #45

Changed

  • Run action with Node 16.
  • Update dependencies.

[0.7.0] - 2022-05-23

Changed

  • Update dependencies.

Fixed

  • Use default zap user rather than root to allow the Ajax Spider to run.

[0.6.1] - 2021-10-08

Changed

  • Revert previous change (not into effect), no longer needed.

[0.6.0] - 2021-10-08

Changed

  • Disabled the automation framework while we investigate a problem with it.

[0.5.0] - 2021-09-14

Added

  • An input (allow_issue_writing) to choose if a GitHub issue should be raised or not. #56

... (truncated)

Commits

Updates SonarSource/sonarcloud-github-action from 1.6 to 2.1

Release notes

Sourced from SonarSource/sonarcloud-github-action's releases.

Fix permissions of .scannerwork directory after scan

v2.1.0

Update README

No release notes provided.

Update README

No release notes provided.

Update scanner base image to sonar-scanner-cli:5.0

No release notes provided.

Update versions of the actions which run on Node16

Update scanner base image to sonar-scanner-cli:4.8

  • Update scanner base image to sonar-scanner-cli:4.8

Update README to mention SonarCloud Scan for C and C++

Update README to mention SonarCloud Scan for C and C++

Update scanner base image to sonar-scanner-cli:4.7

  • Update scanner base image to sonar-scanner-cli:4.7
  • Perform Maven/Gradle check in the projectBaseDir
Commits
  • 49e6cd3 Update README.md about manually cleaning the work directory
  • 5f0b535 Check for existance of .scannerwork in cleanup script
  • fb9ead3 chown only .scannerwork
  • e2a1ee7 Fix permissions of .scannerwork directory (#57)
  • 5ee47de Update README with new Clean Code wording and link from Marketing (#56)
  • c25d2e7 SC-9154 Update links in README
  • a244ec8 SC-9154 Update SonarCloud GitHub Action docs (#54)
  • 4b4d763 Update scanner cli version to 5.0 (#51)
  • 9c0534d Delete .travis.yml
  • 5875562 SC-6662 update README to use v3 of actions
  • 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 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

Bumps the all-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `1` | `4` |
| [actions/setup-node](https://github.com/actions/setup-node) | `1` | `4` |
| [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) | `0.4.0` | `0.11.0` |
| [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) | `1.6` | `2.1` |


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/setup-dotnet` from 1 to 4
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1...v4)

Updates `actions/setup-node` from 1 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v4)

Updates `zaproxy/action-baseline` from 0.4.0 to 0.11.0
- [Release notes](https://github.com/zaproxy/action-baseline/releases)
- [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md)
- [Commits](zaproxy/action-baseline@v0.4.0...v0.11.0)

Updates `SonarSource/sonarcloud-github-action` from 1.6 to 2.1
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](SonarSource/sonarcloud-github-action@v1.6...v2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: zaproxy/action-baseline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: SonarSource/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
@WadeBarnes WadeBarnes merged commit 47441ef into master Feb 29, 2024
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/all-actions-9806851b2d branch February 29, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant