Skip to content

Commit a2949f4

Browse files
committed
Update actions/checkout from v2 to v3
1 parent 7871f0d commit a2949f4

34 files changed

+54
-54
lines changed

.github/workflows/__analyze-ref-input.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__debug-artifacts.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__extractor-ram-threads.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing-autobuild.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__javascript-source-root.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-js.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__remote-config.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__split-workflow.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__test-local-codeql.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__test-proxy.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__test-ruby.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-ref-sha-input.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__with-checkout-path.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check-expected-release-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout CodeQL Action
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Check Expected Release Files
2020
run: |
2121
bundle_version="$(cat "./src/defaults.json" | jq -r ".bundleVersion")"

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Init with default CodeQL bundle from the VM image
2525
id: init-default
2626
uses: ./init
@@ -75,7 +75,7 @@ jobs:
7575
security-events: write
7676

7777
steps:
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v3
7979
- uses: ./init
8080
id: init
8181
with:

.github/workflows/post-release-mergeback.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GITHUB_CONTEXT: '${{ toJson(github) }}'
3535
run: echo "$GITHUB_CONTEXT"
3636

37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- uses: actions/setup-node@v2
3939

4040
- name: Update git config

.github/workflows/pr-checks.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 45
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Run Lint
2121
run: npm run-script lint
2222

@@ -30,7 +30,7 @@ jobs:
3030
node-types-version: [12.12, current]
3131

3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434

3535
- name: Update version of @types/node
3636
if: matrix.node-types-version != 'current'
@@ -63,7 +63,7 @@ jobs:
6363
timeout-minutes: 45
6464

6565
steps:
66-
- uses: actions/checkout@v2
66+
- uses: actions/checkout@v3
6767
- name: Check node modules up to date
6868
run: .github/workflows/script/check-node-modules.sh
6969

@@ -73,7 +73,7 @@ jobs:
7373
timeout-minutes: 45
7474

7575
steps:
76-
- uses: actions/checkout@v2
76+
- uses: actions/checkout@v3
7777
- name: Set up Python
7878
uses: actions/setup-python@v2
7979
with:
@@ -95,7 +95,7 @@ jobs:
9595
timeout-minutes: 45
9696

9797
steps:
98-
- uses: actions/checkout@v2
98+
- uses: actions/checkout@v3
9999
- name: npm run-script test
100100
run: npm run-script test
101101

@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107

108108
steps:
109-
- uses: actions/checkout@v2
109+
- uses: actions/checkout@v3
110110

111111
- name: Build runner
112112
run: |
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: windows-latest
136136

137137
steps:
138-
- uses: actions/checkout@v2
138+
- uses: actions/checkout@v3
139139

140140
- name: Build runner
141141
run: |
@@ -160,7 +160,7 @@ jobs:
160160
runs-on: macos-latest
161161

162162
steps:
163-
- uses: actions/checkout@v2
163+
- uses: actions/checkout@v3
164164

165165
- name: Build runner
166166
run: |
@@ -185,7 +185,7 @@ jobs:
185185
runs-on: ubuntu-latest
186186

187187
steps:
188-
- uses: actions/checkout@v2
188+
- uses: actions/checkout@v3
189189

190190
- name: Move codeql-action
191191
shell: bash
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: windows-2019
226226

227227
steps:
228-
- uses: actions/checkout@v2
228+
- uses: actions/checkout@v3
229229

230230
- name: Move codeql-action
231231
shell: bash
@@ -271,7 +271,7 @@ jobs:
271271
runs-on: macos-latest
272272

273273
steps:
274-
- uses: actions/checkout@v2
274+
- uses: actions/checkout@v3
275275

276276
- name: Move codeql-action
277277
shell: bash
@@ -310,7 +310,7 @@ jobs:
310310
runs-on: ubuntu-latest
311311

312312
steps:
313-
- uses: actions/checkout@v2
313+
- uses: actions/checkout@v3
314314

315315
- name: Move codeql-action
316316
shell: bash
@@ -349,7 +349,7 @@ jobs:
349349
runs-on: windows-2019
350350

351351
steps:
352-
- uses: actions/checkout@v2
352+
- uses: actions/checkout@v3
353353

354354
- name: Move codeql-action
355355
shell: bash
@@ -387,7 +387,7 @@ jobs:
387387
timeout-minutes: 45
388388

389389
steps:
390-
- uses: actions/checkout@v2
390+
- uses: actions/checkout@v3
391391

392392
- name: Move codeql-action
393393
shell: bash
@@ -427,7 +427,7 @@ jobs:
427427
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id }}
428428

429429
steps:
430-
- uses: actions/checkout@v2
430+
- uses: actions/checkout@v3
431431

432432
- name: Build runner
433433
run: |
@@ -448,7 +448,7 @@ jobs:
448448
timeout-minutes: 45
449449

450450
steps:
451-
- uses: actions/checkout@v2
451+
- uses: actions/checkout@v3
452452

453453
- name: Build runner
454454
run: |

.github/workflows/python-deps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929

3030
- name: Initialize CodeQL
3131
uses: ./init
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v3
7575

7676
- name: Initialize CodeQL
7777
uses: ./init
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
125-
- uses: actions/checkout@v2
125+
- uses: actions/checkout@v3
126126

127127
- uses: actions/setup-python@v2
128128
with:

0 commit comments

Comments
 (0)