Skip to content

[Snyk] Upgrade @aws-sdk/client-cognito-identity-provider from 3.523.0 to 3.525.0 #2128

[Snyk] Upgrade @aws-sdk/client-cognito-identity-provider from 3.523.0 to 3.525.0

[Snyk] Upgrade @aws-sdk/client-cognito-identity-provider from 3.523.0 to 3.525.0 #2128

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- master
- val
- prod
pull_request:
branches:
- master
- val
- prod
schedule:
- cron: "00 4 * * 1"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2