1313 run-pre-commit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717 with :
1818 persist-credentials : false
1919 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2626 env :
2727 INPUTS_COMMANDS : ${{ inputs.commands }}
2828 - name : Cache pre-commit environments
29- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3030 with :
3131 path : " ~/.cache/pre-commit"
3232 key : pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -42,15 +42,15 @@ jobs:
4242 steps :
4343 - name : Checkout ${{ github.repository }} repo
4444 # needed for cspell.config.yml (project-specific)
45- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
45+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4646 with :
4747 persist-credentials : false
4848 repository : ${{ github.repository }}
4949 ref : ${{ github.sha }}
5050 path : project-repo
5151 - name : Checkout cpp-linter/.github (org) repo
5252 # needed for committed.toml config (org-specific)
53- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
53+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5454 with :
5555 persist-credentials : false
5656 repository : cpp-linter/.github
6666 echo "title=${pr_title}" >> "${GITHUB_OUTPUT}"
6767 - run : rustup update --no-self-update
6868 - name : Install cargo-binstall
69- uses : cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
69+ uses : cargo-bins/cargo-binstall@80aaafe04903087c333980fa2686259ddd34b2d9 # v1.16.6
7070 - name : Install committed
7171 run : cargo binstall -y committed
7272 env :
7676 PR_TITLE : " ${{ steps.get-title.outputs.title }}"
7777 COMMITTED_CONFIG : ${{ github.workspace }}/org-repo/.github/committed.toml
7878 run : echo "${PR_TITLE}" | committed --config "${COMMITTED_CONFIG}" --commit-file -
79- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
79+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
8080 with :
8181 node-version : latest
8282 - name : spell check
0 commit comments