Bump gitleaks/gitleaks from 8.20.0 to 8.21.0 (#11)

This commit is contained in:
Eugene 2024-10-15 11:39:35 +09:00 committed by GitHub
parent 5fd75da7db
commit 439b544eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: ["ubuntu", "macos"] os: ["ubuntu", "macos"]
version: ["latest", "11.1.0", "11.0.1", "11.0.0", "10.0.1", "10.0.0"] version: ["latest", "11.2.0", "11.1.0", "11.0.1", "11.0.0", "10.0.1"]
runs-on: ${{ matrix.os }}-latest runs-on: ${{ matrix.os }}-latest
steps: steps:
- name: Checkout ${{ github.repository }} - name: Checkout ${{ github.repository }}

View File

@ -22,7 +22,7 @@ repos:
- id: detect-secrets - id: detect-secrets
stages: ["commit", "push"] stages: ["commit", "push"]
- repo: https://github.com/gitleaks/gitleaks - repo: https://github.com/gitleaks/gitleaks
rev: v8.20.0 rev: v8.21.0
hooks: hooks:
- id: gitleaks - id: gitleaks
stages: ["commit", "push"] stages: ["commit", "push"]

View File

@ -24,7 +24,7 @@ action:
- uses: fabasoad/setup-mark-action@v1 - uses: fabasoad/setup-mark-action@v1
with: with:
# (Optional) mark version. Defaults to "latest". # (Optional) mark version. Defaults to "latest".
version: "11.1.0" version: "11.2.0"
``` ```
## Outputs ## Outputs