File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - cron : ' 0 16 * * 1-5'
55 workflow_dispatch :
66
7+ permissions : {}
78jobs :
89 update_licenseDB :
910 name : Daily LicenseDB Update
@@ -14,10 +15,12 @@ jobs:
1415 shell : bash
1516
1617 steps :
17- - uses : actions/checkout@v3
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19+ with :
20+ persist-credentials : false
1821
1922 - name : Set up Python
20- uses : actions/setup-python@v4
23+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2124 with :
2225 python-version : 3.12
2326
Original file line number Diff line number Diff line change 1+ name : GitHub Actions Security Analysis with zizmor 🌈
2+
3+ on :
4+ push :
5+ branches : ["main"]
6+ pull_request :
7+ branches : ["**"]
8+
9+ permissions : {}
10+
11+ jobs :
12+ zizmor :
13+ name : Run zizmor 🌈
14+ runs-on : ubuntu-latest
15+ permissions :
16+ security-events : write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
17+ steps :
18+ - name : Checkout repository
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ with :
21+ persist-credentials : false
22+
23+ - name : Run zizmor 🌈
24+ uses : zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
You can’t perform that action at this time.
0 commit comments