From ec18d67f484314a70658b17b1a73f232658148a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 05:53:12 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/danger.yaml | 2 +- bots/package.json | 2 +- bots/yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/danger.yaml b/.github/workflows/danger.yaml index a9503d2f022..f216d7a228e 100644 --- a/.github/workflows/danger.yaml +++ b/.github/workflows/danger.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Setup Node uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 diff --git a/bots/package.json b/bots/package.json index ff868b80d54..d6737b15dae 100644 --- a/bots/package.json +++ b/bots/package.json @@ -7,6 +7,6 @@ "main": "index.js", "license": "MIT", "devDependencies": { - "danger": "^11.1.1" + "danger": "11.1.1" } } diff --git a/bots/yarn.lock b/bots/yarn.lock index ad02cdb9056..9535e4a73ee 100644 --- a/bots/yarn.lock +++ b/bots/yarn.lock @@ -196,7 +196,7 @@ core-js@^3.8.2: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.1.tgz#cf7724d41724154010a6576b7b57d94c5d66e64f" integrity sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg== -danger@^11.1.1: +danger@11.1.1: version "11.1.1" resolved "https://registry.yarnpkg.com/danger/-/danger-11.1.1.tgz#b745f6191c1478dd4ef81596ac96be8f8e2d0634" integrity sha512-kQX1/Rggut/KFgArOloAdw6paB7hkoznRaUhpPFKVHKRgc6FtlhC8zpb480jVE71Z6eI7rrHVDGEYLv8x96yyA==