File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515 - name : Set up JDK
1616 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
1717 with :
Original file line number Diff line number Diff line change 77 name : Lint PR commits
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1111 with :
1212 fetch-depth : 0
1313 - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121 with :
2222 fetch-depth : 0
2323 - name : Checkout branch
Original file line number Diff line number Diff line change 77 pre-commit :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1111 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1212 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change 1313 contents : read
1414 packages : write
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1717 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1818 with :
1919 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 1111 if : ${{ github.ref == 'refs/heads/main' }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments