Skip to content

Commit c39eaf6

Browse files
authored
Merge pull request github#8901 from github/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 3e80c78 + c63a0e7 commit c39eaf6

23 files changed

+45
-45
lines changed

.github/workflows/check-qldoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ github.token }}
2424

25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 2
2828

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dotnet-version: 6.0.101
3434

3535
- name: Checkout repository
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL

.github/workflows/csv-coverage-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Setup CodeQL
2323
uses: ./.github/actions/fetch-codeql
2424
- name: Create empty database

.github/workflows/csv-coverage-pr-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
GITHUB_CONTEXT: ${{ toJSON(github.event) }}
2929
run: echo "$GITHUB_CONTEXT"
3030
- name: Clone self (github/codeql) - MERGE
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
with:
3333
path: merge
3434
- name: Clone self (github/codeql) - BASE
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636
with:
3737
fetch-depth: 2
3838
path: base

.github/workflows/csv-coverage-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_CONTEXT: ${{ toJSON(github.event) }}
2121
run: echo "$GITHUB_CONTEXT"
2222
- name: Clone self (github/codeql)
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
- name: Set up Python 3.8
2525
uses: actions/setup-python@v2
2626
with:

.github/workflows/csv-coverage-timeseries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010

1111
steps:
1212
- name: Clone self (github/codeql)
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
path: script
1616
- name: Clone self (github/codeql) for analysis
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
path: codeqlModels
2020
fetch-depth: 0

.github/workflows/csv-coverage-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GITHUB_CONTEXT: ${{ toJSON(github.event) }}
1818
run: echo "$GITHUB_CONTEXT"
1919
- name: Clone self (github/codeql)
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
path: ql
2323
fetch-depth: 0

.github/workflows/csv-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
steps:
1616
- name: Clone self (github/codeql)
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
path: script
2020
- name: Clone self (github/codeql) for analysis
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
path: codeqlModels
2424
ref: ${{ github.event.inputs.qlModelShaOverride || github.ref }}

.github/workflows/js-ml-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Check QL formatting
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626

2727
- uses: ./.github/actions/fetch-codeql
2828

@@ -35,7 +35,7 @@ jobs:
3535
name: Check QL compilation
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939

4040
- uses: ./.github/actions/fetch-codeql
4141

@@ -59,7 +59,7 @@ jobs:
5959
name: Run QL tests
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v3
6363

6464
- uses: ./.github/actions/fetch-codeql
6565

.github/workflows/mad_modelDiff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
slug: ${{fromJson(github.event.inputs.projects || '["apache/commons-codec", "apache/commons-io", "apache/commons-beanutils", "apache/commons-logging", "apache/commons-fileupload", "apache/commons-lang", "apache/commons-validator", "apache/commons-csv", "apache/dubbo"]' )}}
2828
steps:
2929
- name: Clone github/codeql from PR
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
if: github.event.pull_request
3232
with:
3333
path: codeql-pr
3434
- name: Clone github/codeql from main
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636
with:
3737
path: codeql-main
3838
ref: main

0 commit comments

Comments
 (0)