Skip to content

Bump boto3 from 1.34.17 to 1.34.28 #910

Bump boto3 from 1.34.17 to 1.34.28

Bump boto3 from 1.34.17 to 1.34.28 #910

Workflow file for this run

name: Static code analysis
on: push
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: make install
- run: make flake8
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: make install
- run: make cfn-lint