Skip to content

Bump Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0 #14

Bump Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0

Bump Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0 #14

Workflow file for this run

# Secret scanning — the review flagged that a repo which commits a known key
# (dev-secret-123, now removed) had no scanner at all. gitleaks runs on every
# push and PR; a real credential added to a diff fails the check.
name: secret scan
on:
push:
pull_request:
workflow_dispatch:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}