Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Dec 6, 2021
1 parent c792131 commit 9685ee8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@v0.4.0
- uses: step-security/harden-runner@v1
with:
allowed-endpoints:
github.com:443
Expand All @@ -26,12 +26,9 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@v0.4.0
- uses: step-security/harden-runner@v1
with:
allowed-endpoints:
github.com:443
nodejs.org:443
registry.npmjs.org:443
egress-policy: audit
- uses: actions/checkout@v2
- uses: ljharb/actions/node/install@main
name: 'nvm install ${{ matrix.node-version }} && npm install'
Expand All @@ -44,7 +41,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@v0.4.0
- uses: step-security/harden-runner@v1
with:
allowed-endpoints:
github.com:443
Expand All @@ -62,7 +59,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@v0.4.0
- uses: step-security/harden-runner@v1
with:
allowed-endpoints:
github.com:443
Expand Down

0 comments on commit 9685ee8

Please sign in to comment.