Skip to content

ci(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.3 #424

ci(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.3

ci(deps): bump github/codeql-action/analyze from 4.37.2 to 4.37.3 #424

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: MSDO
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
msdo:
name: MSDO
runs-on: windows-latest
permissions:
# Required to upload the SARIF file to the security tab
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 1
persist-credentials: false
- name: Run Microsoft Security DevOps scanner
id: scan
uses: microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1.12.0
- name: Upload MSDO scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
with:
sarif_file: ${{ steps.scan.outputs.sarifFile }}