File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - 9200:9200
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4444
4545 - name : Apt update
4646 run : sudo apt-get update -y
4949 run : cat Aptfile | sudo xargs apt-get install
5050
5151 - name : Install uv
52- uses : astral-sh/setup-uv@v7
52+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
5353 with :
5454 enable-cache : true
5555
@@ -135,17 +135,17 @@ jobs:
135135 DISABLE_WEBPACK_LOADER_STATS : ' True'
136136
137137 - name : Upload coverage to CodeCov
138- uses : codecov/codecov-action@v4
138+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
139139 with :
140140 file : ./coverage.xml
141141
142142 javascript-tests :
143143 runs-on : ubuntu-latest
144144 steps :
145- - uses : actions/checkout@v4
145+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
146146
147147 - name : Set up NodeJS
148- uses : actions/setup-node@v5
148+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
149149 with :
150150 node-version : " 14.18.2"
151151 cache : ' yarn'
@@ -178,6 +178,6 @@ jobs:
178178 run : node node_modules/webpack/bin/webpack.js --config webpack.config.prod.js --bail
179179
180180 - name : Upload coverage to CodeCov
181- uses : codecov/codecov-action@v4
181+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
182182 with :
183183 file : coverage/lcov.info
Original file line number Diff line number Diff line change 1515 github.event_name == 'workflow_dispatch' ||
1616 github.event.workflow_run.conclusion == 'success'
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 with :
2020 ref : release
2121 - uses : akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820
Original file line number Diff line number Diff line change 1515 github.event_name == 'workflow_dispatch' ||
1616 github.event.workflow_run.conclusion == 'success'
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 with :
2020 ref : release-candidate
2121 - uses : akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820
You can’t perform that action at this time.
0 commit comments