[Backport release-26.05] .github: disable npm ci audit (#559743)

This commit is contained in:
zowoq
2026-09-04 04:35:17 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ jobs:
ci/github-script
- name: Install dependencies
run: npm ci --package-lock-only=false @actions/artifact bottleneck
run: npm ci --package-lock-only=false --no-audit @actions/artifact bottleneck
working-directory: ci/github-script
# Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour.

View File

@@ -51,7 +51,7 @@ jobs:
ci/github-script
- name: Install dependencies
run: npm ci --package-lock-only=false bottleneck
run: npm ci --package-lock-only=false --no-audit bottleneck
working-directory: trusted/ci/github-script
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
@@ -153,7 +153,7 @@ jobs:
- name: Install dependencies to trusted/
run: |
npm ci --package-lock-only=false
npm ci --package-lock-only=false --no-audit
echo "$PWD/node_modules/.bin" >> "$GITHUB_PATH"
working-directory: nixpkgs/trusted/ci/github-script

View File

@@ -38,7 +38,7 @@ jobs:
maintainers/github-teams.json
- name: Install dependencies
run: npm ci --package-lock-only=false bottleneck
run: npm ci --package-lock-only=false --no-audit bottleneck
working-directory: ci/github-script
- name: Synchronise teams