File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 205205 '.github/workflows/**' ,
206206 ] ,
207207 matchStrings : [
208- 'npm install (?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)' ,
208+ 'npm install (?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)(?:\\s+--integrity=(?<currentDigest>sha[0-9]+-.+?))? ' ,
209209 ] ,
210210 } ,
211211 {
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Install yaml
23- run : npm install yaml@2.8.1
23+ run : npm install yaml@2.8.0 --integrity=sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==
2424
2525 - name : Parse component label and assign owners
2626 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
You can’t perform that action at this time.
0 commit comments