Skip to content

ci(deps): bump github/codeql-action from 4.31.2 to 4.31.9 #124

ci(deps): bump github/codeql-action from 4.31.2 to 4.31.9

ci(deps): bump github/codeql-action from 4.31.2 to 4.31.9 #124

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
with:
sarif_file: ${{ steps.scan.outputs.sarifFile }}