Skip to content

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

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

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

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
with:
category: "language:${{ matrix.language }}"