Skip to content

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.4 in the actions group across 1 directory #143

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.4 in the actions group across 1 directory

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.4 in the actions group across 1 directory #143

Workflow file for this run

name: gitleaks
on:
push:
branches: ["main"]
tags: ["v*"]
pull_request:
permissions: {}
jobs:
gitleaks:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
if: ${{ env.GITLEAKS_LICENSE != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}