Skip to content

chore(deps): update gitleaks/gitleaks-action action to v2.3.7 #330

chore(deps): update gitleaks/gitleaks-action action to v2.3.7

chore(deps): update gitleaks/gitleaks-action action to v2.3.7 #330

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Setup
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build
uses: ./.github/actions/ci/build
with:
go_version-file: go.mod
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run Linter
uses: ./.github/actions/ci/lint
with:
go_version-file: go.mod
leaks:
name: Check Leaks
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Check Leaks
uses: ./.github/actions/ci/leaks
with:
gitleaks_license: ${{ secrets.GITLEAKS_LICENSE }}