Skip to content

chore(deps): bump the github-actions group across 1 directory with 6 updates - #52

Merged
Ron (rjaegers) merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-50a48e1cc5
Sep 18, 2025
Merged

chore(deps): bump the github-actions group across 1 directory with 6 updates#52
Ron (rjaegers) merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-50a48e1cc5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
lukka/get-cmake 4.0.3 4.1.1
github/codeql-action 3.29.0 3.30.1
reviewdog/action-suggester 1.21.0 1.24.0
marocchino/sticky-pull-request-comment 2.9.2 2.9.4
actions/create-github-app-token 2.0.6 2.1.1
googleapis/release-please-action 4.2.0 4.3.0

Updates lukka/get-cmake from 4.0.3 to 4.1.1

Release notes

Sourced from lukka/get-cmake's releases.

CMake v4.1.1

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v4.1.1, use this one-liner e.g.: uses: lukka/get-cmake@latest

Enjoy!

CMake v4.1.0

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v4.1.0, use this one-liner e.g.: uses: lukka/get-cmake@latest

Enjoy!

CMake v4.1.0-rc2

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latestrc is now using CMake version v4.1.0-rc2, use this one-liner e.g.:
  uses: lukka/get-cmake@latest
  with:
      cmakeVersion: latestrc`

Enjoy!

CMake v4.1.0-rc1

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latestrc is now using CMake version v4.1.0-rc1, use this one-liner e.g.:
  uses: lukka/get-cmake@latest
  with:
      cmakeVersion: latestrc`

Enjoy!

Commits

Updates github/codeql-action from 3.29.0 to 3.30.1

Release notes

Sourced from github/codeql-action's releases.

v3.30.1

CodeQL Action Changelog

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

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

See the full CHANGELOG.md for more information.

v3.30.0

CodeQL Action Changelog

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

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054

See the full CHANGELOG.md for more information.

v3.29.11

CodeQL Action Changelog

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

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

See the full CHANGELOG.md for more information.

v3.29.10

CodeQL Action Changelog

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

3.29.10 - 18 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.9

CodeQL Action Changelog

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

3.29.9 - 12 Aug 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.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

3.29.10 - 18 Aug 2025

No user facing changes.

3.29.9 - 12 Aug 2025

No user facing changes.

3.29.8 - 08 Aug 2025

  • Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015

3.29.7 - 07 Aug 2025

This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.

3.29.6 - 07 Aug 2025

  • The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999
  • Update default CodeQL bundle version to 2.22.3. #3000

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #2986

3.29.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

... (truncated)

Commits
  • f1f6e5f Merge pull request #3081 from github/update-v3.30.1-2d2f57ed3
  • 5dd2164 Update changelog for v3.30.1
  • 2d2f57e Merge pull request #3079 from github/mbg/proxy/accept-git-source
  • b364f99 Merge pull request #3077 from github/update-bundle/codeql-bundle-v2.23.0
  • 5b8860a Merge branch 'main' into update-bundle/codeql-bundle-v2.23.0
  • 8fe8b24 Add git_source as supported registry type for Go
  • 6242bcb Allow multiple registry types in LANGUAGE_TO_REGISTRY_TYPE
  • dfb741d Merge pull request #3075 from github/mbg/remove-augmentation-properties
  • 920bba1 Add unit tests for createInitWithConfigStatusReport
  • 37ddb03 Add createInitWithConfigStatusReport function
  • Additional commits viewable in compare view

Updates reviewdog/action-suggester from 1.21.0 to 1.24.0

Release notes

Sourced from reviewdog/action-suggester's releases.

Release v1.24.0

What's Changed

Full Changelog: reviewdog/action-suggester@v1.23.1...v1.24.0

Release v1.23.1

What's Changed

New Contributors

Full Changelog: reviewdog/action-suggester@v1.23.0...v1.23.1

Release v1.23.0

What's Changed

Full Changelog: reviewdog/action-suggester@v1.22.0...v1.23.0

Release v1.22.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-suggester@v1.21.0...v1.22.0

Commits
  • aa38384 Merge pull request #100 from reviewdog/use-composite-action
  • 4ffed7b use reviewdog/action-setup instead of syncing scripts
  • 130e59f Merge pull request #98 from iokira/bugfix/install-script-not-found
  • 1b54ecf update reviewdog install script version with commit SHA
  • 51237dd Revert "Auto updates by the depup workflow"
  • 5c1296f Merge pull request #94 from reviewdog/depup/reviewdog/reviewdog
  • f531e5f Merge pull request #90 from reviewdog/renovate/reviewdog-action-actionlint-1.x
  • 22dfc2e Merge pull request #93 from reviewdog/actions-commit-and-create-pr/2025-09-03...
  • a34296b chore(deps): update reviewdog/reviewdog to 0.21.0
  • b2103ea Auto updates by the depup workflow
  • Additional commits viewable in compare view

Updates marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.4

Release notes

Sourced from marocchino/sticky-pull-request-comment's releases.

v2.9.4

What's Changed

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.3...v2.9.4

v2.9.3

What's Changed

  • Update deps (including security issues)
  • Test with vitest instead of jest
  • Use biome

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.2...v2.9.3

Commits
  • 7737449 📦️ Build
  • 8b423c6 Merge pull request #1564 from marocchino/dependabot/npm_and_yarn/types/node-2...
  • 3ac8a74 build(deps-dev): Bump @​types/node from 24.0.12 to 24.0.13
  • e430cfc Merge pull request #1563 from marocchino/dependabot/npm_and_yarn/types/node-2...
  • 99f9378 build(deps-dev): Bump @​types/node from 24.0.11 to 24.0.12
  • 2216b3a Merge pull request #1562 from marocchino/dependabot/npm_and_yarn/biomejs/biom...
  • 482d7fd build(deps-dev): Bump @​biomejs/biome from 2.0.4 to 2.1.1
  • c2da581 Merge pull request #1561 from marocchino/dependabot/npm_and_yarn/types/node-2...
  • 76f8462 build(deps-dev): Bump @​types/node from 24.0.3 to 24.0.11
  • 246151a ⬆️ Update biome
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 2.0.6 to 2.1.1

Release notes

Sourced from actions/create-github-app-token's releases.

v2.1.1

2.1.1 (2025-08-11)

Bug Fixes

v2.1.0

2.1.0 (2025-08-08)

Features

Commits
  • a8d6161 build(release): 2.1.1 [skip ci]
  • 5204204 fix: revert "use node24 as runner" (#278)
  • 0f859bf build(release): 2.1.0 [skip ci]
  • a1cbe0f feat: use node24 as runner (#267)
  • d7ee281 build(deps-dev): bump the development-dependencies group across 1 directory w...
  • 93c1f04 build(deps-dev): bump the development-dependencies group with 4 updates (#255)
  • dff4b11 ci(test): set permissions in test workflow (#247)
  • 6d44c9f docs(README): Client ID can be used as App ID (#251)
  • See full diff in compare view

Updates googleapis/release-please-action from 4.2.0 to 4.3.0

Release notes

Sourced from googleapis/release-please-action's releases.

v4.3.0

4.3.0 (2025-08-20)

Features

  • deps: update release-please to 17.1.2 (f07192c)
Changelog

Sourced from googleapis/release-please-action's changelog.

Changelog

4.3.0 (2025-08-20)

Features

  • deps: update release-please to 17.1.2 (f07192c)

4.2.0 (2025-03-07)

Features

  • support for skip-labeling parameter for GitHub action (#1066) (fb7f385)

4.1.5 (2025-02-27)

Bug Fixes

4.1.4 (2024-10-02)

Bug Fixes

  • bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#1015) (5ec1cbd)
  • bump release-please from 16.12.0 to 16.13.0 (#1030) (caa0464)
  • bump release-please from 16.13.0 to 16.14.0 (#1032) (b2a986c)
  • deps: update release-please to 16.14.1 (#1036) (2942e51)

4.1.3 (2024-06-10)

Bug Fixes

  • correct log output when creating releases (#933) (2725132)

4.1.2 (2024-06-10)

Bug Fixes

  • bump release-please from 16.10.2 to 16.12.0 (#1005) (cb03961)

4.1.1 (2024-05-14)

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

…updates

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

| Package | From | To |
| --- | --- | --- |
| [lukka/get-cmake](https://github.com/lukka/get-cmake) | `4.0.3` | `4.1.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.29.0` | `3.30.1` |
| [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) | `1.21.0` | `1.24.0` |
| [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `2.9.2` | `2.9.4` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.0.6` | `2.1.1` |
| [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.2.0` | `4.3.0` |



Updates `lukka/get-cmake` from 4.0.3 to 4.1.1
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@6b3e96a...2ecc217)

Updates `github/codeql-action` from 3.29.0 to 3.30.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ce28f5b...f1f6e5f)

Updates `reviewdog/action-suggester` from 1.21.0 to 1.24.0
- [Release notes](https://github.com/reviewdog/action-suggester/releases)
- [Commits](reviewdog/action-suggester@4747dbc...aa38384)

Updates `marocchino/sticky-pull-request-comment` from 2.9.2 to 2.9.4
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](marocchino/sticky-pull-request-comment@67d0dec...7737449)

Updates `actions/create-github-app-token` from 2.0.6 to 2.1.1
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@df432ce...a8d6161)

Updates `googleapis/release-please-action` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please-action@a02a34c...c2a5a2b)

---
updated-dependencies:
- dependency-name: lukka/get-cmake
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-suggester
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/create-github-app-token
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: googleapis/release-please-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

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 Sep 8, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2025 21:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 8, 2025
@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 8 0 0 0.22s
✅ JSON prettier 3 1 0 0 0.42s
✅ JSON v8r 3 0 0 2.79s
✅ MARKDOWN markdownlint 5 0 0 0 0.7s
✅ MARKDOWN markdown-table-formatter 5 0 0 0 0.23s
✅ REPOSITORY checkov yes no no 14.23s
✅ REPOSITORY gitleaks yes no no 0.15s
✅ REPOSITORY git_diff yes no no 0.0s
✅ REPOSITORY grype yes no no 25.66s
✅ REPOSITORY secretlint yes no no 0.83s
✅ REPOSITORY syft yes no no 1.13s
✅ REPOSITORY trivy yes no no 5.31s
✅ REPOSITORY trivy-sbom yes no no 0.08s
✅ REPOSITORY trufflehog yes no no 3.56s
✅ SPELL lychee 20 0 0 0.96s
✅ YAML prettier 11 0 0 0 0.59s
✅ YAML v8r 11 0 0 4.3s
✅ YAML yamllint 11 0 0 0.49s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@rjaegers
Ron (rjaegers) merged commit 67ee54b into main Sep 18, 2025
13 checks passed
@rjaegers
Ron (rjaegers) deleted the dependabot/github_actions/github-actions-50a48e1cc5 branch September 18, 2025 06:13
@github-actions

Copy link
Copy Markdown
Contributor

Pull Request Report (#52)

Static measures

Description Value
Number of added lines 8
Number of deleted lines 8
Number of changed files 5
Number of commits 2
Number of reviews 1
Number of comments (w/o review comments) 2
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 5

Time related measures

Description Value
PR lead time (from creation to close of PR) 9.4 Days
Time that was spend on the branch before the PR was created 1 Sec
Time that was spend on the branch before the PR was merged 9.4 Days
Time to merge after last review 9 Sec

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 5.3 Min
Total time spend in last status check run on PR 2 Min

@github-actions

Copy link
Copy Markdown
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v1.2.0 🎉

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.

1 participant