We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bde959 commit 2a2e909Copy full SHA for 2a2e909
2 files changed
.github/renovate.json5
@@ -205,7 +205,7 @@
205
'.github/workflows/**',
206
],
207
matchStrings: [
208
- 'npm install (?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)',
+ 'npm install (?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)(?:\\s+--integrity=(?<currentDigest>sha[0-9]+-.+?))?',
209
210
},
211
{
.github/workflows/assign-issue-owners.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
22
- name: Install yaml
23
- run: npm install yaml@2.8.1
+ run: npm install yaml@2.8.0 --integrity=sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==
24
25
- name: Parse component label and assign owners
26
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
0 commit comments