@@ -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,15 +76,11 @@ jobs:
7576 if : matrix.os == 'windows-latest'
7677 run : git config --global core.autocrlf input
7778
78- - uses : actions/checkout@v5
79-
80- - uses : actions/setup-python@v5
81- if : matrix.os == 'macos-latest'
82- with :
83- python-version : " 3.11"
79+ - name : Checkout Repository
80+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8481
8582 - name : Use Node.js ${{ matrix.node-version }}
86- uses : actions/setup-node@v4
83+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8784 with :
8885 node-version : ${{ matrix.node-version }}
8986 cache : " npm"
9491 - name : Run tests for webpack version ${{ matrix.webpack-version }}
9592 run : npm run test:coverage -- --ci
9693
97- - name : Submit coverage data to codecov
98- uses : codecov/codecov-action@v5
94+ - name : Codecov
95+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
9996 with :
10097 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments