Skip to content

Update dependencies to address CVE-2024-25710, CVE-2024-26308 #98

Update dependencies to address CVE-2024-25710, CVE-2024-26308

Update dependencies to address CVE-2024-25710, CVE-2024-26308 #98

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'