Skip to content

Commit

Permalink
Pin dependencies (#5222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 15, 2022
1 parent e0a5774 commit ee1580f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bots/package.json
Expand Up @@ -7,6 +7,6 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"danger": "^11.1.1"
"danger": "11.1.1"
}
}
2 changes: 1 addition & 1 deletion bots/yarn.lock
Expand Up @@ -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==
Expand Down

0 comments on commit ee1580f

Please sign in to comment.