File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# the `language` matrix defined below to confirm you have the correct set of
1111# supported CodeQL languages.
1212#
13+ # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
14+ # updates do not pile up queued runs against the shared account-wide
15+ # Actions concurrency pool. Applied only to read-only check workflows
16+ # (no publish/mutation), so cancelling a superseded run is always safe.
17+ concurrency :
18+ group : ${{ github.workflow }}-${{ github.ref }}
19+ cancel-in-progress : true
20+
1321permissions :
1422 contents : read
1523
Original file line number Diff line number Diff line change 1818 pull_request :
1919 workflow_dispatch :
2020
21+ # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
22+ # updates do not pile up queued runs against the shared account-wide
23+ # Actions concurrency pool. Applied only to read-only check workflows
24+ # (no publish/mutation), so cancelling a superseded run is always safe.
25+ concurrency :
26+ group : ${{ github.workflow }}-${{ github.ref }}
27+ cancel-in-progress : true
28+
2129permissions :
2230 contents : read
2331
Original file line number Diff line number Diff line change 99 - cron : ' 0 6 * * 1' # Weekly on Monday
1010 workflow_dispatch :
1111
12+ # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
13+ # updates do not pile up queued runs against the shared account-wide
14+ # Actions concurrency pool. Applied only to read-only check workflows
15+ # (no publish/mutation), so cancelling a superseded run is always safe.
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : true
19+
1220permissions :
1321 contents : read
1422
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : ' 0 4 * * 0'
88
9+ # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
10+ # updates do not pile up queued runs against the shared account-wide
11+ # Actions concurrency pool. Applied only to read-only check workflows
12+ # (no publish/mutation), so cancelling a superseded run is always safe.
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.ref }}
15+ cancel-in-progress : true
16+
917permissions :
1018 contents : read
1119
Original file line number Diff line number Diff line change 77 push :
88 branches : [main]
99
10+ # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
11+ # updates do not pile up queued runs against the shared account-wide
12+ # Actions concurrency pool. Applied only to read-only check workflows
13+ # (no publish/mutation), so cancelling a superseded run is always safe.
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1018permissions :
1119 contents : read
1220
You can’t perform that action at this time.
0 commit comments