Skip to content

Bump eslint from 8.44.0 to 8.46.0 in /lambda (#592) #433

Bump eslint from 8.44.0 to 8.46.0 in /lambda (#592)

Bump eslint from 8.44.0 to 8.46.0 in /lambda (#592) #433

Workflow file for this run

name: Security
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '42 1 1 * *' # Every first day of the month at 1:42
jobs:
codeql:
name: Code Scanning
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2