@@ -33,15 +33,15 @@ jobs:
3333 steps :
3434 - id : auth
3535 name : Auth
36- uses : liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
36+ uses : liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
3737 with :
3838 client-id : ${{ vars.APP_CLIENT_ID }}
3939 private-key : ${{ secrets.APP_PRIVATE_KEY }}
4040 - name : Checkout
41- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
41+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4242 - id : lint
4343 name : MegaLinter
44- uses : liblaf/megalinter-custom-flavor-all@f0a990f6a4b6bd6e5bdeeb40774375e7e66aae1b # main
44+ uses : liblaf/megalinter-custom-flavor-all@efed9cede0b9cab354bd59d1f8ee96a51ed654e5 # main
4545 env :
4646 GITHUB_TOKEN : ${{ steps.auth.outputs.token }}
4747 MEGALINTER_CONFIG : https://raw.githubusercontent.com/liblaf/megalinter-custom-flavor-all/refs/heads/main/.mega-linter.yml
6060 cp --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md'
6161 sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
6262 - id : pr
63- if : >-
64- steps.lint.outputs.has-updated-sources == 1 && (github.event_name ==
65- 'push' || github.event.pull_request.head.repo.full_name ==
66- github.repository)
63+ if : steps.lint.outputs.has-updated-sources == 1 && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
6764 name : Create PR
6865 uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
6966 with :
@@ -93,12 +90,12 @@ jobs:
9390 steps :
9491 - id : auth
9592 name : Auth
96- uses : liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
93+ uses : liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
9794 with :
9895 client-id : ${{ vars.APP_CLIENT_ID }}
9996 private-key : ${{ secrets.APP_PRIVATE_KEY }}
10097 - name : Approve
101- uses : liblaf/actions/approve@512d1652c6a71a8f141d1901f50994afaddc925e # v3
98+ uses : liblaf/actions/approve@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
10299 with :
103100 approve-token : ${{ steps.auth.outputs.token }}
104101 pull : ${{ needs.mega-linter.outputs.pull-request-url }}
0 commit comments