File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 app-id : ${{ vars.APP_ID }}
2424 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2525
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727 with :
2828 token : ${{ steps.app-token.outputs.token }}
2929
30- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
30+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131 with :
3232 node-version : " lts/*"
3333 cache : " npm"
3636 run : npm ci
3737
3838 - name : Checkout jellyrock
39- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040 with :
4141 repository : jellyrock/jellyrock
4242 path : jellyrock
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
3030 - name : Set up SSH
3131 env :
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 env :
3030 GH_TOKEN : ${{ steps.app-token.outputs.token }}
3131
32- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333 with :
3434 ref : ${{ github.ref_name }}
3535 token : ${{ steps.app-token.outputs.token }}
3636 fetch-depth : 0
3737
38- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
38+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939 with :
4040 node-version : " lts/*"
4141 cache : " npm"
4444 run : npm ci
4545
4646 - name : Checkout jellyrock
47- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 with :
4949 repository : jellyrock/jellyrock
5050 path : jellyrock
You can’t perform that action at this time.
0 commit comments