File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout source code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616
1717 - name : build-unclog
1818 id : unclog-build
1919 uses : ./.github/actions/build-unclog
2020
2121 - name : Download changelog check binary
2222 id : unclog-download
23- uses : actions/download-artifact@v4
23+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
2424 with :
2525 name : ${{ steps.unclog-build.outputs.artifact-name }}
2626
2727 - name : Get new changelog files
2828 id : new-changelog-files
29- uses : tj-actions/ changed-files@v45
29+ uses : OffchainLabs/gh-action- changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b # v4.0.8
3030 with :
3131 files : |
3232 log/**.md
Original file line number Diff line number Diff line change 1+ ### Changed
2+ - Use the OCL fork of tj-actions/changed-files and pin all github action dependencies.
You can’t perform that action at this time.
0 commit comments