Skip to content

build(deps): bump @microsoft/dev-tunnels-management from 1.3.50 to 1.3.55 #71

build(deps): bump @microsoft/dev-tunnels-management from 1.3.50 to 1.3.55

build(deps): bump @microsoft/dev-tunnels-management from 1.3.50 to 1.3.55 #71

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "41 5 * * 1"
workflow_dispatch:
permissions:
contents: read
pull-requests: read
concurrency:
group: secret-scan-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out full history
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Scan repository history
uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}