mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-13 19:31:15 +00:00
31 lines
671 B
YAML
31 lines
671 B
YAML
name: GitHub Actions Security Analysis with zizmor 🌈
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
- stable
|
|
pull_request:
|
|
branches:
|
|
- develop
|
|
- stable
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
zizmor:
|
|
name: Run zizmor 🌈
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
security-events: write
|
|
# contents: read # only needed for private repos
|
|
# actions: read # only needed for private repos
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v6.0.0
|
|
with:
|
|
persist-credentials: false
|
|
|
|
- name: Run zizmor 🌈
|
|
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
|