Skip to content

fix: avoid misleading journalctl warning in logs on first boot #791

fix: avoid misleading journalctl warning in logs on first boot

fix: avoid misleading journalctl warning in logs on first boot #791

Workflow file for this run

name: Code analysis
on:
push:
pull_request:
schedule:
- cron: '19 20 * * 6'
permissions: read-all
jobs:
analysis_devskim:
name: DevSkim
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@4b5047945a44163b94642a1cecc0d93a3f428cc6 # v1
with:
ignore-globs: '**/examples/**'
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
with:
sarif_file: devskim-results.sarif