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.
1 parent b8beeae commit 4fe8fa9Copy full SHA for 4fe8fa9
.github/workflows/pr-verify.yaml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36
- - uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3
+ - uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
37
with:
38
args: "format --check --diff"
39
src: ./src
0 commit comments