@@ -19,10 +19,10 @@ jobs:
1919 name : Python syntax (compileall)
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323 with :
2424 persist-credentials : false
25- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
25+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626 with :
2727 python-version : " 3.11"
2828 # Byte-compile sources — catches syntax errors without installing deps.
@@ -32,10 +32,10 @@ jobs:
3232 name : JS syntax (node --check)
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
35+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636 with :
3737 persist-credentials : false
38- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
38+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939 with :
4040 node-version : " 20"
4141 # Syntax-check our own JS (skip vendored libs in static/lib).
5454 # ROADMAP "fresh install smoke tests" item; make this required once green.
5555 continue-on-error : true
5656 steps :
57- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
57+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5858 with :
5959 fetch-depth : 0
6060 persist-credentials : false
8181 echo "docs_only=false" >> "$GITHUB_OUTPUT"
8282 fi
8383
84- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
84+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8585 if : steps.docs-check.outputs.docs_only != 'true'
8686 with :
8787 python-version : " 3.11"
0 commit comments