Skip to content

Commit fcd4b24

Browse files
committed
Pin astral-sh/ruff-action to a specific commit
The GitHub docs recommend pinning third-party actions to specific commits for security hardening purposes.
1 parent 87fb96d commit fcd4b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: astral-sh/ruff-action@v3
8+
- uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3.2.2

0 commit comments

Comments
 (0)