File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ on: [push, pull_request]
33jobs :
44 compile :
55 name : Compile
6- uses : emacscollective/workflows/.github/workflows/compile.yml@main
6+ uses : | # zizmor: ignore[unpinned-uses] same maintainer as this repo
7+ emacscollective/workflows/.github/workflows/compile.yml@main
8+ permissions : {}
Original file line number Diff line number Diff line change 66jobs :
77 manual :
88 name : Manual
9- uses : emacscollective/workflows/.github/workflows/manual.yml@main
9+ uses : | # zizmor: ignore[unpinned-uses] same maintainer as this repo
10+ emacscollective/workflows/.github/workflows/manual.yml@main
11+ permissions : {}
1012 secrets :
1113 rclone_config : ${{ secrets.RCLONE_CONFIG }}
Original file line number Diff line number Diff line change 77jobs :
88 stats :
99 name : Statistics
10- uses : emacscollective/workflows/.github/workflows/stats.yml@main
10+ uses : | # zizmor: ignore[unpinned-uses] same maintainer as this repo
11+ emacscollective/workflows/.github/workflows/stats.yml@main
12+ permissions : {}
1113 secrets :
1214 rclone_config : ${{ secrets.RCLONE_CONFIG }}
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ on: [push, pull_request]
33jobs :
44 test :
55 name : Test
6- uses : emacscollective/workflows/.github/workflows/test.yml@main
6+ uses : | # zizmor: ignore[unpinned-uses] same maintainer as this repo
7+ emacscollective/workflows/.github/workflows/test.yml@main
8+ permissions : {}
You can’t perform that action at this time.
0 commit comments