Skip to content

Update test.yml

Update test.yml #4

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
# required to fetch internal or private CodeQL packs
packages: read
# only required for workflows in private repositories
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