Skip to content

deps: Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0 #1403

deps: Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0

deps: Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0 #1403

Workflow file for this run

name: Gitleaks (PR/Push)
on:
pull_request:
branches: [ main, develop ]
push:
branches: [ main ]
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: detect --no-banner --redact --source . --verbose