Skip to content

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

: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 #514

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: Run Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@b4515bd4ad9d0aa4681960e053916ab991bdbe96 # v6.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
PYTHON_PYLINT_CONFIG_FILE: pyproject.toml