Skip to content

Bump @aws-sdk/client-s3 from 3.645.0 to 3.649.0 #89

Bump @aws-sdk/client-s3 from 3.645.0 to 3.649.0

Bump @aws-sdk/client-s3 from 3.645.0 to 3.649.0 #89

Workflow file for this run

name: codeql
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
# with:
# config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3