File tree Expand file tree Collapse file tree 10 files changed +34
-4
lines changed Expand file tree Collapse file tree 10 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 9494 php-version : ${{ fromJson(inputs.php-version) }}
9595
9696 steps :
97+ - name : Monitor action permissions.
98+ if : runner.os != 'Windows'
99+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
100+
97101 - name : Checkout.
98102 uses : actions/checkout@v5
99103
Original file line number Diff line number Diff line change 7777 php-version : ${{ fromJson(inputs.php-version) }}
7878
7979 steps :
80+ - name : Monitor action permissions.
81+ if : runner.os != 'Windows'
82+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
83+
8084 - name : Checkout.
8185 uses : actions/checkout@v5
8286
Original file line number Diff line number Diff line change 7777 php-version : ${{ fromJson(inputs.php-version) }}
7878
7979 steps :
80+ - name : Monitor action permissions.
81+ if : runner.os != 'Windows'
82+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
83+
8084 - name : Checkout.
8185 uses : actions/checkout@v5
8286
Original file line number Diff line number Diff line change @@ -124,6 +124,10 @@ jobs:
124124 php-version : ${{ fromJson(inputs.php-version) }}
125125
126126 steps :
127+ - name : Monitor action permissions.
128+ if : runner.os != 'Windows'
129+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
130+
127131 - name : Checkout.
128132 uses : actions/checkout@v5
129133
Original file line number Diff line number Diff line change @@ -8,9 +8,5 @@ name: linter
88jobs :
99 linter :
1010 uses : php-forge/actions/.github/workflows/super-linter.yml@main
11- permissions :
12- checks : write
13- contents : read
14- statuses : write
1511 secrets :
1612 AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8787 php-version : ${{ fromJson(inputs.php-version) }}
8888
8989 steps :
90+ - name : Monitor action permissions.
91+ if : runner.os != 'Windows'
92+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
93+
9094 - name : Checkout.
9195 uses : actions/checkout@v5
9296
Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ jobs:
175175 --health-retries=${{ inputs.database-health-retries }}
176176
177177 steps :
178+ - name : Monitor action permissions.
179+ if : runner.os != 'Windows'
180+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
181+
178182 - name : Checkout.
179183 uses : actions/checkout@v5
180184
Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ jobs:
125125 php-version : ${{ fromJson(inputs.php-version) }}
126126
127127 steps :
128+ - name : Monitor action permissions.
129+ if : runner.os != 'Windows'
130+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
131+
128132 - name : Checkout.
129133 uses : actions/checkout@v5
130134
Original file line number Diff line number Diff line change 9696 runs-on : ${{ fromJSON(inputs.os) }}
9797
9898 steps :
99+ - name : Monitor action permissions.
100+ if : runner.os != 'Windows'
101+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
102+
99103 - name : Checkout.
100104 uses : actions/checkout@v5
101105 with :
Original file line number Diff line number Diff line change 22
33## v2.0.3 Under development
44
5+ - Enh #65 : Add action permission monitoring to multiple workflows (@terabytesoftw )
6+
57## v2.0.2 September 25, 2025
68
79- Bug #64 : Add validation input options for ` super-linter.yml ` actions (@terabytesoftw )
You can’t perform that action at this time.
0 commit comments