File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " daily"
7+ cooldown :
8+ default-days : 2
79 labels :
810 - " kind/dependencies"
911 - " bot"
1012 - package-ecosystem : " npm"
1113 directory : " /"
1214 schedule :
1315 interval : " daily"
16+ cooldown :
17+ default-days : 2
1418 versioning-strategy : " increase"
1519 allow :
1620 - dependency-type : " production"
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ concurrency:
44 group : ${{ github.workflow }}-${{ github.ref }}
55 cancel-in-progress : true
66
7- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87permissions :
98 contents : read
109
2524 steps :
2625 -
2726 name : Checkout
28- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2928 -
3029 name : Labeler (test)
3130 uses : ./
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ concurrency:
44 group : ${{ github.workflow }}-${{ github.ref }}
55 cancel-in-progress : true
66
7- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87permissions :
98 contents : read
109
@@ -24,16 +23,14 @@ jobs:
2423 labeler :
2524 runs-on : ubuntu-latest
2625 permissions :
27- # same as global permissions
28- contents : read
29- # required to update labels
30- issues : write
26+ contents : read # same as global permissions
27+ issues : write # required to update labels
3128 steps :
3229 -
3330 name : Checkout
34- uses : actions/checkout@v6
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3532 -
3633 name : Run Labeler
37- uses : crazy-max/ghaction-github-labeler@v5
34+ uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
3835 with :
3936 dry-run : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ concurrency:
44 group : ${{ github.workflow }}-${{ github.ref }}
55 cancel-in-progress : true
66
7- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87permissions :
98 contents : read
109
@@ -21,18 +20,18 @@ jobs:
2120 steps :
2221 -
2322 name : Checkout
24- uses : actions/checkout@v6
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2524 -
2625 name : Test
27- uses : docker/bake-action@v6
26+ uses : docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
2827 with :
2928 source : .
3029 targets : test
3130 env :
3231 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3332 -
3433 name : Upload coverage
35- uses : codecov/codecov-action@v5
34+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
3635 with :
3736 files : ./coverage/clover.xml
3837 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ concurrency:
44 group : ${{ github.workflow }}-${{ github.ref }}
55 cancel-in-progress : true
66
7- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87permissions :
98 contents : read
109
@@ -23,11 +22,11 @@ jobs:
2322 steps :
2423 -
2524 name : Checkout
26- uses : actions/checkout@v6
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2726 -
2827 name : List targets
2928 id : generate
30- uses : docker/bake-action/subaction/list-targets@v6
29+ uses : docker/bake-action/subaction/list-targets@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
3130 with :
3231 target : validate
3332
4241 steps :
4342 -
4443 name : Validate
45- uses : docker/bake-action@v6
44+ uses : docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
4645 with :
4746 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 1+ name : zizmor
2+
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
6+
7+ permissions :
8+ contents : read
9+
10+ on :
11+ workflow_dispatch :
12+ push :
13+ branches :
14+ - ' master'
15+ - ' releases/v*'
16+ pull_request :
17+
18+ jobs :
19+ run :
20+ uses : crazy-max/.github/.github/workflows/zizmor.yml@bbd31df64ee0f097a02f12495f541f9236f18c46 # v1.2.0
21+ permissions :
22+ contents : read
23+ security-events : write
24+ with :
25+ min-severity : medium
26+ min-confidence : medium
27+ persona : pedantic
Original file line number Diff line number Diff line change 1+ # https://docs.zizmor.sh/configuration/
2+ rules :
3+ secrets-outside-env :
4+ disable : true
You can’t perform that action at this time.
0 commit comments