Skip to content

[Snyk] Upgrade jsonc-parser from 3.2.0 to 3.2.1 #3

[Snyk] Upgrade jsonc-parser from 3.2.0 to 3.2.1

[Snyk] Upgrade jsonc-parser from 3.2.0 to 3.2.1 #3

Workflow file for this run

---
name: pr_auto
# This workflow is triggered automatically for pull requests and runs tests without credentials
# I.e. doesn't validate image caching, doesn't perform tests in Azure DevOps.
on:
pull_request:
branches: [ main ]
paths-ignore:
- README.md
- 'docs/**'
permissions:
contents: write
packages: write
jobs:
build-test:
name: "Build, test, publish"
uses: ./.github/workflows/ci_common.yml
with:
prNumber: ${{ github.event.pull_request.number }}
release: false
runFullTests: false
secrets:
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}