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 6 updates #416

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps the github-actions group with 6 updates:

Package From To
bridgecrewio/checkov-action 12.2873.0 12.2913.0
github/codeql-action 3.27.4 3.27.5
checkmarx/kics-github-action 2.1.2 2.1.3
zgosalvez/github-actions-ensure-sha-pinned-actions 3.0.13 3.0.16
Alfresco/alfresco-build-tools 7.1.0 8.4.0
updatecli/updatecli-action 2.68.0 2.70.0

Updates bridgecrewio/checkov-action from 12.2873.0 to 12.2913.0

Commits
  • 06270f7 Bump checkov container version to 3.2.306
  • 6fe0221 Bump checkov container version to 3.2.305
  • 8a618cc Bump checkov container version to 3.2.304
  • aa99f4e Bump checkov container version to 3.2.303
  • e6d0a8b Bump checkov container version to 3.2.302
  • 416bcc9 Bump checkov container version to 3.2.301
  • d3664c6 Bump checkov container version to 3.2.298
  • 7558bbd Bump checkov container version to 3.2.296
  • 8f1d48b Bump checkov container version to 3.2.295
  • 458c41d Bump checkov container version to 3.2.294
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.27.4 to 3.27.5

Release notes

Sourced from github/codeql-action's releases.

v3.27.5

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.

3.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

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.27.5 - 19 Nov 2024

No user facing changes.

3.27.4 - 14 Nov 2024

No user facing changes.

3.27.3 - 12 Nov 2024

No user facing changes.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590

3.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
  • Update default CodeQL bundle version to 2.19.3. #2576

3.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #2557
  • Update default CodeQL bundle version to 2.19.2. #2552

3.26.13 - 14 Oct 2024

No user facing changes.

3.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520

    • If you are using one of these versions, please update to CodeQL CLI version 2.14.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.13.5 and 2.14.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.26.11 and github/codeql-action/*@v2 by github/codeql-action/*@v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.26.11 - 03 Oct 2024

... (truncated)

Commits
  • f09c1c0 Merge pull request #2616 from github/update-v3.27.5-a6c8729a5
  • 67b73ea Update changelog for v3.27.5
  • a6c8729 Merge pull request #2614 from github/marcogario/per-platform-proxy
  • 8f3b487 Start-proxy: Fetch OS specific binary
  • cba5fb5 Merge pull request #2613 from github/dependabot/npm_and_yarn/npm_and_yarn-018...
  • e782c3a Merge pull request #2612 from github/angelapwen/report-linux-runner-release
  • db67881 Update checked-in dependencies
  • ecde4d2 Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
  • e3c67a0 Merge pull request #2610 from github/dependabot/npm_and_yarn/npm-d2ca52e617
  • f9ada54 Telemetry: report OS release for GitHub-hosted Linux runners
  • Additional commits viewable in compare view

Updates checkmarx/kics-github-action from 2.1.2 to 2.1.3

Release notes

Sourced from checkmarx/kics-github-action's releases.

v2.1.3

What's Changed

Full Changelog: Checkmarx/kics-github-action@v2.1.2...v2.1.3

Commits

Updates zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.13 to 3.0.16

Release notes

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

v3.0.16

What's Changed

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

v3.0.15

What's Changed

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

v3.0.14

What's Changed

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

Commits
  • 38608ef Bump zgosalvez/github-actions-get-action-runs-using-version (#193)
  • 4b7d01a Bump actions/cache from 4.0.2 to 4.1.2 (#194)
  • 82c8ef0 Bump actions/setup-node from 4.0.4 to 4.1.0 (#192)
  • ad9954c Bump actions/checkout from 4.2.0 to 4.2.2 (#195)
  • ed00f72 Bump yaml from 2.5.1 to 2.6.0 (#191)
  • ba57c69 Bump eslint from 9.12.0 to 9.13.0 (#190)
  • 40ba2d5 Bump @​actions/core from 1.10.1 to 1.11.1 (#189)
  • 82e22ce Bump actions/setup-node from 4.0.3 to 4.0.4 (#187)
  • 54b8b18 Bump actions/checkout from 4.1.7 to 4.2.0 (#185)
  • 856da4c Bump zgosalvez/github-actions-get-action-runs-using-version (#186)
  • Additional commits viewable in compare view

Updates Alfresco/alfresco-build-tools from 7.1.0 to 8.4.0

Release notes

Sourced from Alfresco/alfresco-build-tools's releases.

v8.4.0

What's Changed

New Contributors

Full Changelog: Alfresco/alfresco-build-tools@v8.3.1...v8.4.0

v8.3.1

What's Changed

Full Changelog: Alfresco/alfresco-build-tools@v8.3.0...v8.3.1

v8.3.0

What's Changed

Full Changelog: Alfresco/alfresco-build-tools@v8.2.0...v8.3.0

v8.2.0

What's Changed

... (truncated)

Commits
  • a0837df Release v8.4.0
  • df9be3d AAE-28088 Skip tests during PR draft (#811)
  • 24d3d12 Release v8.3.1
  • ff7a2bd AAE-26244 ECR Docker image URL in output (#803)
  • d2f24da Bump github/codeql-action from 3.27.0 to 3.27.1 in /.github/actions/docker-bu...
  • d02b5ce Bump pipenv from 2024.3.1 to 2024.4.0 in /.github/actions/pipenv (#812)
  • 57af739 Bump anchore/scan-action from 5.2.0 to 5.2.1 in /.github/actions/docker-build...
  • 185cdef Bump updatecli/updatecli-action from 2.68.0 to 2.70.0 (#814)
  • 900580f Release v8.3.0
  • 59a39f5 OPSEXP-2656 Add slack file upload composite action (#808)
  • Additional commits viewable in compare view

Updates updatecli/updatecli-action from 2.68.0 to 2.70.0

Release notes

Sourced from updatecli/updatecli-action's releases.

v2.70.0 🌈

Changes

🧰 Maintenance

Contributors

@​updateclibot and @​updateclibot[bot]

v2.69.0 🌈

Changes

Contributors

@​dependabot, @​dependabot[bot], @​updateclibot and @​updateclibot[bot]

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 github-actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.2873.0` | `12.2913.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.27.4` | `3.27.5` |
| [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) | `2.1.2` | `2.1.3` |
| [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) | `3.0.13` | `3.0.16` |
| [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) | `7.1.0` | `8.4.0` |
| [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.68.0` | `2.70.0` |


Updates `bridgecrewio/checkov-action` from 12.2873.0 to 12.2913.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@d0e41ab...06270f7)

Updates `github/codeql-action` from 3.27.4 to 3.27.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ea9e4e3...f09c1c0)

Updates `checkmarx/kics-github-action` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/checkmarx/kics-github-action/releases)
- [Commits](Checkmarx/kics-github-action@530ac1f...9446974)

Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.13 to 3.0.16
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases)
- [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@b8f9a25...38608ef)

Updates `Alfresco/alfresco-build-tools` from 7.1.0 to 8.4.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v7.1.0...v8.4.0)

Updates `updatecli/updatecli-action` from 2.68.0 to 2.70.0
- [Release notes](https://github.com/updatecli/updatecli-action/releases)
- [Commits](updatecli/updatecli-action@92a13b9...704a645)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: checkmarx/kics-github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: updatecli/updatecli-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@gionn gionn merged commit c222d51 into main Nov 21, 2024
5 checks passed
@gionn gionn deleted the dependabot/github_actions/github-actions-bcf159acff branch November 21, 2024 15:18
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.

1 participant