Skip to content

Update test.yml

Update test.yml #6

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- master
- support/SDK-V3
- feature/**
- bugfix/**
- dependabot/**
- feature/security-workflows
# will skip CodeQL for changes in the following paths (docs, tests, etc)
push:
branches:
- master
- support/SDK-V3
- feature/**
- bugfix/**
- dependabot/**
- feature/security-workflows
workflow_dispatch:
jobs:
codeql-javascript:
uses: hyperwallet/public-security-workflows/.github/workflows/codeql-javascript.yml@main
with:
# optional input for longer-running builds
timeout-minutes: 25