Skip to content

Update dependencies to address CVE-2023-45857 #74

Update dependencies to address CVE-2023-45857

Update dependencies to address CVE-2023-45857 #74

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/test.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: true