File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 dependency-review :
99 runs-on : ubuntu-latest
1010 steps :
11- - name : " Checkout Repository"
12- uses : actions/checkout@v5
13- - name : " Dependency Review"
14- uses : actions/dependency-review-action@v4
11+ - name : Checkout Repository
12+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+
14+ - name : Dependency Review
15+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ jobs:
3232 cancel-in-progress : true
3333
3434 steps :
35- - uses : actions/checkout@v5
35+ - name : Checkout Repository
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3637 with :
3738 fetch-depth : 0
3839
3940 - name : Use Node.js ${{ matrix.node-version }}
40- uses : actions/setup-node@v4
41+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4142 with :
4243 node-version : ${{ matrix.node-version }}
4344 cache : " npm"
@@ -75,10 +76,11 @@ jobs:
7576 if : matrix.os == 'windows-latest'
7677 run : git config --global core.autocrlf input
7778
78- - uses : actions/checkout@v5
79+ - name : Checkout Repository
80+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7981
8082 - name : Use Node.js ${{ matrix.node-version }}
81- uses : actions/setup-node@v4
83+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8284 with :
8385 node-version : ${{ matrix.node-version }}
8486 cache : " npm"
9496 run : npm run test:coverage
9597
9698 - name : Submit coverage data to codecov
97- uses : codecov/codecov-action@v5
99+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
98100 with :
99101 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments