Skip to content

Bump axios from 1.7.3 to 1.7.4 in /lambda (#694) #674

Bump axios from 1.7.3 to 1.7.4 in /lambda (#694)

Bump axios from 1.7.3 to 1.7.4 in /lambda (#694) #674

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
permissions:
contents: read
jobs:
codeql:
name: Code Scanning
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3