Skip to content

:dependabot: pip(deps): Bump the boto group across 1 directory with 2 updates #548

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

:dependabot: pip(deps): Bump the boto group across 1 directory with 2 updates #548

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
category: "language:${{ matrix.language }}"