Skip to content

Commit c5aaca4

Browse files
authored
Merge pull request #3446 from github/mbg/ci/pin-node-packages
2 parents f985be5 + 3e58739 commit c5aaca4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/__bundle-from-toolcache.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__bundle-toolcache.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/bundle-from-toolcache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ versions:
44
- toolcache
55
steps:
66
- name: Install @actions/tool-cache
7-
run: npm install @actions/tool-cache
7+
run: npm install @actions/tool-cache@3
88
- name: Check toolcache contains CodeQL
99
continue-on-error: true
1010
uses: actions/github-script@v8

pr-checks/checks/bundle-toolcache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
const codeqlPath = path.join(process.env['RUNNER_TOOL_CACHE'], 'CodeQL');
1717
fs.rmdirSync(codeqlPath, { recursive: true });
1818
- name: Install @actions/tool-cache
19-
run: npm install @actions/tool-cache
19+
run: npm install @actions/tool-cache@3
2020
- name: Check toolcache does not contain CodeQL
2121
uses: actions/github-script@v8
2222
with:

0 commit comments

Comments
 (0)