Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 48a6096

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent d74e20d commit 48a6096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql_analysis.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
19+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
2020

2121
- name: Initialize CodeQL
2222
uses: github/codeql-action/init@v1

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
15+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
1616
- name: Use Node.js v16
1717
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
1818
with:
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout Project
38-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
38+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
3939
- name: Use Node.js v16
4040
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
4141
with:

0 commit comments

Comments
 (0)