Skip to content

fix: path traversal in download_job_artifacts local_path #534

fix: path traversal in download_job_artifacts local_path

fix: path traversal in download_job_artifacts local_path #534

Workflow file for this run

name: Schema Tests
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
schema-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.21.1'
cache: 'npm'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run schema tests
run: npm run test:schema