Skip to content

Commit 9fb8794

Browse files
authored
fix(ci): intel-monitor Node.js 20→22 + fetch-depth:0 for Semgrep git fix (#223)
Signed-off-by: Igor <romanchaa997@gmail.com>
1 parent 41b285b commit 9fb8794

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/intel-monitor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921

2022
- name: Setup Node.js
2123
uses: actions/setup-node@v4
2224
with:
23-
node-version: '20'
25+
node-version: '22'
2426

2527
- name: Install security tools
2628
run: |

0 commit comments

Comments
 (0)