Skip to content

chore(deps): bump @aws-amplify/ui-react from 6.1.12 to 6.1.13 #13

chore(deps): bump @aws-amplify/ui-react from 6.1.12 to 6.1.13

chore(deps): bump @aws-amplify/ui-react from 6.1.12 to 6.1.13 #13

Workflow file for this run

name: 'CodeQL'
on:
pull_request:
types: [opened, synchronize]
jobs:
CodeQL-Build:
name: CodeQL Build
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
# Minimal depth 2 so we can checkout the commit before possible merge commit.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: '/language:${{matrix.language}}'