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-minor group across 1 directory with 6 updates #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the actions-minor group with 6 updates in the / directory:

Package From To
actions/setup-node 4.1.0 4.2.0
actions/upload-artifact 4.4.3 4.6.0
github/codeql-action 3.27.6 3.28.9
super-linter/super-linter 7.2.0 7.2.1
sigstore/cosign-installer 3.7.0 3.8.0
softprops/action-gh-release 2.1.0 2.2.1

Updates actions/setup-node from 4.1.0 to 4.2.0

Release notes

Sourced from actions/setup-node's releases.

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

Commits

Updates actions/upload-artifact from 4.4.3 to 4.6.0

Release notes

Sourced from actions/upload-artifact's releases.

v4.6.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

Commits
  • 65c4c4a Merge pull request #662 from actions/yacaovsnc/add_variable_for_concurrency_a...
  • 0207619 move files back to satisfy licensed ci
  • 1ecca81 licensed cache updates
  • 9742269 Expose env vars to controll concurrency and timeout
  • 6f51ac0 Merge pull request #656 from bdehamer/bdehamer/artifact-digest
  • c40c16d add new artifact-digest output
  • 735efb4 bump @​actions/artifact from 2.1.11 to 2.2.0
  • 184d73b Merge pull request #578 from hamirmahal/fix/deprecated-nodejs-usage-in-action
  • b4a0a98 Merge branch 'main' into fix/deprecated-nodejs-usage-in-action
  • See full diff in compare view

Updates github/codeql-action from 3.27.6 to 3.28.9

Release notes

Sourced from github/codeql-action's releases.

v3.28.9

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.9 - 07 Feb 2025

  • Update default CodeQL bundle version to 2.20.4. #2753

See the full CHANGELOG.md for more information.

v3.28.8

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744

See the full CHANGELOG.md for more information.

v3.28.7

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.7 - 29 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.6

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.6 - 27 Jan 2025

  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726

See the full CHANGELOG.md for more information.

v3.28.5

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.5 - 24 Jan 2025

... (truncated)

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.

[UNRELEASED]

No user facing changes.

3.28.9 - 07 Feb 2025

  • Update default CodeQL bundle version to 2.20.4. #2753

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744

3.28.7 - 29 Jan 2025

No user facing changes.

3.28.6 - 27 Jan 2025

  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726

3.28.5 - 24 Jan 2025

  • Update default CodeQL bundle version to 2.20.3. #2717

3.28.4 - 23 Jan 2025

No user facing changes.

3.28.3 - 22 Jan 2025

  • Update default CodeQL bundle version to 2.20.2. #2707
  • Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
  • Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712

3.28.2 - 21 Jan 2025

No user facing changes.

3.28.1 - 10 Jan 2025

  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
  • Update default CodeQL bundle version to 2.20.1. #2678

3.28.0 - 20 Dec 2024

  • Bump the minimum CodeQL bundle version to 2.15.5. #2655

... (truncated)

Commits
  • 9e8d078 Merge pull request #2757 from github/update-v3.28.9-24e1c2d33
  • 43d9be6 Update changelog for v3.28.9
  • 24e1c2d Merge pull request #2753 from github/update-bundle/codeql-bundle-v2.20.4
  • 57a08c0 Add changelog note
  • 52189d2 Update default bundle to codeql-bundle-v2.20.4
  • 08bc0cf Merge pull request #2751 from github/henrymercer/fix-init-post-without-config
  • cf7c687 Send init-post status report in absence of config
  • ad42dbd Merge pull request #2750 from github/dependabot/npm_and_yarn/npm-768bd9b555
  • a8f5935 Merge pull request #2749 from github/dependabot/github_actions/actions-29d379...
  • 9660df3 Update checked-in dependencies
  • Additional commits viewable in compare view

Updates super-linter/super-linter from 7.2.0 to 7.2.1

Release notes

Sourced from super-linter/super-linter's releases.

v7.2.1

7.2.1 (2024-12-12)

🐛 Bugfixes

  • define command options function before use (#6375) (6b60f4c), closes #6372
  • downgrade npm-groovy-lint to 15.0.0 (#6373) (ffccf2d)
  • ensure setting /github/workdir as Git safe directory works always (#6242) (ec05515)
  • make git conflict markers check more precise (#6379) (d929d04)

⬆️ Dependency updates

  • bundler: bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383) (6776692)
  • docker: bump the docker group across 1 directory with 4 updates (#6381) (0fe8b07)
  • npm: bump @​stoplight/spectral-cli in /dependencies (#6389) (39b1577)
  • npm: bump renovate from 39.15.4 to 39.31.3 in /dependencies (#6397) (70a684d)
  • npm: bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432) (71cc525)
  • php: bump phpstan/phpstan (#6419) (24a53df)
  • php: bump the composer group across 1 directory with 2 updates (#6365) (de5f8a4)

🧰 Maintenance

Changelog

Sourced from super-linter/super-linter's changelog.

Changelog

7.2.1 (2024-12-12)

🐛 Bugfixes

  • define command options function before use (#6375) (6b60f4c), closes #6372
  • downgrade npm-groovy-lint to 15.0.0 (#6373) (ffccf2d)
  • ensure setting /github/workdir as Git safe directory works always (#6242) (ec05515)
  • make git conflict markers check more precise (#6379) (d929d04)

⬆️ Dependency updates

  • bundler: bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383) (6776692)
  • docker: bump the docker group across 1 directory with 4 updates (#6381) (0fe8b07)
  • npm: bump @​stoplight/spectral-cli in /dependencies (#6389) (39b1577)
  • npm: bump renovate from 39.15.4 to 39.31.3 in /dependencies (#6397) (70a684d)
  • npm: bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432) (71cc525)
  • php: bump phpstan/phpstan (#6419) (24a53df)
  • php: bump the composer group across 1 directory with 2 updates (#6365) (de5f8a4)

🧰 Maintenance

7.2.0 (2024-11-17)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump standard from 1.40.0 to 1.40.1 in /dependencies (#6239) (75fb343)
  • bundler: bump standard from 1.41.0 to 1.41.1 in /dependencies (#6291) (54782ec)

... (truncated)

Commits
  • 85f7611 chore(main): release 7.2.1 (#6404)
  • ec05515 fix: ensure setting /github/workdir as Git safe directory works always (#6242)
  • 24a53df deps(php): bump phpstan/phpstan (#6419)
  • 71cc525 deps(npm): bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432)
  • d929d04 fix: make git conflict markers check more precise (#6379)
  • 6b60f4c fix: define command options function before use (#6375)
  • de5f8a4 deps(php): bump the composer group across 1 directory with 2 updates (#6365)
  • 0fe8b07 deps(docker): bump the docker group across 1 directory with 4 updates (#6381)
  • 6776692 deps(bundler): bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383)
  • 39b1577 deps(npm): bump @​stoplight/spectral-cli in /dependencies (#6389)
  • Additional commits viewable in compare view

Updates sigstore/cosign-installer from 3.7.0 to 3.8.0

Release notes

Sourced from sigstore/cosign-installer's releases.

v3.8.0

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.8.0

Commits

Updates softprops/action-gh-release from 2.1.0 to 2.2.1

Release notes

Sourced from softprops/action-gh-release's releases.

v2.2.1

What's Changed

Bug fixes 🐛

Other Changes 🔄

New Contributors

Full Changelog: softprops/action-gh-release@v2.2.0...v2.2.1

v2.2.0

What's Changed

Exciting New Features 🎉

Bug fixes 🐛

Other Changes 🔄

New Contributors

Full Changelog: softprops/action-gh-release@v2.1.0...v2.2.0

Changelog

Sourced from softprops/action-gh-release's changelog.

2.2.1

What's Changed

Bug fixes 🐛

Other Changes 🔄

2.2.0

What's Changed

Exciting New Features 🎉

Bug fixes 🐛

Other Changes 🔄

2.1.0

What's Changed

Exciting New Features 🎉

Other Changes 🔄

2.0.9

  • maintenance release with updated dependencies

... (truncated)

Commits
  • c95fe14 release 2.2.1
  • deddb09 fix: big file uploads (#562)
  • 33fcd69 chore: update error and warning messages for not matching files in files fiel...
  • 01050bd chore(deps): bump @​types/node from 22.10.2 to 22.10.5 (#569)
  • 92dffe6 chore(deps): bump @​types/node from 22.10.1 to 22.10.2 (#559)
  • 7b4da11 release 2.2.0
  • 64f1fa1 feat: read the release assets asynchronously (#552)
  • 9e35a64 chore(deps): bump prettier from 3.4.1 to 3.4.2 (#554)
  • 92bc83c chore(deps): bump @​types/node from 22.9.4 to 22.10.1 (#551)
  • 09f0e37 chore(deps): bump prettier from 3.3.3 to 3.4.1 (#550)
  • 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 actions-minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.1.0` | `4.2.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.27.6` | `3.28.9` |
| [super-linter/super-linter](https://github.com/super-linter/super-linter) | `7.2.0` | `7.2.1` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.7.0` | `3.8.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.1.0` | `2.2.1` |



Updates `actions/setup-node` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@39370e3...1d0ff46)

Updates `actions/upload-artifact` from 4.4.3 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b4b15b8...65c4c4a)

Updates `github/codeql-action` from 3.27.6 to 3.28.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@aa57810...9e8d078)

Updates `super-linter/super-linter` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@e1cb86b...85f7611)

Updates `sigstore/cosign-installer` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@dc72c7d...c56c2d3)

Updates `softprops/action-gh-release` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@01570a1...c95fe14)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 10, 2025
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