We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7985b3f + db8b762 commit 775c468Copy full SHA for 775c468
1 file changed
.github/workflows/ci-quality.yml
@@ -154,7 +154,7 @@ jobs:
154
pull-requests: write
155
steps:
156
- name: Checkout PR head
157
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
158
with:
159
ref: ${{ github.event.pull_request.head.sha }}
160
# No token here — formatter does not need write access; this prevents
@@ -171,7 +171,7 @@ jobs:
171
run: make format-fix
172
173
- name: Post review suggestions
174
- uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # v1.24.0
+ uses: reviewdog/action-suggester@2558ba17e65a9039e73764a73009fc05fef28a46 # v1.24.3
175
176
tool_name: ruff
177
level: warning
0 commit comments