We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050dd6 commit 62ec202Copy full SHA for 62ec202
.github/workflows/precommit-validate.yml
@@ -51,7 +51,7 @@ jobs:
51
version: ${{ env.REGAL_VERSION }}
52
53
- name: Remove rh-pre-commit hook (requires VPN)
54
- uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
+ uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2
55
with:
56
cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml
57
0 commit comments