File tree Expand file tree Collapse file tree 6 files changed +26
-1
lines changed
Expand file tree Collapse file tree 6 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1717 find-nightly :
1818 name : Find Nightly Release
1919 runs-on : ubuntu-latest
20+ permissions :
21+ contents : read
2022 outputs :
2123 url : ${{ steps.get-url.outputs.nightly-url }}
2224 steps :
3335 set-matrix :
3436 name : Set Matrix for cli-test
3537 runs-on : ubuntu-latest
38+ permissions :
39+ contents : read
3640 steps :
3741 - name : Checkout
3842 uses : actions/checkout@v4
4751 runs-on : ${{ matrix.os }}
4852 needs : [find-nightly, set-matrix]
4953 timeout-minutes : 30
54+ permissions :
55+ contents : read
5056 strategy :
5157 matrix :
5258 os : [ubuntu-latest, windows-latest]
Original file line number Diff line number Diff line change 1111jobs :
1212 codeql :
1313 runs-on : ubuntu-latest
14+ strategy :
15+ matrix :
16+ language :
17+ - javascript
18+ - actions
19+ fail-fast : false
1420
1521 permissions :
1622 contents : read
2430 - name : Initialize CodeQL
2531 uses : github/codeql-action/init@main
2632 with :
27- languages : javascript
33+ languages : ${{ matrix.language }}
2834 config-file : ./.github/codeql/codeql-config.yml
2935 tools : latest
3036
Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [main]
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 e2e-test :
1013 name : E2E Test
Original file line number Diff line number Diff line change 33 issues :
44 types : [opened]
55
6+ permissions :
7+ issues : write
8+
69jobs :
710 label :
811 name : Label issue
Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 build :
1215 name : Build
Original file line number Diff line number Diff line change 1616 build :
1717 name : Release
1818 runs-on : ubuntu-latest
19+ permissions :
20+ contents : read
1921 steps :
2022 - name : Checkout
2123 uses : actions/checkout@v4
@@ -156,6 +158,8 @@ jobs:
156158 needs : build
157159 environment : publish-open-vsx
158160 runs-on : ubuntu-latest
161+ permissions :
162+ contents : read
159163 env :
160164 OPEN_VSX_TOKEN : ${{ secrets.OPEN_VSX_TOKEN }}
161165 steps :
You can’t perform that action at this time.
0 commit comments