Skip to content

[Snyk] Upgrade @azure/core-rest-pipeline from 1.16.3 to 1.18.1 #62

[Snyk] Upgrade @azure/core-rest-pipeline from 1.16.3 to 1.18.1

[Snyk] Upgrade @azure/core-rest-pipeline from 1.16.3 to 1.18.1 #62

Workflow file for this run

name: Node PR Lint, Build and Test
on:
# Trigger when manually run
workflow_dispatch:
# Trigger on pushes to `main` or `rel/*`
push:
branches:
- main
- rel/*
# Trigger on pull requests to `main` or `rel/*`
pull_request:
branches:
- main
- rel/*
jobs:
Build:
# Use template from https://github.com/microsoft/vscode-azuretools/tree/main/.github/workflows
uses: microsoft/vscode-azuretools/.github/workflows/jobs.yml@main