Skip to content

Commit 920683a

Browse files
authored
ci: update gh actions (#2907)
1 parent eb5d6e2 commit 920683a

14 files changed

Lines changed: 54 additions & 54 deletions

.github/workflows/ci-build-linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
4747

4848
steps:
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5050
with:
5151
ref: ${{ env.GITHUB_BRANCH }}
5252
persist-credentials: false
@@ -68,7 +68,7 @@ jobs:
6868
node-version-file: .nvmrc
6969

7070
- name: Setup Python 3
71-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
71+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7272
with:
7373
python-version: "3.11"
7474

@@ -144,7 +144,7 @@ jobs:
144144
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
145145

146146
steps:
147-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
147+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
148148
with:
149149
ref: ${{ env.GITHUB_BRANCH }}
150150
persist-credentials: false
@@ -238,7 +238,7 @@ jobs:
238238
VSCODE_ARCH: ${{ matrix.vscode_arch }}
239239

240240
steps:
241-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
242242
with:
243243
ref: ${{ env.GITHUB_BRANCH }}
244244
persist-credentials: false
@@ -264,7 +264,7 @@ jobs:
264264
if: env.DISABLED != 'yes'
265265

266266
- name: Setup Python 3
267-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
267+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
268268
with:
269269
python-version: '3.11'
270270
if: env.DISABLED != 'yes'
@@ -322,7 +322,7 @@ jobs:
322322
VSCODE_ARCH: ${{ matrix.vscode_arch }}
323323

324324
steps:
325-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
325+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
326326
with:
327327
ref: ${{ env.GITHUB_BRANCH }}
328328
persist-credentials: false

.github/workflows/ci-build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
vscode_arch: arm64
4848

4949
steps:
50-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5151
with:
5252
ref: ${{ env.GITHUB_BRANCH }}
5353
persist-credentials: false
@@ -63,7 +63,7 @@ jobs:
6363
node-version-file: '.nvmrc'
6464

6565
- name: Setup Python 3
66-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
66+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6767
with:
6868
python-version: '3.11'
6969
if: env.VSCODE_ARCH == 'x64'

.github/workflows/ci-build-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
4848

4949
steps:
50-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5151
with:
5252
ref: ${{ env.GITHUB_BRANCH }}
5353
persist-credentials: false
@@ -63,7 +63,7 @@ jobs:
6363
node-version-file: '.nvmrc'
6464

6565
- name: Setup Python 3
66-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
66+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6767
with:
6868
python-version: '3.11'
6969

@@ -116,7 +116,7 @@ jobs:
116116
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
117117

118118
steps:
119-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
120120
with:
121121
ref: ${{ env.GITHUB_BRANCH }}
122122
persist-credentials: false
@@ -132,7 +132,7 @@ jobs:
132132
node-version-file: '.nvmrc'
133133

134134
- name: Setup Python 3
135-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
135+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
136136
with:
137137
python-version: '3.11'
138138

.github/workflows/lint-zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
security-events: write
2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
persist-credentials: false
2828

2929
- name: Run zizmor
30-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
30+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7

.github/workflows/mod-lock-closed-threads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lock:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
16+
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
1717
with:
1818
github-token: ${{ github.token }}
1919
issue-inactive-days: "90"

.github/workflows/mod-stale-issue-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
14+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
1515
with:
1616
days-before-stale: 180
1717
days-before-close: 30

.github/workflows/publish-insider-linux.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
3131

3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
with:
3535
ref: ${{ env.GITHUB_BRANCH }}
3636
persist-credentials: false
@@ -59,7 +59,7 @@ jobs:
5959
BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }}
6060

6161
steps:
62-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6363
with:
6464
ref: ${{ env.GITHUB_BRANCH }}
6565
persist-credentials: false
@@ -79,7 +79,7 @@ jobs:
7979
if: env.SHOULD_BUILD == 'yes'
8080

8181
- name: Setup Python 3
82-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
82+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8383
with:
8484
python-version: "3.11"
8585
if: env.SHOULD_BUILD == 'yes'
@@ -166,7 +166,7 @@ jobs:
166166
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
167167

168168
steps:
169-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
169+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
170170
with:
171171
ref: ${{ env.GITHUB_BRANCH }}
172172
persist-credentials: false
@@ -273,7 +273,7 @@ jobs:
273273
if: needs.check.outputs.SHOULD_BUILD == 'yes'
274274

275275
steps:
276-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
276+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
277277
with:
278278
ref: ${{ env.GITHUB_BRANCH }}
279279
persist-credentials: false
@@ -293,7 +293,7 @@ jobs:
293293
if: env.DISABLED != 'yes'
294294

295295
- name: Setup Python 3
296-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
296+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
297297
with:
298298
python-version: '3.11'
299299
if: env.DISABLED != 'yes'
@@ -363,7 +363,7 @@ jobs:
363363
if: needs.check.outputs.SHOULD_BUILD == 'yes'
364364

365365
steps:
366-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
366+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
367367
with:
368368
ref: ${{ env.GITHUB_BRANCH }}
369369
persist-credentials: false
@@ -461,12 +461,12 @@ jobs:
461461
if: needs.check.outputs.SHOULD_BUILD_SNAP != 'no' && vars.DISABLE_INSIDER_SNAP != 'yes'
462462

463463
steps:
464-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
464+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
465465
with:
466466
ref: ${{ env.GITHUB_BRANCH }}
467467
persist-credentials: false
468468

469-
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
469+
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
470470

471471
- uses: diddlesnaps/snapcraft-multiarch-action@cfd7a246fad6bea65bb92f69a1c8d07898c231e5 # v1.9.0
472472
with:

.github/workflows/publish-insider-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
vscode_arch: arm64
3636

3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3939
with:
4040
ref: ${{ env.GITHUB_BRANCH }}
4141
persist-credentials: false
@@ -46,7 +46,7 @@ jobs:
4646
node-version-file: .nvmrc
4747

4848
- name: Setup Python 3
49-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
49+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5050
with:
5151
python-version: "3.11"
5252
if: env.VSCODE_ARCH == 'x64'

.github/workflows/publish-insider-spearhead.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
3838

3939
steps:
40-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4141
with:
4242
ref: insider
4343
persist-credentials: false
@@ -67,7 +67,7 @@ jobs:
6767
if: needs.check.outputs.SHOULD_BUILD == 'yes'
6868

6969
steps:
70-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7171
with:
7272
ref: insider
7373
persist-credentials: false

.github/workflows/publish-insider-windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
2929

3030
steps:
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232
with:
3333
ref: ${{ env.GITHUB_BRANCH }}
3434
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
6060
BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }}
6161

6262
steps:
63-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
63+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6464
with:
6565
ref: ${{ env.GITHUB_BRANCH }}
6666
persist-credentials: false
@@ -73,7 +73,7 @@ jobs:
7373
if: env.SHOULD_BUILD == 'yes'
7474

7575
- name: Setup Python 3
76-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
76+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7777
with:
7878
python-version: "3.11"
7979
if: env.SHOULD_BUILD == 'yes'
@@ -133,7 +133,7 @@ jobs:
133133
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
134134

135135
steps:
136-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
137137
with:
138138
ref: ${{ env.GITHUB_BRANCH }}
139139
persist-credentials: false
@@ -146,7 +146,7 @@ jobs:
146146
if: env.SHOULD_BUILD == 'yes'
147147

148148
- name: Setup Python 3
149-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
149+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
150150
with:
151151
python-version: '3.11'
152152
if: env.SHOULD_BUILD == 'yes'
@@ -234,7 +234,7 @@ jobs:
234234
ASSETS_REPOSITORY: vscodium-insiders
235235

236236
steps:
237-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
237+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
238238
with:
239239
ref: ${{ env.GITHUB_BRANCH }}
240240
persist-credentials: false

0 commit comments

Comments
 (0)