Skip to content

Commit 8d6c1de

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 15ecc57 commit 8d6c1de

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
# Preferable to use the same version as in GAE environment
4545
- name: Set Node.js version
@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@v2
93+
uses: actions/checkout@v3
9494

9595
# Preferable to use the same version as in GAE environment
9696
- name: Set Node.js version

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[no ci]') }}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
with:
2424
# Shallow clones should be disabled for a better relevancy of analysis
2525
# 0 = all history for all branches and tags

0 commit comments

Comments
 (0)