Skip to content

:dependabot: pip(deps): Bump the boto group with 2 updates #87

:dependabot: pip(deps): Bump the boto group with 2 updates

:dependabot: pip(deps): Bump the boto group with 2 updates #87

Workflow file for this run

---
name: CodeQL Analysis
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: {}
jobs:
codeql-analysis:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["python"]
steps:
- name: Checkout
id: checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
with:
category: "language:${{ matrix.language }}"