We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05361e5 commit 3e5dea7Copy full SHA for 3e5dea7
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@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
+ uses: mikefarah/yq@2be0094729a1006f61e8339ce9934bfb3cbb549f # v4.52.2
22
with:
23
cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml
24
0 commit comments