We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968bd9a commit bdd06adCopy full SHA for bdd06ad
2 files changed
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
hooks:
22
- id: detect-secrets
23
- repo: https://github.com/gitleaks/gitleaks
24
- rev: v8.30.0
+ rev: v8.30.1
25
26
- id: gitleaks
27
- repo: https://github.com/fabasoad/pre-commit-grype
src/install-cobc.sh
@@ -36,9 +36,7 @@ main() {
36
&& ./configure --prefix=/usr \
37
&& sudo make \
38
&& sudo make install \
39
- && sudo ldconfig \
40
- && cd /tmp/ \
41
- && sudo rm -rf ./*
+ && sudo ldconfig
42
sudo apt-get -y --purge autoremove
43
44
echo "/home/cobol" >> "$GITHUB_PATH"
0 commit comments