File tree 6 files changed +16
-1
lines changed
6 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main, release-*]
5
5
pull_request :
6
+ permissions : read-all
6
7
env :
7
8
DOTNET_NOLOGO : true
8
9
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
Original file line number Diff line number Diff line change 20
20
schedule :
21
21
- cron : ' 43 4 * * 0'
22
22
23
+ permissions : read-all
24
+
23
25
jobs :
24
26
analyze :
25
27
name : Analyze
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main, release-*]
5
5
pull_request :
6
+ permissions : read-all
6
7
jobs :
7
8
infer-sharp :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main, release-*]
5
5
pull_request :
6
+ permissions : read-all
6
7
jobs :
7
8
lint :
8
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : read
12
+ packages : read
13
+ statuses : write
9
14
steps :
10
15
- uses : actions/checkout@v4.1.1
11
- - uses : github/super-linter@v5.0.0
16
+ with :
17
+ fetch-depth : 0
18
+ filter : tree:0
19
+ - uses : super-linter/super-linter@v6.3.0
12
20
env :
21
+ DEFAULT_BRANCH : main
13
22
FILTER_REGEX_EXCLUDE : \bcodeql-analysis\.yml$|\bLICENSE$|\bversions\.txt$
14
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
24
VALIDATE_SHELL_SHFMT : false
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: release
2
2
on :
3
3
push :
4
4
tags : ["*.*.*"]
5
+ permissions : read-all
5
6
env :
6
7
DOTNET_NOLOGO : true
7
8
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main, release-*]
5
5
pull_request :
6
+ permissions : read-all
6
7
jobs :
7
8
spell-check :
8
9
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments