Skip to content

chore(deps): bump the github-actions group with 2 updates - #17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-40fcd505d2
Open

chore(deps): bump the github-actions group with 2 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-40fcd505d2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates: SemTiOne/chess-review-bot/action and codecov/codecov-action.

Updates SemTiOne/chess-review-bot/action from 9105f183e0d0aafd5b4e964f6f535b10a08576f5 to afb226eb18c737a45c3193059aa864b88591fb92

Changelog

Sourced from SemTiOne/chess-review-bot/action's changelog.

Changelog

Follows Keep a Changelog loosely.

[Unreleased]

[0.1.4]

Fixed

  • GitHub CodeQL alerts: added explicit top-level and job-level permissions blocks to ci.yml and release.yml, closing four alerts about missing workflow permissions (least-privilege best practice).
  • requirements.txt (and requirements-*.txt variants) weren't recognized as a dependency manifest at all; a version-only bump was scored like any other change instead of routine Book. Found via two real repos with 9+ such files between them. package.json/ pyproject.toml's version-line pattern doesn't match pip's ==/>=/ ~= operators either, so this needed its own pattern, not just a name added to an existing list.

Added

  • CONTRIBUTING.md guide for new contributors.
  • dependabot.yml for automated dependency updates.
  • GitHub Actions dependency bumps (github-actions group, 4 updates).

[0.1.3]

Chore: version bump to 0.1.3.

[0.1.2]

Fixed

  • Credential detection flagged safe env/config lookups (os.environ["X"], config["X"], os.getenv(...), settings.X) as leaked secrets, purely because they matched keyword = <anything>. Found by running the detector against real tutorial repos that load API keys this way (a very common, safe pattern). A hardcoded literal value is still flagged exactly as before.

[0.1.1]

Fixed

  • action.yml referenced ${{ github.action_path }}/action/entrypoint.py -- github.action_path already points at the directory containing action.yml, so this doubled the path segment and every Action run

... (truncated)

Commits
  • afb226e chore(deps): bump the github-actions group with 4 updates (#6)
  • 8d42248 [pre-commit.ci] pre-commit autoupdate (#7)
  • See full diff in compare view

Updates codecov/codecov-action from 5.5.5 to 7.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (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 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 2 updates: [SemTiOne/chess-review-bot/action](https://github.com/semtione/chess-review-bot) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `SemTiOne/chess-review-bot/action` from 9105f183e0d0aafd5b4e964f6f535b10a08576f5 to afb226eb18c737a45c3193059aa864b88591fb92
- [Changelog](https://github.com/SemTiOne/chess-review-bot/blob/main/CHANGELOG.md)
- [Commits](SemTiOne/chess-review-bot@9105f18...afb226e)

Updates `codecov/codecov-action` from 5.5.5 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@0fb7174...fb8b358)

---
updated-dependencies:
- dependency-name: SemTiOne/chess-review-bot/action
  dependency-version: afb226eb18c737a45c3193059aa864b88591fb92
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Aug 31, 2026
@github-actions

Copy link
Copy Markdown

♟️ chess-review-bot — PR Game Review

Accuracy: 85.0/100 · 2 files · +2/-2 · 0 Blunder??

File Category Why
.github/workflows/pr-review.yml Excellent moderate change, no risk signals
.github/workflows/tests.yml Excellent moderate change, no risk signals

chess-review-bot scores diffs, not people. Run chessreview --format text locally for the full report.

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