Bump com.amazonaws:aws-java-sdk-kendra from 1.11.954 to 1.12.514 #608
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL Analysis with ATM (internal test)" | |
on: [push, pull_request] | |
jobs: | |
CodeQL-Build: | |
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest | |
runs-on: ubuntu-latest | |
permissions: | |
# required for all workflows | |
security-events: write | |
# only required for workflows in private repositories | |
actions: read | |
contents: read | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
# Initializes the CodeQL tools for scanning. | |
- name: Initialize CodeQL | |
uses: github/codeql-action/init@main | |
with: | |
languages: javascript | |
packs: codeql/[email protected] | |
tools: latest | |
debug: true | |
- name: Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@main |