Skip to content

Commit 9552749

Browse files
Pin npm plugin dependency versions in action.yml (#511)
Pin moment, lodash, and axios to specific versions to ensure reproducible builds and prevent unexpected breakage from new releases. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d92c71d commit 9552749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ runs:
120120
- name: Install Dependencies for plugins
121121
shell: bash
122122
continue-on-error: true
123-
run: npm i --silent moment lodash axios @octokit/rest@20.1.1
123+
run: npm i --silent moment@2.30.1 lodash@4.18.1 axios@1.14.0 @octokit/rest@20.1.1
124124

125125
- name: Run RulesEngine
126126
shell: bash

0 commit comments

Comments
 (0)