Skip to content

Improve ordinal and clock notation hot paths #666

Improve ordinal and clock notation hot paths

Improve ordinal and clock notation hot paths #666

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: DevSkim
on:
push:
branches:
- main
- 'rel/**'
pull_request:
branches:
- main
- 'rel/**'
schedule:
- cron: '23 9 * * 2'
jobs:
lint:
name: DevSkim
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
with:
ignore-globs: "**/.git/**,**/bin/**,**/obj/**,**/nuget.config,.flow/**"
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: devskim-results.sarif