mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-07-24 18:10:52 -03:00
Add CodeQL workflow
Add npm audit to the node workflow Remove stepsecurity action from workflows
This commit is contained in:
8
.github/workflows/node-release.yml
vendored
8
.github/workflows/node-release.yml
vendored
@@ -17,14 +17,6 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@v1
|
||||
with:
|
||||
allowed-endpoints:
|
||||
github.com:443
|
||||
npm.pkg.github.com:443
|
||||
registry.npmjs.org:443
|
||||
|
||||
- name: Checkout release
|
||||
if: github.event_name != 'workflow_dispatch'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user