File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 77
88permissions : {}
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 vsce :
1216 name : VS Code Marketplace
Original file line number Diff line number Diff line change 2020 lint :
2121 name : Lint
2222 permissions :
23- security-events : write
24- actions : read
25- contents : read
23+ security-events : write # Required for codeql-action/upload-sarif to upload SARIF files.
24+ contents : read # Needed to clone the repo.
25+ actions : read # Needed for codeql-action/upload-sarif to read workflow run info.
2626 uses : johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@trunk
Original file line number Diff line number Diff line change 88
99permissions : {}
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 test :
1317 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1923 steps :
2024 - name : Checkout repository
2125 uses : actions/checkout@v4
26+ with :
27+ persist-credentials : false
2228
2329 - name : setup node
2430 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments