Skip to content

Bump boto3 from 1.43.1 to 1.43.7 (#201) #205

Bump boto3 from 1.43.1 to 1.43.7 (#201)

Bump boto3 from 1.43.1 to 1.43.7 (#201) #205

Workflow file for this run

name: codeql
on:
push:
branches:
- main
paths:
- "*.py"
- "Pipfile*"
- ".github/workflows/**/*.yml"
schedule:
- cron: "0 21 * * 0"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["python", "actions"]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5