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 github-actions group with 5 updates #369

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2023

Bumps the github-actions group with 5 updates:

Package From To
actions/checkout 3 4
anchore/sbom-action 0.11.0 0.15.1
anchore/scan-action 3.3.0 3.3.8
github/codeql-action 2 3
hadolint/hadolint-action 2.1.0 3.1.0

Updates actions/checkout from 3 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 anchore/sbom-action from 0.11.0 to 0.15.1

Release notes

Sourced from anchore/sbom-action's releases.

v0.15.1

Changes in v0.15.1

v0.15.0

Changes in v0.14.4

Breaking Changes

  • Previously, running on Windows required WSL. Now, running on Windows expects to be run on native windows (#426) [willmurphyscode].

Other Changes

v0.14.3

Changes in v0.14.3

v0.14.2

Changes in v0.14.2

  • Update Syft to v0.80.0 (#415)
  • Make sure all invalid artifact name characters are replaced #396 (#417) [lts-po]
  • Ensure SBOM is copied to output-file (#411) [gszr]

v0.14.1

Changes in v0.14.1

v0.13.4

Changes in v0.13.4

v0.13.3

Changes in v0.13.3

v0.13.2

... (truncated)

Commits

Updates anchore/scan-action from 3.3.0 to 3.3.8

Release notes

Sourced from anchore/scan-action's releases.

v3.3.8

New in scan-action v3.3.8

v3.3.7

New in scan-action v3.3.7

🐛 Bug Fixes

v3.3.6

New in scan-action v3.3.6

v3.3.5

New in scan-action v3.3.5

v3.3.4

New in scan-action v3.3.4

  • Update Grype to v0.56.0 (#205)

v3.3.3

New in scan-action v3.3.3

v3.3.2

... (truncated)

Commits
  • 896d5f4 chore(deps): update Grype to v0.73.4 (#252)
  • 8946e9f chore: newline on package-lock.json
  • 69f27a5 [feature] Add input grype-version (#228)
  • 557686c chore: upgrade and pin all GH actions (#250)
  • 62370b5 chore: address test flakes (#249)
  • eeb941f chore(deps): update Grype to v0.73.3 (#248)
  • ba0a911 chore(deps): update Grype to v0.73.2; remove snapshot tests (#236)
  • 1ee3eaf chore: add manual trigger to test workflow (#247)
  • 6decf31 fix: updated semver version (#241)
  • 966ad43 chore(docs): update docker related actions to avoid warnings in workflow (#240)
  • Additional commits viewable in compare view

Updates github/codeql-action from 2 to 3

Release notes

Sourced from github/codeql-action's releases.

CodeQL Bundle v2.15.5

Bundles CodeQL CLI v2.15.5

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.5:

CodeQL Bundle v2.15.4

Bundles CodeQL CLI v2.15.4

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4:

CodeQL Bundle

Bundles CodeQL CLI v2.15.3

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.3:

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

3.22.12 - 22 Dec 2023

  • Update default CodeQL bundle version to 2.15.5. #2047

3.22.11 - 13 Dec 2023

  • [v3+ only] The CodeQL Action now runs on Node.js v20. #2006

2.22.10 - 12 Dec 2023

  • Update default CodeQL bundle version to 2.15.4. #2016

2.22.9 - 07 Dec 2023

No user facing changes.

2.22.8 - 23 Nov 2023

  • Update default CodeQL bundle version to 2.15.3. #2001

2.22.7 - 16 Nov 2023

  • Add a deprecation warning for customers using CodeQL version 2.11.5 and earlier. These versions of CodeQL were discontinued on 8 November 2023 alongside GitHub Enterprise Server 3.7, and will be unsupported by CodeQL Action v2.23.0 and later. #1993
    • If you are using one of these versions, please update to CodeQL CLI version 2.11.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.10.5 and 2.11.5, you can replace github/codeql-action/*@v2 by github/codeql-action/*@v2.22.7 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

2.22.6 - 14 Nov 2023

  • Customers running Python analysis on macOS using version 2.14.6 or earlier of the CodeQL CLI should upgrade to CodeQL CLI version 2.15.0 or later. If you do not wish to upgrade the CodeQL CLI, ensure that you are using Python version 3.11 or earlier, as CodeQL version 2.14.6 and earlier do not support Python 3.12. You can achieve this by adding a setup-python step to your code scanning workflow before the step that invokes github/codeql-action/init.
  • Update default CodeQL bundle version to 2.15.2. #1978

2.22.5 - 27 Oct 2023

No user facing changes.

2.22.4 - 20 Oct 2023

  • Update default CodeQL bundle version to 2.15.1. #1953
  • Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023.
    • All code scanning workflows should continue to succeed regardless of the warning.
    • The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20.
    • For more information, and to communicate with the maintaining team, please use this issue.

2.22.3 - 13 Oct 2023

  • Provide an authentication token when downloading the CodeQL Bundle from the API of a GitHub Enterprise Server instance. #1945

2.22.2 - 12 Oct 2023

  • Update default CodeQL bundle version to 2.15.0. #1938

... (truncated)

Commits
  • e0c2b0a change version numbers inside processing function as well
  • 8e4a6c7 improve handling of changelog processing for backports
  • 511f073 Merge pull request #2033 from github/dependabot/npm_and_yarn/npm-0a98872b3d
  • ebf5a83 Merge pull request #2035 from github/mergeback/v3.22.11-to-main-b374143c
  • 7813bda Update checked-in dependencies
  • 2b2fb6b Update changelog and version after v3.22.11
  • b374143 Merge pull request #2034 from github/update-v3.22.11-64e61baea
  • 95591ba Merge branch 'main' into dependabot/npm_and_yarn/npm-0a98872b3d
  • e2b5cc7 Update changelog for v3.22.11
  • See full diff in compare view

Updates hadolint/hadolint-action from 2.1.0 to 3.1.0

Release notes

Sourced from hadolint/hadolint-action's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: hadolint/hadolint-action@v3.0.0...v3.1.0

v3.0.0

What's Changed

New Contributors

Full Changelog: hadolint/hadolint-action@v2.1.0...v3.0.0

Commits
  • 54c9adb fix release
  • 0ef98d9 Merge pull request #71 from DracoBlue/patch-2
  • 1a139ce Make output-file by default to /dev/stdout
  • 4b5806e Merge pull request #66 from javoweb/hadolint-2.11
  • e977686 Merge pull request #56 from mgray88/patch-1
  • 67d715b Merge pull request #65 from mrdoodles/fix-github-deprecations
  • 48c4120 upgrade hadolint to 2.12
  • e81a8de upgrade hadolint to 2.11
  • 68a2276 fix-github-deprecations
  • eeab5ed Merge pull request #57 from offa/hadolint_2.10
  • 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 github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.11.0` | `0.15.1` |
| [anchore/scan-action](https://github.com/anchore/scan-action) | `3.3.0` | `3.3.8` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` |
| [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) | `2.1.0` | `3.1.0` |


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

Updates `anchore/sbom-action` from 0.11.0 to 0.15.1
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@bb71640...5ecf649)

Updates `anchore/scan-action` from 3.3.0 to 3.3.8
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@d5aa5b6...896d5f4)

Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

Updates `hadolint/hadolint-action` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/hadolint/hadolint-action/releases)
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
- [Commits](hadolint/hadolint-action@f988afe...54c9adb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: hadolint/hadolint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 26, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2023

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Dec 26, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/master/github-actions-3da6fb44fd branch December 26, 2023 03:02
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants