From ee11170fef1d832e220552aff0efa4d437e78ceb Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 10 Sep 2020 15:34:40 -0700 Subject: [PATCH] Pin blob storage dep see Azure/azure-sdk-for-js#11187 --- .github/workflows/deep-classifier-runner.yml | 2 +- .github/workflows/deep-classifier-scraper.yml | 2 +- .github/workflows/latest-release-monitor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deep-classifier-runner.yml b/.github/workflows/deep-classifier-runner.yml index c3d6b292157..82ae49039fb 100644 --- a/.github/workflows/deep-classifier-runner.yml +++ b/.github/workflows/deep-classifier-runner.yml @@ -19,7 +19,7 @@ jobs: run: npm install --production --prefix ./actions - name: Install Additional Dependencies # Pulls in a bunch of other packages that arent needed for the rest of the actions - run: npm install @azure/storage-blob@12 + run: npm install @azure/storage-blob@12.1.1 - name: "Run Classifier: Scraper" uses: ./actions/classifier-deep/apply/fetch-sources with: diff --git a/.github/workflows/deep-classifier-scraper.yml b/.github/workflows/deep-classifier-scraper.yml index 22b23b5d6fe..9fe52cd3477 100644 --- a/.github/workflows/deep-classifier-scraper.yml +++ b/.github/workflows/deep-classifier-scraper.yml @@ -17,7 +17,7 @@ jobs: run: npm install --production --prefix ./actions - name: Install Additional Dependencies # Pulls in a bunch of other packages that arent needed for the rest of the actions - run: npm install @azure/storage-blob@12 + run: npm install @azure/storage-blob@12.1.1 - name: "Run Classifier: Scraper" uses: ./actions/classifier-deep/train/fetch-issues with: diff --git a/.github/workflows/latest-release-monitor.yml b/.github/workflows/latest-release-monitor.yml index fb0a8320088..55855054383 100644 --- a/.github/workflows/latest-release-monitor.yml +++ b/.github/workflows/latest-release-monitor.yml @@ -18,7 +18,7 @@ jobs: - name: Install Actions run: npm install --production --prefix ./actions - name: Install Storage Module - run: npm install @azure/storage-blob + run: npm install @azure/storage-blob@12.1.1 - name: Run Latest Release Monitor uses: ./actions/latest-release-monitor with: