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 #1710

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 6 updates:

Package From To
gaurav-nelson/github-action-markdown-link-check 1.0.15 1.0.16
anchore/scan-action 5.3.0 6.1.0
github/codeql-action 3.27.5 3.28.8
docker/setup-qemu-action 3.2.0 3.3.0
sonarsource/sonarcloud-github-action 3.1.0 4.0.0
actions/upload-artifact 4.4.3 4.6.0

Updates gaurav-nelson/github-action-markdown-link-check from 1.0.15 to 1.0.16

Release notes

Sourced from gaurav-nelson/github-action-markdown-link-check's releases.

1.0.16

What's Changed

New Contributors

Full Changelog: gaurav-nelson/github-action-markdown-link-check@1.0.15...1.0.16

Commits
  • 1b916f2 Bump markdown-link-check and node image
  • 7d83e59 Update README.md
  • 25b2c43 Merge pull request #149 from gaurav-nelson/step-output
  • c541b5c Added results as output parameters
  • 0f074c8 maintenance-only README.md
  • a996638 Update README.md
  • 46e4421 Merge pull request #189 from gaurav-nelson/snyk-fix-28c2a22fe65aa69306d3041d1...
  • 1c7e3fe fix: Dockerfile to reduce vulnerabilities
  • 322b231 Merge pull request #184 from gaurav-nelson/fix-158
  • 5525016 Respect folder patch when modified only is used
  • Additional commits viewable in compare view

Updates anchore/scan-action from 5.3.0 to 6.1.0

Release notes

Sourced from anchore/scan-action's releases.

v6.1.0

New in scan-action v6.1.0

v6.0.0

New in scan-action v6.0.0

Breaking Change

  • feat: add output-file option, default to random directory output in temp (#346) [kzantow]

The action no longer generates files in your working directory by default, instead you should use the action outputs: ${{ steps.<id>.outputs.sarif }} where the <id> needs to match the id you configured to reference the scan-action, e.g.:

      - uses: anchore/scan-action@v6
        id: scan
        ...
      - uses: github/codeql-action/upload-sarif@v3
        with:
          sarif_file: ${{ steps.scan.outputs.sarif }}

Other Changes

Commits
  • 7c05671 chore(deps): bump undici from 5.28.4 to 5.28.5 (#429)
  • 0a0c9f0 chore(deps): bump @​actions/tool-cache from 2.0.1 to 2.0.2 (#425)
  • 1133611 chore(deps-dev): bump lint-staged from 15.3.0 to 15.4.1 (#426)
  • 3830b3c chore(deps): update Grype to v0.87.0 (#430)
  • 3081c32 chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#428)
  • 54c4de5 chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 (#423)
  • 46a02d8 chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#419)
  • 6eaf06d docs: update docs to v6 remove stale changelog (#422)
  • 27d81ab chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 (#417)
  • abae793 chore(deps): update Grype to v0.86.1 (#416)
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.27.5 to 3.28.8

Release notes

Sourced from github/codeql-action's releases.

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

  • Update default CodeQL bundle version to 2.20.3. #2717

See the full CHANGELOG.md for more information.

v3.28.4

CodeQL Action Changelog

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

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

3.27.9 - 12 Dec 2024

... (truncated)

Commits
  • dd74661 Merge pull request #2746 from github/update-v3.28.8-a91a3f767
  • 3210a3c Fix Kotlin version in changelog
  • 72f9d02 Update changelog for v3.28.8
  • a91a3f7 Merge pull request #2744 from github/igfoo/kot2.1.10
  • c520fb5 Merge pull request #2745 from github/mergeback/v3.28.7-to-main-6e545590
  • 3879c57 Add changelog entry
  • 0c21937 Run "npm run build"
  • 5a61bf0 Kotlin: The 2.20.3 release supports Kotlin 2.1.10.
  • 163d119 Update checked-in dependencies
  • bcf5cec Update changelog and version after v3.28.7
  • Additional commits viewable in compare view

Updates docker/setup-qemu-action from 3.2.0 to 3.3.0

Release notes

Sourced from docker/setup-qemu-action's releases.

v3.3.0

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

Commits
  • 53851d1 Merge pull request #187 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 7066b90 chore: update generated content
  • 7559081 build(deps): bump @​docker/actions-toolkit from 0.35.0 to 0.49.0
  • 08d11eb Merge pull request #172 from docker/dependabot/npm_and_yarn/actions/core-1.11.1
  • e53506f chore: update generated content
  • 610b442 build(deps): bump @​actions/core from 1.10.1 to 1.11.1
  • 58a19f8 Merge pull request #182 from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6
  • 49a12c4 Merge pull request #180 from docker/dependabot/github_actions/codecov/codecov...
  • 2b8ac83 ci: fix deprecated input for codecov-action
  • fdbeaac Merge pull request #130 from crazy-max/cache-image
  • Additional commits viewable in compare view

Updates sonarsource/sonarcloud-github-action from 3.1.0 to 4.0.0

Release notes

Sourced from sonarsource/sonarcloud-github-action's releases.

v4.0.0

⚠️ DEPRECATION WARNING ⚠️

This new version of the GitHub action for SonarQube Cloud is going to be the last one specifically designed for SonarQube Cloud.

Since v4.1.0, the former GitHub action for SonarQube Server (sonarqube-scan-action) is the entrypoint for both Server and Cloud: a single GitHub action to interact with the SonarQube solution, whether on premise or in the cloud!

You can read more about the unified action here.

What's Changed

New Contributors

Full Changelog: SonarSource/sonarcloud-github-action@v3...v4.0.0

Commits
  • 02ef911 Shorten description and remove mend docker check
  • 4afec88 SCSCANGHA-28 Rebranding
  • 48d9e10 SCSCANGHA-25 Replace the Docker action by a composite action forwarding to th...
  • 982992a Add Jira integration
  • 9f9bba2 Recommend to not use this action for analysis of Dart code
  • See full diff in compare view

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

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 |
| --- | --- | --- |
| [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) | `1.0.15` | `1.0.16` |
| [anchore/scan-action](https://github.com/anchore/scan-action) | `5.3.0` | `6.1.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.27.5` | `3.28.8` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.2.0` | `3.3.0` |
| [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) | `3.1.0` | `4.0.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` |


Updates `gaurav-nelson/github-action-markdown-link-check` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@d53a906...1b916f2)

Updates `anchore/scan-action` from 5.3.0 to 6.1.0
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](anchore/scan-action@869c549...7c05671)

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

Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@49b3bc8...53851d1)

Updates `sonarsource/sonarcloud-github-action` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](SonarSource/sonarcloud-github-action@383f7e5...02ef911)

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)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: sonarsource/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2025
@tpantelis tpantelis enabled auto-merge (rebase) February 1, 2025 13:21
@tpantelis tpantelis added the ready-to-test When a PR is ready for full E2E testing label Feb 1, 2025
@tpantelis tpantelis merged commit 16479a7 into release-0.16 Feb 3, 2025
29 of 33 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/release-0.16/github-actions-e48f9b819b branch February 3, 2025 09:50
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 ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants