Skip to content

Commit

Permalink
[StepSecurity] ci: Harden GitHub Actions (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
step-security-bot committed Oct 10, 2023
1 parent 470ee38 commit 882ff6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-undici-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ on:
- 'v*'
workflow_dispatch:

permissions:
contents: read

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 882ff6d

Please sign in to comment.