File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
19
19
group : ${{ github.workflow }}-${{ github.ref }}
20
20
cancel-in-progress : true
21
21
22
+ permissions : {}
23
+
22
24
jobs :
23
25
check-changesets :
24
26
name : 📝 Check changesets
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ concurrency:
10
10
group : ${{ github.workflow }}-${{ github.ref }}
11
11
cancel-in-progress : true
12
12
13
+ permissions : {}
14
+
13
15
jobs :
14
16
check-create-redwood-app :
15
17
name : Check create redwood app
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ concurrency:
10
10
group : ${{ github.workflow }}-${{ github.ref }}
11
11
cancel-in-progress : true
12
12
13
+ permissions : {}
14
+
13
15
jobs :
14
16
detect-changes :
15
17
if : github.repository == 'redwoodjs/redwood'
39
41
if : needs.detect-changes.outputs.code == 'true'
40
42
name : Check test project fixture
41
43
runs-on : ubuntu-latest
44
+ permissions :
45
+ actions : write
42
46
steps :
43
47
- uses : actions/checkout@v4
44
48
Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ concurrency:
26
26
group : ${{ github.workflow }}-${{ github.ref }}
27
27
cancel-in-progress : true
28
28
29
- permissions :
30
- security-events : write
29
+ permissions : {}
31
30
32
31
jobs :
33
32
analyze :
34
33
name : 🔬 Analyze
35
34
runs-on : ubuntu-latest
35
+ permissions :
36
+ security-events : write
36
37
37
38
strategy :
38
39
fail-fast : false
You can’t perform that action at this time.
0 commit comments