Skip to content

chore(deps): Update Golang to version 1.23.1 #116

chore(deps): Update Golang to version 1.23.1

chore(deps): Update Golang to version 1.23.1 #116

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6
if: ${{ env.GITLEAKS_LICENSE != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}