@@ -53,19 +53,19 @@ jobs:
5353 run : echo "sha=$(jq -r .pull_request.head.sha < ${GITHUB_EVENT_PATH})" >> $GITHUB_OUTPUT
5454 if : env.HAS_SECRETS == 'HAS_SECRETS' && github.event_name != 'push'
5555
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757 with :
5858 fetch-depth : 0
5959 if : github.event_name != 'pull_request_target'
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6161 with :
6262 fetch-depth : 0
6363 ref : ${{ steps.sha.outputs.sha }}
6464 if : github.event_name == 'pull_request_target'
6565
6666 - run : ' ! ls BACKPORT_TODO'
6767
68- - uses : actions/setup-node@v4
68+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6969 with :
7070 node-version-file : .nvmrc
7171
7878 - run : gopass show gs/ci/test-mask
7979 if : env.HAS_SECRETS == 'HAS_SECRETS'
8080
81- - uses : actions/setup-python@v5
81+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
8282 with :
8383 python-version : ' 3.11'
8484 - run : python3 -m pip install --requirement=ci/requirements.txt
@@ -216,7 +216,7 @@ jobs:
216216 GITHUB_SHA_ : ${{ steps.sha.outputs.sha }}
217217 if : env.HAS_SECRETS == 'HAS_SECRETS' && github.event_name != 'push'
218218
219- - uses : actions/setup-node@v6
219+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
220220 with :
221221 node-version : 24.x
222222 registry-url : https://registry.npmjs.org
@@ -265,7 +265,7 @@ jobs:
265265 run : echo ${GITHUB_EVENT} | python3 -m json.tool
266266 env :
267267 GITHUB_EVENT : ${{ toJson(github) }}
268- - uses : actions/checkout@v4
268+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
269269 with :
270270 ref : gh-pages
271271 fetch-depth : 0
0 commit comments