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

update: bump the gh-actions-packages group with 6 updates #22

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gh-actions-packages group with 6 updates:

Package From To
snok/container-retention-policy 2.1.3 2.2.1
github/codeql-action 2.22.7 3.24.0
actions/dependency-review-action 3.1.3 4.0.0
bridgecrewio/checkov-action 12.2580.0 12.2657.0
anchore/sbom-action 0.14.3 0.15.8
codecov/codecov-action 3.1.4 4.0.1

Updates snok/container-retention-policy from 2.1.3 to 2.2.1

Release notes

Sourced from snok/container-retention-policy's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.2.1

v2.2.0

What's Changed

This new version of the action introduces a token-type input variable, which enables the use of GITHUB_TOKEN instead of a personal access token - by @​Injabie3 in snok/container-retention-policy#70

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.2.0

Commits
  • b56f4ff fix: default
  • 9505983 docs: Add an example using GITHUB_TOKEN
  • 919ae1b chore: Run pre-commit linter
  • 0eed829 tests: Add test case for bad token_type value
  • caada23 docs: Move token-type closer to token
  • a13f7f0 fix: Change use-github-token to token-type
  • 94ec214 fix: Resolve pre-commit errors after rebasing
  • c432357 tests: Add test for use-github-token
  • d8fcd36 docs: Update README with new use-github-token input
  • cbce1ab feat: Add use-github-token as action input
  • See full diff in compare view

Updates github/codeql-action from 2.22.7 to 3.24.0

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.24.0 - 02 Feb 2024

  • CodeQL Python analysis will no longer install dependencies on GitHub Enterprise Server, as is already the case for GitHub.com. See release notes for 3.23.0 for more details. #2106

3.23.2 - 26 Jan 2024

  • On Linux, the maximum possible value for the --threads option now respects the CPU count as specified in cgroup files to more accurately reflect the number of available cores when running in containers. #2083
  • Update default CodeQL bundle version to 2.16.1. #2096

3.23.1 - 17 Jan 2024

  • Update default CodeQL bundle version to 2.16.0. #2073
  • Change the retention period for uploaded debug artifacts to 7 days. Previously, this was whatever the repository default was. #2079

3.23.0 - 08 Jan 2024

  • We are rolling out a feature in January 2024 that will disable Python dependency installation by default for all users. This improves the speed of analysis while having only a very minor impact on results. You can override this behavior by setting CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your workflow, however we plan to remove this ability in future versions of the CodeQL Action. #2031
  • The CodeQL Action now requires CodeQL version 2.11.6 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.22.7. #2009

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

... (truncated)

Commits
  • e8893c5 Merge pull request #2113 from github/update-v3.24.0-2db032717
  • 78d6c8e Update changelog for v3.24.0
  • 2db0327 Merge pull request #2112 from github/henrymercer/status-report-handle-disk-fa...
  • f9dea84 Status report: Handle failures determining disk usage
  • 81eb6b2 Merge pull request #2108 from github/henrymercer/build-mode-input
  • 483bef1 Merge pull request #2106 from github/rasmuswl/default-no-dep-inst
  • b58c2f6 Detail requirements for different build modes
  • f7d5324 Update wording for CHANGELOG.md
  • 254b53d Merge branch 'main' into henrymercer/build-mode-input
  • e345133 Merge pull request #2107 from github/henrymercer/refactor-config
  • Additional commits viewable in compare view

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

Release notes

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

v4.0.0

New Contributors

Full Changelog: actions/dependency-review-action@v3.1.5...v4.0.0

3.1.5

What's Changed

Full Changelog: actions/dependency-review-action@v3.1.4...v3.1.5

3.1.4

What's Changed

Full Changelog: actions/dependency-review-action@v3...v3.1.4

Commits
  • 4901385 bump to 4.0.0
  • dbf82a4 Merge pull request #639 from takost/takost/update-to-node-20
  • 78aeb2a Merge pull request #663 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • 4e51000 Bump @​typescript-eslint/parser from 6.18.0 to 6.18.1
  • 9560737 Merge pull request #661 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • 4125f47 Merge pull request #660 from actions/dependabot/npm_and_yarn/types/node-16.18.70
  • 07cc93e Bump @​typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1
  • e2c203b Bump @​types/node from 16.18.62 to 16.18.70
  • f0b304d Merge pull request #653 from actions/dependabot/npm_and_yarn/got-14.0.0
  • e41543e Merge pull request #656 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • Additional commits viewable in compare view

Updates bridgecrewio/checkov-action from 12.2580.0 to 12.2657.0

Commits
  • a278b88 Bump checkov container version to 3.2.5
  • 09d5be6 Bump checkov container version to 3.2.4
  • 0dc29cc Bump checkov container version to 3.2.3
  • 49ed7ae Bump checkov container version to 3.2.2
  • 9f4d52e Bump checkov container version to 3.2.1
  • b158c97 Add prisma api url var (#160)
  • 7a8a3ac Bump checkov container version to 3.2.0
  • ee07041 Bump checkov container version to 3.1.72
  • 40dac98 Bump checkov container version to 3.1.71
  • 8c66b89 Bump checkov container version to 3.1.70
  • Additional commits viewable in compare view

Updates anchore/sbom-action from 0.14.3 to 0.15.8

Release notes

Sourced from anchore/sbom-action's releases.

v0.15.8

Changes in v0.15.8

v0.15.7

Changes in v0.15.7

  • chore: migrate action to use node v20.11.0 (Iron) FROM node v16.x.x (#440) [spiffcs]

v0.15.6

Changes in v0.15.6

v0.15.5

Changes in v0.15.5

v0.15.4

Changes in v0.15.4

v0.15.3

Changes in v0.15.3

v0.15.2

Changes in v0.15.2

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].

... (truncated)

Commits

Updates codecov/codecov-action from 3.1.4 to 4.0.1

Release notes

Sourced from codecov/codecov-action's releases.

v4.0.1

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

v4.0.0

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes

  • The Codecov Action runs as a node20 action due to node16 deprecation. See this post from GitHub on how to migrate.
  • Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
  • OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
  • Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

4.0.0-beta.2

Fixes

  • #1085 not adding -n if empty to do-upload command

4.0.0-beta.1

v4 represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.

Breaking Changes

  • No current support for aarch64 and alpine architectures.
  • Tokenless uploading is unsuported
  • Various arguments to the Action have been removed

3.1.4

Fixes

  • #967 Fix typo in README.md
  • #971 fix: add back in working dir
  • #969 fix: CLI option names for uploader

Dependencies

  • #970 build(deps-dev): bump @​types/node from 18.15.12 to 18.16.3
  • #979 build(deps-dev): bump @​types/node from 20.1.0 to 20.1.2
  • #981 build(deps-dev): bump @​types/node from 20.1.2 to 20.1.4

3.1.3

Fixes

  • #960 fix: allow for aarch64 build

Dependencies

  • #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
  • #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
  • #959 build(deps-dev): bump @​types/node from 18.15.10 to 18.15.12

3.1.2

Fixes

  • #718 Update README.md
  • #851 Remove unsupported path_to_write_report argument
  • #898 codeql-analysis.yml
  • #901 Update README to contain correct information - inputs and negate feature
  • #955 fix: add in all the extra arguments for uploader

Dependencies

  • #819 build(deps): bump openpgp from 5.4.0 to 5.5.0
  • #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10
  • #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4
  • #841 build(deps): bump @​actions/core from 1.9.1 to 1.10.0
  • #843 build(deps): bump @​actions/github from 5.0.3 to 5.1.1
  • #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0
  • #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0
  • #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2

... (truncated)

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

Bumps the gh-actions-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [snok/container-retention-policy](https://github.com/snok/container-retention-policy) | `2.1.3` | `2.2.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2.22.7` | `3.24.0` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `3.1.3` | `4.0.0` |
| [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.2580.0` | `12.2657.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.14.3` | `0.15.8` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3.1.4` | `4.0.1` |


Updates `snok/container-retention-policy` from 2.1.3 to 2.2.1
- [Release notes](https://github.com/snok/container-retention-policy/releases)
- [Commits](snok/container-retention-policy@3d27e6a...b56f4ff)

Updates `github/codeql-action` from 2.22.7 to 3.24.0
- [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.22.7...e8893c5)

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

Updates `bridgecrewio/checkov-action` from 12.2580.0 to 12.2657.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@558f721...a278b88)

Updates `anchore/sbom-action` from 0.14.3 to 0.15.8
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@78fc58e...b6a39da)

Updates `codecov/codecov-action` from 3.1.4 to 4.0.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@eaaf4be...e0b68c6)

---
updated-dependencies:
- dependency-name: snok/container-retention-policy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-packages
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-packages
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-packages
...

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 Feb 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2024

Superseded by #28.

@dependabot dependabot bot closed this Feb 4, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/dev/gh-actions-packages-e67ef52bba branch February 4, 2024 21:13
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