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

build(deps): bump the minor-and-patch-action-updates group across 1 directory with 2 updates #790

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps the minor-and-patch-action-updates group with 2 updates in the / directory: carlosperate/arm-none-eabi-gcc-action and github/codeql-action.

Updates carlosperate/arm-none-eabi-gcc-action from 1.9.1 to 1.10.0

Release notes

Sourced from carlosperate/arm-none-eabi-gcc-action's releases.

v1.10.0

Added

  • Add 14.2.Rel1 Arm GNU Toolchain release (#61)

Full Changelog: carlosperate/arm-none-eabi-gcc-action@v1.9.1...v1.10.0

Changelog

Sourced from carlosperate/arm-none-eabi-gcc-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.10.0 - 2024-12-12

Added

  • Add 14.2.Rel1 Arm GNU Toolchain release (#61)

v1.9.1 - 2024-08-02

Fixed

  • In macOS arm64, if a GCC version doesn't have an arm64 release, use x86_64 instead

Changed

  • Better error message when a GCC version does not have a release for the platform

v1.9.0 - 2024-07-15

Added

  • Add 13.3.Rel1 Arm GNU Toolchain release (#55)
  • Add support for Linux arm64 GH Actions runners (#48) (thanks @​leoli0605 !)
  • Add support for macOS arm64 GH Actions runner

Security

  • Security update for third party dependencies (#52) (#53)

v1.8.2 - 2024-05-29

Changed

  • Updated @actions core and cache dependency.

v1.8.1 - 2024-01-29

Changed

  • Move action from node v16 to v20 (#50)

v1.8.0 - 2023-10-31

Added

  • Add 13.2.Rel1 Arm GNU Toolchain release (#47)

v1.7.1 - 2023-08-08

Security

v1.7.0 - 2023-08-06

Added

  • Add 12.3.Rel1 Arm GNU Toolchain release (#43)

v1.6.3 - 2023-07-10

Security

... (truncated)

Commits
  • f3be82d Project: Uprev to v1.10.0 & update changelog.
  • a93a3de Docs: Add self-hosted runner dev docs.
  • ae0ed16 Action: Add 14.2.Rel1 arm-none-eabi-gcc release. (#61)
  • See full diff in compare view

Updates github/codeql-action from 3.27.6 to 3.27.9

Release notes

Sourced from github/codeql-action's releases.

v3.27.9

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.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.7

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

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

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

... (truncated)

Commits
  • df409f7 Merge pull request #2649 from github/update-v3.27.9-7972a42f3
  • feca44d Update changelog for v3.27.9
  • 7972a42 Merge pull request #2648 from github/aeisenberg/add-environment
  • 44bf16d Merge pull request #2646 from github/mergeback/v3.27.8-to-main-8a93837a
  • f124ad0 Adds an environment for creating releases
  • 9275370 Update checked-in dependencies
  • a059a7a Update changelog and version after v3.27.8
  • 8a93837 Merge pull request #2645 from github/update-v3.27.8-9cfbef4bd
  • 90a2700 Update changelog for v3.27.8
  • 9cfbef4 Merge pull request #2644 from github/aeisenberg/use-app-token-for-release
  • 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

…irectory with 2 updates

Bumps the minor-and-patch-action-updates group with 2 updates in the / directory: [carlosperate/arm-none-eabi-gcc-action](https://github.com/carlosperate/arm-none-eabi-gcc-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `carlosperate/arm-none-eabi-gcc-action` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/carlosperate/arm-none-eabi-gcc-action/releases)
- [Changelog](https://github.com/carlosperate/arm-none-eabi-gcc-action/blob/main/CHANGELOG.md)
- [Commits](carlosperate/arm-none-eabi-gcc-action@0cc83a7...f3be82d)

Updates `github/codeql-action` from 3.27.6 to 3.27.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...df409f7)

---
updated-dependencies:
- dependency-name: carlosperate/arm-none-eabi-gcc-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-action-updates
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-action-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 13, 2024 01:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 13, 2024
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/carlosperate/arm-none-eabi-gcc-action f3be82dce0d93e59bb84bbc1ad67c74068e35507 🟢 3.4
Details
CheckScoreReason
Maintained⚠️ 20 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 2
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 1Found 3/24 approved changesets -- score normalized to 1
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 73 existing vulnerabilities detected
actions/github/codeql-action/upload-sarif df409f7d9260372bd5f19e5b04e83cb3c43714ae UnknownUnknown
actions/github/codeql-action/upload-sarif df409f7d9260372bd5f19e5b04e83cb3c43714ae UnknownUnknown
actions/github/codeql-action/analyze df409f7d9260372bd5f19e5b04e83cb3c43714ae UnknownUnknown
actions/github/codeql-action/init df409f7d9260372bd5f19e5b04e83cb3c43714ae UnknownUnknown

Scanned Files

  • .github/workflows/ci.yml
  • .github/workflows/linting-formatting.yml
  • .github/workflows/security.yml
  • .github/workflows/static-analysis.yml

Copy link
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 12 0 0.06s
✅ CPP clang-format 998 3 0 6.03s
✅ DOCKERFILE hadolint 2 0 0.15s
✅ JSON jsonlint 9 0 0.18s
✅ JSON prettier 9 0 0 0.62s
⚠️ MARKDOWN markdownlint 6 0 4 1.11s
⚠️ MARKDOWN markdown-link-check 6 1 124.47s
✅ MARKDOWN markdown-table-formatter 6 0 0 0.2s
✅ REPOSITORY checkov yes no 18.05s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY grype yes no 9.57s
✅ REPOSITORY ls-lint yes no 0.07s
✅ REPOSITORY secretlint yes no 6.13s
✅ REPOSITORY trivy yes no 5.53s
✅ REPOSITORY trivy-sbom yes no 0.1s
✅ REPOSITORY trufflehog yes no 3.91s
⚠️ SPELL lychee 140 3 17.96s
⚠️ YAML prettier 23 1 1 0.89s
✅ YAML v8r 23 0 8.72s
✅ YAML yamllint 23 0 0.44s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 18, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/minor-and-patch-action-updates-3d543130eb branch December 18, 2024 01:09
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