Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps the github-action-updates group with 5 updates in the / directory:

Package From To
hendrikmuhs/ccache-action 1.2.14 1.2.16
Namchee/conventional-pr 0.15.5 0.15.6
github/codeql-action 3.28.0 3.28.2
reviewdog/action-suggester 1.18.0 1.19.0
sonarsource/sonarqube-github-c-cpp 2.0.0 2.1.0

Updates hendrikmuhs/ccache-action from 1.2.14 to 1.2.16

Release notes

Sourced from hendrikmuhs/ccache-action's releases.

v1.2.16

What's Changed

New Contributors

Full Changelog: hendrikmuhs/ccache-action@v1...v1.2.16

Commits

Updates Namchee/conventional-pr from 0.15.5 to 0.15.6

Release notes

Sourced from Namchee/conventional-pr's releases.

Version 0.15.6

What's Changed

This release introduces a bug fix:

  1. Allow issue-validator to accept valid issue references from external repositories. Previously, it was intended for the validator to not accept any references outside the current repository as I don't find an use-case for it. However #126 presented a use-case for it. Thanks for the heads-up @​Th3S4mur41!

Full Changelog: Namchee/conventional-pr@v0.15.5...v0.15.6

Commits

Updates github/codeql-action from 3.28.0 to 3.28.2

Release notes

Sourced from github/codeql-action's releases.

v3.28.2

CodeQL Action Changelog

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

3.28.2 - 21 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.1

CodeQL Action Changelog

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

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

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.

[UNRELEASED]

No user facing changes.

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
  • Don't fail in the unusual case that a file is on the search path. #2660.

3.27.9 - 12 Dec 2024

No user facing changes.

3.27.8 - 12 Dec 2024

  • Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. #2624

3.27.7 - 10 Dec 2024

  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
  • Update default CodeQL bundle version to 2.20.0. #2636

3.27.6 - 03 Dec 2024

  • Update default CodeQL bundle version to 2.19.4. #2626

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.

... (truncated)

Commits
  • d68b2d4 Merge pull request #2708 from github/update-v3.28.2-d90e07f32
  • ea23796 Update changelog for v3.28.2
  • d90e07f Merge pull request #2703 from github/dependabot/npm_and_yarn/npm-cd3f77644b
  • 7b7562b Update checked-in dependencies
  • c168638 build(deps): bump the npm group with 3 updates
  • 0f1559a Merge pull request #2699 from github/cklin/diff-informed-file-fallback
  • 2d608a3 Merge branch 'main' into cklin/diff-informed-file-fallback
  • 94f08f3 Merge pull request #2698 from github/cklin/diff-informed-status-report
  • 071996f getDiffRanges: better fallback for absent patch
  • 5889cfd Add analysis_is_diff_informed to status report
  • Additional commits viewable in compare view

Updates reviewdog/action-suggester from 1.18.0 to 1.19.0

Release notes

Sourced from reviewdog/action-suggester's releases.

Release v1.19.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-suggester@v1.18.0...v1.19.0

Commits

Updates sonarsource/sonarqube-github-c-cpp from 2.0.0 to 2.1.0

Release notes

Sourced from sonarsource/sonarqube-github-c-cpp's releases.

v2.1.0

[!WARNING] This new version of the GitHub action for C, C++, and Objective-C with SonarQube Server (sonarqube-github-c-cpp) is going to be the last one specifically designed for these languages.

This action is deprecated and will be removed in a future release.

Please use the sonarqube-scan-action and its install-build-wrapper sub-action instead.

More specifically, if the action is used to install both the SonarScanner CLI and the Build Wrapper:

  • replace sonarqube-github-c-cpp with the latest version of SonarSource/sonarqube-scan-action/install-build-wrapper
  • if the step calling the action is named Install sonar-scanner and build-wrapper, or something similar, rename it to Install Build Wrapper
  • replace the step calling sonar-scanner with a step using SonarSource/sonarqube-scan-action
  • the arguments passed to sonar-scanner should be passed to the action via the args input parameter

If the action is used to install the SonarScanner CLI, and the Build Wrapper is not required:

  • remove the sonarqube-github-c-cpp step altogether
  • replace the step calling sonar-scanner with a step using SonarSource/sonarqube-scan-action
  • the arguments passed to sonar-scanner should be passed to the action via the args input parameter

Check the C++ section in the README of the sonarqube-scan-action for complete examples.

What's Changed

New Contributors

Full Changelog: SonarSource/sonarqube-github-c-cpp@v2.0.0...v2.1.0

Commits
  • e51317d SQCPPGHA-14 Deprecate in favor of sonarqube-scan-action (#23)
  • f415b51 SQCPPGHA-9 Rebrand and forward to sonarqube-scan-action/deprecated-c-cpp-acti...
  • 25a2efe Add Jira integration
  • 5fdf7f7 SQCPPGHA-8 Upgrade all recommended GitHub Action versions
  • 6a732c9 BUILD-6088 Create SECURITY.md
  • 8f97678 NO-JIRA Fix build-wrapper download URL
  • See full diff 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

…with 5 updates

Bumps the github-action-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) | `1.2.14` | `1.2.16` |
| [Namchee/conventional-pr](https://github.com/namchee/conventional-pr) | `0.15.5` | `0.15.6` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.28.0` | `3.28.2` |
| [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) | `1.18.0` | `1.19.0` |
| [sonarsource/sonarqube-github-c-cpp](https://github.com/sonarsource/sonarqube-github-c-cpp) | `2.0.0` | `2.1.0` |



Updates `hendrikmuhs/ccache-action` from 1.2.14 to 1.2.16
- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
- [Commits](hendrikmuhs/ccache-action@ed74d11...5391144)

Updates `Namchee/conventional-pr` from 0.15.5 to 0.15.6
- [Release notes](https://github.com/namchee/conventional-pr/releases)
- [Commits](Namchee/conventional-pr@497c801...a6f50a1)

Updates `github/codeql-action` from 3.28.0 to 3.28.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@48ab28a...d68b2d4)

Updates `reviewdog/action-suggester` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/reviewdog/action-suggester/releases)
- [Commits](reviewdog/action-suggester@db4abb1...a3026c6)

Updates `sonarsource/sonarqube-github-c-cpp` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/sonarsource/sonarqube-github-c-cpp/releases)
- [Commits](SonarSource/sonarqube-github-c-cpp@4aebde3...e51317d)

---
updated-dependencies:
- dependency-name: hendrikmuhs/ccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-updates
- dependency-name: Namchee/conventional-pr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-updates
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-updates
- dependency-name: reviewdog/action-suggester
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-action-updates
- dependency-name: sonarsource/sonarqube-github-c-cpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-action-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 22, 2025 14:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 22, 2025
@github-actions
Copy link

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit b48b057. ± Comparison against base commit 8c92ba2.

@github-actions
Copy link

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 6 0 0.03s
✅ CPP clang-format 81 0 0 0.54s
✅ DOCKERFILE hadolint 1 0 0.13s
✅ JSON jsonlint 8 0 0.19s
✅ JSON prettier 8 6 0 0.48s
✅ MARKDOWN markdownlint 4 1 0 0.6s
⚠️ MARKDOWN markdown-link-check 4 2 5.57s
✅ MARKDOWN markdown-table-formatter 4 1 0 0.21s
✅ REPOSITORY checkov yes no 14.48s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 9.19s
✅ REPOSITORY ls-lint yes no 0.06s
✅ REPOSITORY secretlint yes no 1.16s
✅ REPOSITORY trivy yes no 5.33s
✅ REPOSITORY trivy-sbom yes no 0.08s
✅ REPOSITORY trufflehog yes no 2.03s
⚠️ SPELL lychee 49 1 2.1s
✅ YAML prettier 10 0 0 0.55s
✅ YAML v8r 10 0 6.01s
✅ YAML yamllint 10 0 0.39s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2025

Superseded by #128.

@dependabot dependabot bot closed this Jan 23, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/github-action-updates-ede2a7ce08 branch January 23, 2025 14:45
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