File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
1717 - name : Setup Node.js
18- uses : actions/setup-node@v6
18+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1919 with :
2020 node-version : ' 22'
2121 cache : ' npm'
3030 run : ls -la dist/
3131
3232 - name : Save Build folders
33- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
33+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3434 with :
3535 path : |
3636 dist
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
1717 - name : Setup Node.js
18- uses : actions/setup-node@v6
18+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1919 with :
2020 node-version : ' 22'
2121 cache : ' npm'
2424 run : npm ci
2525
2626 - name : Restore the build folders
27- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
27+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2828 with :
2929 path : |
3030 dist
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
2424 - name : Initialize CodeQL
25- uses : github/codeql-action/init@v4
25+ uses : github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
2626 with :
2727 languages : actions
2828
2929 - name : Run CodeQL Analysis
30- uses : github/codeql-action/analyze@v4
30+ uses : github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
3131 with :
3232 category : actions
Original file line number Diff line number Diff line change 4545 fetch-depth : 0
4646
4747 - name : Setup Node.js
48- uses : actions/setup-node@v6
48+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4949 with :
5050 node-version : ' 22'
5151 cache : ' npm'
5757 run : npm ci
5858
5959 - name : Restore the build folders
60- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
60+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6161 with :
6262 path : |
6363 dist
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v6
23+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2424 with :
2525 node-version : ' 22'
2626 cache : ' npm'
2929 run : npm ci
3030
3131 - name : Restore the build folders
32- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
32+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3333 with :
3434 path : |
3535 dist
You can’t perform that action at this time.
0 commit comments