Skip to content

Commit 18213c9

Browse files
ci(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...9c091bb) Updates `reviewdog/action-suggester` from 1.24.0 to 1.24.3 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](reviewdog/action-suggester@aa38384...2558ba1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: reviewdog/action-suggester dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bfa288 commit 18213c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
pull-requests: write
155155
steps:
156156
- name: Checkout PR head
157-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
157+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
158158
with:
159159
ref: ${{ github.event.pull_request.head.sha }}
160160
# No token here — formatter does not need write access; this prevents
@@ -171,7 +171,7 @@ jobs:
171171
run: make format-fix
172172

173173
- name: Post review suggestions
174-
uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # v1.24.0
174+
uses: reviewdog/action-suggester@2558ba17e65a9039e73764a73009fc05fef28a46 # v1.24.3
175175
with:
176176
tool_name: ruff
177177
level: warning

0 commit comments

Comments
 (0)