Skip to content

ci(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1 #107

ci(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1

ci(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1 #107

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
with:
sarif_file: ${{ steps.scan.outputs.sarifFile }}