Skip to content

[Snyk] Upgrade @aws-sdk/client-s3 from 3.556.0 to 3.565.0 #878

[Snyk] Upgrade @aws-sdk/client-s3 from 3.556.0 to 3.565.0

[Snyk] Upgrade @aws-sdk/client-s3 from 3.556.0 to 3.565.0 #878

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs:
main:
name: Continuous Integration (CI)
runs-on: ubuntu-latest
permissions:
contents: 'read'
actions: 'read'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'master'
- run: npm ci
- run: npx nx format:check
- run: npx nx affected -t lint,test,build --parallel=3