Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.4.0 #105

build(deps-dev): bump eslint from 8.57.0 to 9.4.0

build(deps-dev): bump eslint from 8.57.0 to 9.4.0 #105

Workflow file for this run

name: 'CodeQL'
on:
push:
branches:
- main
paths-ignore:
- 'login-helper-extension/**'
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'login-helper-extension/**'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup-project
with:
DECRYPTION_SECRET: ${{ secrets.DECRYPTION_SECRET }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3