Skip to content

Bump boto3 from 1.28.72 to 1.28.74 #812

Bump boto3 from 1.28.72 to 1.28.74

Bump boto3 from 1.28.72 to 1.28.74 #812

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@v4
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@v4
with:
python-version: 3.9
- run: make install
- run: make cfn-lint