Skip to content

chore(deps): bump the npm group with 62 updates #401

chore(deps): bump the npm group with 62 updates

chore(deps): bump the npm group with 62 updates #401

Workflow file for this run

name: Microsoft Security DevOps
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "23 9 * * *" # Every day at 9:23 AM UTC
permissions:
security-events: write
concurrency:
group: msdo-${{ github.ref }}
cancel-in-progress: false
jobs:
msdo:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Run Microsoft Security DevOps
uses: microsoft/security-devops-action@d0736c546281e0632667b8e0046ae3d7bba0bf67 # latest
id: msdo
- name: Upload results to Security tab
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}