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 actions group with 6 updates #4861

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps the actions group with 6 updates:

Package From To
aquasecurity/trivy-action 0.16.0 0.16.1
github/codeql-action 3.22.11 3.22.12
nginxinc/aws-marketplace-publish 1.0.1 1.0.2
anchore/sbom-action 0.15.1 0.15.2
lucacome/draft-release 1.0.1 1.0.2
reviewdog/action-actionlint 1.39.1 1.40.0

Updates aquasecurity/trivy-action from 0.16.0 to 0.16.1

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.16.1

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.16.0...0.16.1

Commits

Updates github/codeql-action from 3.22.11 to 3.22.12

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]

No user facing changes.

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.

... (truncated)

Commits
  • 012739e Merge pull request #2052 from github/update-v3.22.12-40cb08c12
  • c1cf794 Update changelog for v3.22.12
  • 40cb08c Merge pull request #2051 from github/angelapwen/patch-release-script
  • 0be9290 Typecast OLDEST_SUPPORTED_MAJOR_VERSION when defined
  • 658e3c6 Fix type error
  • 49812ec Merge pull request #2050 from github/nickfyson/add-releases-ini
  • 9ed5fc7 add note about backporting check changes to v2 branch
  • a42c9a2 update required checks script to handle release branches
  • a110746 Merge pull request #2047 from github/update-bundle/codeql-bundle-v2.15.5
  • a99bd84 Add changelog note
  • Additional commits viewable in compare view

Updates nginxinc/aws-marketplace-publish from 1.0.1 to 1.0.2

Release notes

Sourced from nginxinc/aws-marketplace-publish's releases.

v1.0.2

What's Changed

🔨 Maintenance

⬆️ Dependencies

Full Changelog: nginxinc/aws-marketplace-publish@v1.0.1...v1.0.2

Commits
  • 22487a7 Bump @​aws-sdk/client-marketplace-catalog from 3.470.0 to 3.474.0 (#215)
  • d6b1ff2 Bump @​typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0 (#214)
  • e23c7ad Bump @​typescript-eslint/parser from 6.14.0 to 6.15.0 (#212)
  • 8a4e51c Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#210)
  • 7ca58c2 Bump @​types/node from 20.10.4 to 20.10.5 (#211)
  • 630a409 Bump actions/setup-node from 4.0.0 to 4.0.1 (#208)
  • 0cbccfc Bump lucacome/draft-release from 1.0.1 to 1.0.2 (#209)
  • e0cabb8 Bump eslint from 8.55.0 to 8.56.0 (#213)
  • 0484074 Bump github/codeql-action from 2.22.10 to 3.22.11 (#207)
  • f20a04e Bump @​aws-sdk/client-marketplace-catalog from 3.463.0 to 3.470.0 (#205)
  • Additional commits viewable in compare view

Updates anchore/sbom-action from 0.15.1 to 0.15.2

Release notes

Sourced from anchore/sbom-action's releases.

v0.15.2

Changes in v0.15.2

Commits

Updates lucacome/draft-release from 1.0.1 to 1.0.2

Release notes

Sourced from lucacome/draft-release's releases.

v1.0.2

What's Changed

⬆️ Dependencies

Full Changelog: lucacome/draft-release@v1.0.1...v1.0.2

Commits
  • 52f02d1 Bump @​docker/actions-toolkit from 0.13.0 to 0.16.0 (#248)
  • f8c0aa2 Bump prettier from 3.0.3 to 3.1.1 (#249)
  • 9da021c Bump @​types/semver from 7.5.4 to 7.5.6 (#246)
  • 8cb4cc6 Bump @​types/jest from 29.5.6 to 29.5.11 (#245)
  • eadf471 Bump typescript from 5.2.2 to 5.3.3 (#244)
  • 75b2c12 Bump @​types/js-yaml from 4.0.8 to 4.0.9 (#247)
  • 845968c Bump github/codeql-action from 2 to 3 (#236)
  • 5c9265c Bump eslint-plugin-jest from 27.4.3 to 27.6.0 (#214)
  • af78d84 Bump @​typescript-eslint/eslint-plugin from 6.8.0 to 6.15.0 (#243)
  • 66c2c3f Bump eslint from 8.52.0 to 8.56.0 (#239)
  • Additional commits viewable in compare view

Updates reviewdog/action-actionlint from 1.39.1 to 1.40.0

Release notes

Sourced from reviewdog/action-actionlint's releases.

Release v1.40.0

v1.40.0: PR #114 - chore(deps): update reviewdog to 0.16.0

What's Changed

Full Changelog: reviewdog/action-actionlint@v1.39...v1.40.0

Commits

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

@dependabot dependabot bot requested a review from a team as a code owner January 3, 2024 09:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jan 3, 2024
Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (85e15ec) 52.10% compared to head (0cd368b) 52.10%.
Report is 1 commits behind head on main.

❗ Current head 0cd368b differs from pull request most recent head 0f32a69. Consider uploading reports for the commit 0f32a69 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4861   +/-   ##
=======================================
  Coverage   52.10%   52.10%           
=======================================
  Files          60       60           
  Lines       17376    17376           
=======================================
  Hits         9054     9054           
  Misses       8008     8008           
  Partials      314      314           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps the actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.16.0` | `0.16.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.22.11` | `3.22.12` |
| [nginxinc/aws-marketplace-publish](https://github.com/nginxinc/aws-marketplace-publish) | `1.0.1` | `1.0.2` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.15.1` | `0.15.2` |
| [lucacome/draft-release](https://github.com/lucacome/draft-release) | `1.0.1` | `1.0.2` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.39.1` | `1.40.0` |

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

Updates `github/codeql-action` from 3.22.11 to 3.22.12
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b374143...012739e)

Updates `nginxinc/aws-marketplace-publish` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/nginxinc/aws-marketplace-publish/releases)
- [Commits](nginxinc/aws-marketplace-publish@3f47c25...22487a7)

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

Updates `lucacome/draft-release` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/lucacome/draft-release/releases)
- [Commits](lucacome/draft-release@785af55...52f02d1)

Updates `reviewdog/action-actionlint` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@82693e9...9ccda19)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: nginxinc/aws-marketplace-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: lucacome/draft-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: reviewdog/action-actionlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@pdabelf5 pdabelf5 force-pushed the dependabot/github_actions/actions-3ebd91c0bb branch from 0cd368b to 0f32a69 Compare January 3, 2024 14:30
@pdabelf5 pdabelf5 merged commit 48222a7 into main Jan 3, 2024
75 checks passed
@pdabelf5 pdabelf5 deleted the dependabot/github_actions/actions-3ebd91c0bb branch January 3, 2024 16:42
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.

None yet

3 participants