mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
maint: add explanatory comment for permission
This commit is contained in:
6
.github/workflows/zizmor.yml
vendored
6
.github/workflows/zizmor.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
|||||||
name: Run zizmor 🌈
|
name: Run zizmor 🌈
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
security-events: write
|
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
|
||||||
# contents: read # only needed for private repos
|
# contents: read # Only needed for private repos. Needed to clone the repo.
|
||||||
# actions: read # only needed for private repos
|
# actions: read # Only needed for private repos. Needed for upload-sarif to read workflow run info.
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user