Skip to content

fix(linter/consistent_type_imports): Add missing help and notes to di… #8

fix(linter/consistent_type_imports): Add missing help and notes to di…

fix(linter/consistent_type_imports): Add missing help and notes to di… #8

Workflow file for this run

name: GitHub Actions Security Analysis
permissions: {}
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- ".github/workflows/**"
push:
branches:
- main
paths:
- ".github/workflows/**"
jobs:
zizmor:
name: zizmor
runs-on: ubuntu-slim
permissions:
security-events: write
steps:
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
- uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
with:
tool: zizmor
- name: Run zizmor
run: zizmor --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
with:
sarif_file: results.sarif
category: zizmor