Skip to content

Bump boto3 from 1.35.90 to 1.36.2 #704

Bump boto3 from 1.35.90 to 1.36.2

Bump boto3 from 1.35.90 to 1.36.2 #704

name: Static code analysis
on: push
jobs:
call-ruff-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.14.0
call-mypy-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.14.0
cfn-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scottbrenner/cfn-lint-action@v2
with:
command: cfn-lint --info --ignore-checks W3002 --template **/cloudformation.yaml
statelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: gem install statelint
- run: |
# replace DefinitionSubstitution placeholders with dummy URIs to suppress linter errors
sed -i 's/"Resource": "${.*}"/"Resource": "foo:bar"/' step-function/step-function.json
statelint step-function/step-function.json