Skip to content

Merge pull request #957 from dorssel/fix_publish #430

Merge pull request #957 from dorssel/fix_publish

Merge pull request #957 from dorssel/fix_publish #430

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Frans van Dorsselaer
#
# SPDX-License-Identifier: GPL-3.0-only
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# 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: [master]
pull_request:
branches: [master]
schedule:
- cron: '32 16 * * 4'
permissions: read-all
jobs:
lint:
name: DevSkim
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: devskim-results.sarif