We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e35e9b commit af8b703Copy full SHA for af8b703
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@796317b885ae219215caa36e9bdacc87c9962c15 # v4.48.2
+ uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
22
with:
23
cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml
24
0 commit comments