Skip to content

Update test.yml

Update test.yml #10

Workflow file for this run

name: CodeQL (Javascript) Test
on:
push:
jobs:
analyze:
name: Code Scanning - CodeQL
runs-on: ubuntu-latest
timeout-minutes: 25
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
steps:
- uses: hyperwallet/public-security-workflows/codeql@main
with:
language: javascript-typescript
build-mode: 'none'
timeout-minutes: 25
dependency-review:
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main

Check failure on line 26 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main" : failed to fetch workflow: workflow was not found.
with:
# Include any required inputs for the dependency-review workflow here
secrets: inherit