Skip to content

[Snyk] Upgrade @aws-sdk/client-s3 from 3.651.1 to 3.675.0 #3848

[Snyk] Upgrade @aws-sdk/client-s3 from 3.651.1 to 3.675.0

[Snyk] Upgrade @aws-sdk/client-s3 from 3.651.1 to 3.675.0 #3848

Workflow file for this run

name: Pre-commit
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
- name: Run pre-commit
uses: pre-commit/action@v2.0.2
with:
extra_args: --all-files