File tree Expand file tree Collapse file tree 5 files changed +31
-0
lines changed
Expand file tree Collapse file tree 5 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 2020 name : Check PRs for merge conflicts
2121
2222 steps :
23+ - name : Check what permission are needed
24+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
25+ with :
26+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
27+
2328 - name : Check PRs for merge conflicts
2429 uses : eps1lon/actions-label-merge-conflict@v3
2530 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12+ - name : Check what permission are needed
13+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
14+ with :
15+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
16+
1217 - name : Checkout code
1318 uses : actions/checkout@v5
1419
Original file line number Diff line number Diff line change 2020 runs-on : " ubuntu-latest"
2121
2222 steps :
23+ - name : Check what permission are needed
24+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
25+ with :
26+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
27+
2328 - name : Checkout code
2429 uses : actions/checkout@v5
2530
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18+ - name : Check what permission are needed
19+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
20+ with :
21+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
22+
1823 - name : Checkout code
1924 uses : actions/checkout@v5
2025
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18+ runs-on : ubuntu-latest
19+ - name : Check what permission are needed
20+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
21+ with :
22+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
23+
1824 - name : Checkout code
1925 uses : actions/checkout@v5
2026
3743 runs-on : ubuntu-latest
3844
3945 steps :
46+ - name : Check what permission are needed
47+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
48+ with :
49+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
50+
4051 - name : Checkout code
4152 uses : actions/checkout@v5
4253
You can’t perform that action at this time.
0 commit comments