@@ -11,25 +11,25 @@ jobs:
1111
1212 steps :
1313 - name : Checkout to branch
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : shellcheck
17- uses : reviewdog/action-shellcheck@v1.30
17+ uses : reviewdog/action-shellcheck@5ebd09ddbe2ebb471646ce234c6c8dd18663ca7c # v1.30.0
1818
1919 lint :
2020 name : Run Lint
2121 runs-on : ubuntu-latest
2222
2323 steps :
2424 - name : Checkout to branch
25- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 ref : ${{ github.event.pull_request.head.sha }}
2828 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
2929 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
3030
3131 - name : Setup Node.js 20.x
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333 with :
3434 node-version : 20.x
3535 cache : yarn
7676
7777 - name : Verify Changed files
7878 if : failure()
79- uses : tj-actions/verify-changed-files@v20
79+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20.0.4
8080 id : verify-changed-files
8181 with :
8282 files : |
9292
9393 - name : Push changes
9494 if : failure() && steps.verify-changed-files.outputs.files_changed == 'true'
95- uses : ad-m/github-push-action@master
95+ uses : ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
9696 with :
9797 github_token : ${{ secrets.PAT_TOKEN }}
9898 branch : ${{ github.head_ref }}
@@ -112,12 +112,12 @@ jobs:
112112 fetch-depth : [0, 1]
113113
114114 steps :
115- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116116 with :
117117 fetch-depth : ${{ matrix.fetch-depth }}
118118
119119 - name : Setup Node.js 20.x
120- uses : actions/setup-node@v4
120+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
121121 with :
122122 node-version : 20.x
123123 cache : yarn
0 commit comments