Skip to content

Bump the all-github-actions group across 1 directory with 2 updates#54

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-github-actions-375bca323d
Open

Bump the all-github-actions group across 1 directory with 2 updates#54
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-github-actions-375bca323d

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps the all-github-actions group with 2 updates in the / directory: actions/setup-python and google/osv-scanner-action.

Updates actions/setup-python from 5.3.0 to 5.5.0

Release notes

Sourced from actions/setup-python's releases.

v5.5.0

What's Changed

Enhancements:

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.5.0

v5.4.0

What's Changed

Enhancements:

Documentation changes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.4.0

Commits
  • 8d9ed9a Add e2e Testing for free threaded and Bump @​action/cache from 4.0.0 to 4.0.3 ...
  • 19e4675 Add support for .tool-versions file in setup-python (#1043)
  • 6fd11e1 Bump @​actions/glob from 0.4.0 to 0.5.0 (#1015)
  • 9e62be8 Support free threaded Python versions like '3.13t' (#973)
  • 6ca8e85 Bump @​vercel/ncc from 0.38.1 to 0.38.3 (#1016)
  • 8039c45 fix: install PyPy on Linux ARM64 (#1011)
  • 4237552 Improve Advanced Usage examples (#645)
  • 709bfa5 Bump requests from 2.24.0 to 2.32.2 in /tests/data (#1019)
  • ceb20b2 Bump @​actions/http-client from 2.2.1 to 2.2.3 (#1020)
  • 0dc2d2c Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1014)
  • Additional commits viewable in compare view

Updates google/osv-scanner-action from 1.9.2 to 2.0.0

Release notes

Sourced from google/osv-scanner-action's releases.

v2.0.0

What's Changed

Breaking changes

By default, osv-scanner-action no longer scans the HEAD git hash. This means if there are no other lockfiles found to scan, then osv-scanner-action will fail the workflow, as it is likely it's setup incorrectly.

To match the previous behavior, pass --include-git-root to scan-args, e.g.

  osv-scan:
    uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.0"
    with:
      scan-args: |-
        --include-git-root
        --recursive
        ./

Full Changelog: google/osv-scanner-action@v1.9.2...v2.0.0

Commits
  • 98b584e Merge pull request #63 from renovate-bot/renovate/workflows
  • 256cd6a chore(deps): update github/codeql-action action to v3.28.11
  • 90fad54 Merge pull request #64 from google/update-to-v2.0.0
  • f9d9b03 Include git root
  • 6e516af Update unified workflow example to point to v2.0.0 reusable workflows
  • 4299e5f Update reusable workflows to point to v2.0.0 actions
  • 119c605 Update actions to use v2.0.0 osv-scanner image
  • 4d317bc Merge pull request #62 from AbhishekSrikanth/fix-release-badge
  • b3fa036 fix: escape hyphen in release badge URL
  • 38fe519 Merge pull request #60 from google/fix-remaining-skip-git
  • 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 all-github-actions group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [google/osv-scanner-action](https://github.com/google/osv-scanner-action).


Updates `actions/setup-python` from 5.3.0 to 5.5.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@0b93645...8d9ed9a)

Updates `google/osv-scanner-action` from 1.9.2 to 2.0.0
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@v1.9.2...v2.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-github-actions
- dependency-name: google/osv-scanner-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 25, 2025

Labels

The following labels could not be found: autosubmit. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants