mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Define permissions in workflows and update actions
This commit is contained in:
parent
c94e1c45ff
commit
19e58d8525
10 changed files with 41 additions and 56 deletions
5
.github/workflows/check-dist.yml
vendored
5
.github/workflows/check-dist.yml
vendored
|
|
@ -13,12 +13,15 @@ on:
|
|||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check-dist:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: ./.github/actions/install-dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue