File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4949
5050 - name : Delete package dev channel PR comment
51- uses : thollander/actions-comment-pull-request@v2
51+ uses : thollander/actions-comment-pull-request@v3
5252 with :
5353 message : |
5454 Published under `${{ env.DEV_CHANNEL }}` npm channel.
Original file line number Diff line number Diff line change 8080 - name : MegaLinter
8181 # You can override MegaLinter flavor used to have faster performances
8282 # More info at https://megalinter.io/latest/flavors/
83- uses : oxsecurity/megalinter/flavors/javascript@v7
83+ uses : oxsecurity/megalinter/flavors/javascript@v8
8484 env :
8585 # All available variables are described in documentation
8686 # https://megalinter.io/latest/config-file/
@@ -164,7 +164,7 @@ jobs:
164164 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
165165
166166 - name : Comment PR dev channel
167- uses : thollander/actions-comment-pull-request@v2
167+ uses : thollander/actions-comment-pull-request@v3
168168 with :
169169 message : |
170170 Published under `${{ env.DEV_CHANNEL }}` npm channel.
Original file line number Diff line number Diff line change 3030 run : npm run test:unit -- --runInBand
3131
3232 - name : Upload coverage
33- uses : codecov/codecov-action@v4
33+ uses : codecov/codecov-action@v5
3434 with :
3535 token : ${{ secrets.CODECOV_TOKEN }}
3636 continue-on-error : true
You can’t perform that action at this time.
0 commit comments