99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v6
12+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Determine Changed Files
1414 id : changed-files
1515 run : |
@@ -23,13 +23,11 @@ jobs:
2323 - name : Vale Linter
2424 # vale fails if the PR is too large, e.g. when updating API docs
2525 if : ${{ github.event.pull_request.changed_files < 100 }}
26- # You may pin to the exact commit or the version.
27- # uses: errata-ai/vale-action@0da98680790f89b8d5b685de9c264f55addc971b
28- uses : errata-ai/vale-action@reviewdog
26+ uses : vale-cli/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.1.1
2927 with :
3028 # version of 'vale' to use
3129 # see https://github.com/errata-ai/vale for all releases
32- version : 3.0.5
30+ version : 3.14.1
3331 # changed files. computed in the step above
3432 files : ${{ steps.changed-files.outputs.CHANGED_FILES }}
3533 # the separator for the file list. we are using a comma (see step above)
@@ -40,10 +38,10 @@ jobs:
4038 # Required
4139 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
4240 - name : Setup Node
43- uses : actions/setup-node@v6
41+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4442 with :
4543 node-version : 20
46- - uses : actions/cache@v5
44+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4745 id : cache
4846 with :
4947 path : node_modules
@@ -58,12 +56,12 @@ jobs:
5856 needs : [checks]
5957 steps :
6058 - name : Checkout
61- uses : actions/checkout@v6
59+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6260 - name : Setup Node
63- uses : actions/setup-node@v6
61+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
6462 with :
6563 node-version : 20
66- - uses : actions/cache@v5
64+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6765 id : cache
6866 with :
6967 path : node_modules
8381 steps :
8482 - name : Dependabot metadata
8583 id : metadata
86- uses : dependabot/fetch-metadata@v3.0.0
84+ uses : dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
8785 with :
8886 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
8987 - name : Approve a PR
0 commit comments