Skip to content

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.0 to 9.0.14 #29

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.0 to 9.0.14

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.0 to 9.0.14 #29

Workflow file for this run

name: Secret Scanning
on:
push:
branches: [main]
pull_request:
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}