@@ -14,18 +14,18 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Use Node.js
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323 with :
2424 node-version : ' 22'
2525
2626 - name : Cache node_modules
2727 id : cache-modules
28- uses : actions/cache@v3
28+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
2929 with :
3030 path : node_modules
3131 key : ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -43,18 +43,18 @@ jobs:
4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4747 with :
4848 fetch-depth : 0
4949
5050 - name : Use Node.js
51- uses : actions/setup-node@v4
51+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5252 with :
5353 node-version : ' 22'
5454
5555 - name : Cache node_modules
5656 id : cache-modules
57- uses : actions/cache@v3
57+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
5858 with :
5959 path : node_modules
6060 key : ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -72,18 +72,18 @@ jobs:
7272 runs-on : ubuntu-latest
7373
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7676 with :
7777 fetch-depth : 0
7878
7979 - name : Use Node.js
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8181 with :
8282 node-version : ' 22'
8383
8484 - name : Cache node_modules
8585 id : cache-modules
86- uses : actions/cache@v3
86+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
8787 with :
8888 path : node_modules
8989 key : ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -113,17 +113,17 @@ jobs:
113113 COGNITE_AZURE_DOMAIN : cogniteappdev.onmicrosoft.com
114114
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
117117 with :
118118 fetch-depth : 0
119119 - name : Use Node.js ${{ matrix.node-version }}
120- uses : actions/setup-node@v4
120+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
121121 with :
122122 node-version : ${{ matrix.node-version }}
123123
124124 - name : Cache node_modules
125125 id : cache-modules
126- uses : actions/cache@v3
126+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
127127 with :
128128 path : node_modules
129129 key : ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -143,6 +143,6 @@ jobs:
143143 fi
144144
145145 - name : Codecov
146- uses : codecov/codecov-action@v3.1.6
146+ uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
147147 with :
148148 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments