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 70586b0 commit 1332498Copy full SHA for 1332498
.github/workflows/super-linter.yml
@@ -53,7 +53,7 @@ jobs:
53
# Run Linter against code base #
54
################################
55
- name: Lint Code Base
56
- uses: github/super-linter/slim@v4.9.7
+ uses: github/super-linter/slim@v4.10.0
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
LINTER_RULES_PATH: .
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
---
2
repos:
3
- repo: https://github.com/zricethezav/gitleaks
4
- rev: v8.13.0
+ rev: v8.15.2
5
hooks:
6
- id: gitleaks
0 commit comments