Skip to content

πŸ”€ #3260 from LSS-Manager/renovate/eslint-plugin-jsdoc-50.x #6280

πŸ”€ #3260 from LSS-Manager/renovate/eslint-plugin-jsdoc-50.x

πŸ”€ #3260 from LSS-Manager/renovate/eslint-plugin-jsdoc-50.x #6280

Workflow file for this run

name: '[πŸ›‘οΈ] CodeQL'
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
schedule:
- cron: '54 14 * * *' # 14:54 UTC because it is parseInt('LSSM', 29) deca-seconds after midnight
jobs:
analyze:
name: '[πŸ›‘οΈ] CodeQL Analyzing'
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: '[πŸ“₯] Checkout repository'
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: '[βš™οΈ] Initialize CodeQL'
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: '[πŸ›‘οΈ] Perform CodeQL Analysis'
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{matrix.language}}'