Skip to content

fix to use profile encoding rather than metadata encoding during upload and download of dataset and uss files #13148

fix to use profile encoding rather than metadata encoding during upload and download of dataset and uss files

fix to use profile encoding rather than metadata encoding during upload and download of dataset and uss files #13148

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-22.04
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && !contains(github.event.head_commit.message, '[ci skip]')
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: |
npm install -g pnpm@8
pnpm install
- name: Check Vulnerabilities
run: pnpm audit --prod