@@ -32,20 +32,20 @@ jobs:
3232 steps :
3333 - id : auth
3434 name : Auth
35- uses : liblaf/actions/auth@v1
35+ uses : liblaf/actions/auth@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
3636 with :
3737 app-id : ${{ vars.APP_ID }}
3838 private-key : ${{ secrets.PRIVATE_KEY }}
3939 - name : Checkout
40- uses : actions/checkout@v6
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141 - id : lint
4242 name : MegaLinter
43- uses : liblaf/actions/mega-linter@v1
43+ uses : liblaf/actions/mega-linter@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
4444 with :
4545 token : ${{ steps.auth.outputs.token }}
4646 - if : success() || failure()
4747 name : Upload Reports
48- uses : actions/upload-artifact@v7
48+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
4949 with :
5050 name : mega-linter-reports
5151 path : |-
5959 sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
6060 - if : steps.lint.outputs.has-updated-sources > 0 && github.ref == 'refs/heads/main'
6161 name : Create PR
62- uses : peter-evans/create-pull-request@v8
62+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
6363 with :
6464 token : ${{ steps.auth.outputs.token }}
6565 commit-message : ${{ env.GIT_COMMIT_MESSAGE }}
7474 reviewers : ${{ github.repository_owner }}
7575 - if : steps.lint.outputs.has-updated-sources > 0 && github.ref != 'refs/heads/main'
7676 name : Commit
77- uses : suzuki-shunsuke/commit-action@v0.1.1
77+ uses : suzuki-shunsuke/commit-action@f12e2d628a4ab72dcefe7890ae07e8dbf1e201b9 # v0.1.1
7878 with :
7979 github_token : ${{ steps.auth.outputs.token }}
8080 commit_message : ${{ env.GIT_COMMIT_MESSAGE }}
0 commit comments