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,12 +13,12 @@ jobs:
1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Setup Node.js
21- uses : actions/setup-node@v6
21+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2222 with :
2323 node-version : 24
2424 cache : ' yarn'
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Validate PR title
21- uses : teneplaysofficial/sheriff@v5
21+ uses : teneplaysofficial/sheriff@fe16e6cbcf9d1db3523f7f0f63cfba59db59a5f6 # v5
2222
2323 test :
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
2929 - name : Setup Node.js
30- uses : actions/setup-node@v6
30+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131 with :
3232 cache : yarn
3333
You can’t perform that action at this time.
0 commit comments