Commit 01d7f1f 1 parent 83bf9dc commit 01d7f1f Copy full SHA for 01d7f1f
File tree 4 files changed +21
-1
lines changed
4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
name : Brakeman Scan
5
5
6
+ concurrency :
7
+ group : brakeman-${{ github.ref_name }}
8
+ cancel-in-progress : ${{ github.ref_name != 'main' }}
9
+
10
+ permissions :
11
+ contents : read
12
+
6
13
on :
7
14
push :
8
15
branches :
Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ name: Lint
2
2
3
3
on : [pull_request]
4
4
5
+ concurrency :
6
+ group : lint-${{ github.ref_name }}
7
+ cancel-in-progress : ${{ github.ref_name != 'main' }}
8
+
9
+ permissions :
10
+ contents : read
11
+
5
12
jobs :
6
13
Standard :
7
14
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 4
4
schedule :
5
5
- cron : " 0 0 * * *"
6
6
7
+ permissions :
8
+ pull-requests : write
9
+ issues : write
10
+
7
11
jobs :
8
12
stale :
9
13
runs-on : ubuntu-22.04
10
-
11
14
steps :
12
15
- uses : actions/stale@v5
13
16
with :
Original file line number Diff line number Diff line change 6
6
- 7.0-stable
7
7
pull_request :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
RSpec :
11
14
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments