Skip to content

[JS] bump: (deps): Bump es5-ext from 0.10.62 to 0.10.63 in /js (#1339) #693

[JS] bump: (deps): Bump es5-ext from 0.10.62 to 0.10.63 in /js (#1339)

[JS] bump: (deps): Bump es5-ext from 0.10.62 to 0.10.63 in /js (#1339) #693

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: JS CodeQL
on:
push:
branches: ['main']
paths: ['js/**']
pull_request:
branches: ['main']
paths: ['js/**']
schedule:
- cron: '0 0 * * 1'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialize CodeQL
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
with:
category: "/language:javascript"