Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Update action versions in devskim workflow #46

Update action versions in devskim workflow

Update action versions in devskim workflow #46

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" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '25 21 * * 4'
permissions:
contents: read
security-events: write
jobs:
lint:
name: DevSkim
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@4b5047945a44163b94642a1cecc0d93a3f428cc6 # v1.0.16
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.31.8
with:
sarif_file: devskim-results.sarif