File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-24.04
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1717
1818 - name : Setup Nodejs
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020 with :
2121 node-version-file : ' .nvmrc'
2222
3636 run : npm run docs
3737
3838 - name : Run Coverage
39- uses : codecov/codecov-action@v5
39+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
4040 with :
4141 fail_ci_if_error : true
4242 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1515 with :
1616 fetch-depth : 0
1717 - name : Setup Nodejs Env
1818 run : echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
1919 - name : Setup Node.js
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2121 with :
2222 node-version : ${{ env.NODE_VER }}
2323 - name : Install dependencies
2727 - name : Test
2828 run : npm run test
2929 - name : Coverage
30- uses : codecov/codecov-action@v5
30+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
3131 with :
3232 fail_ci_if_error : false
3333 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2424 with :
2525 node-version-file : ' .nvmrc'
2626
3939 run : npm run docs
4040
4141 - name : Deploy to GitHub Pages
42- uses : JamesIves/github-pages-deploy-action@v4.8.0
42+ uses : JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
4343 with :
4444 branch : gh-pages # The branch the action should deploy to.
4545 folder : docs/api/@edx/frontend-platform/1.0.0-semantically-released # The folder the action should deploy.
You can’t perform that action at this time.
0 commit comments