We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b04934 commit 292d4b6Copy full SHA for 292d4b6
1 file changed
.github/workflows/precommit-validate.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: 3.x
19
20
- name: Remove rh-pre-commit hook (requires VPN)
21
- uses: mikefarah/yq@5a7e72a743649b1b3a47d1a1d8214f3453173c51 # v4.52.4
+ uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5
22
with:
23
cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml
24
0 commit comments