Skip to content

Commit 7cce4f5

Browse files
Update CI dependencies to v7 (#10186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82632cb commit 7cce4f5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/clean-ghpages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: GitHub event file
2929
run: cat ${GITHUB_EVENT_PATH}
3030

31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232
with:
3333
ref: gh-pages
3434
- name: Clean ghpages

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -78,7 +78,7 @@ jobs:
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

Comments
 (0)