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 ebd7d62 commit 1fdd2acCopy full SHA for 1fdd2ac
.github/workflows/super-linter.yml
@@ -54,7 +54,7 @@ jobs:
54
# Run Linter against code base #
55
################################
56
- name: Lint Code Base
57
- uses: super-linter/super-linter/slim@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
+ uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
DEFAULT_BRANCH: main
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
---
2
repos:
3
- repo: https://github.com/zricethezav/gitleaks
4
- rev: v8.25.1
+ rev: v8.27.2
5
hooks:
6
- id: gitleaks
0 commit comments