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 1ed334e commit 1caf8f1Copy full SHA for 1caf8f1
.github/workflows/super-linter.yml
@@ -52,7 +52,7 @@ jobs:
52
# Run Linter against code base #
53
################################
54
- name: Lint Code Base
55
- uses: super-linter/super-linter/slim@v6.0.0
+ uses: super-linter/super-linter/slim@v6.1.1
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
DEFAULT_BRANCH: main
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
---
2
repos:
3
- repo: https://github.com/zricethezav/gitleaks
4
- rev: v8.18.1
+ rev: v8.18.2
5
hooks:
6
- id: gitleaks
0 commit comments