Skip to content

Commit 82843a3

Browse files
chore(deps): update actions/checkout action to v4
1 parent 1c0faf4 commit 82843a3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/Continuous_Delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Project
13-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
13+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414
- name: Use Node.js v16
1515
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
1616
with:

.github/workflows/Continuous_Integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
14+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515
- name: Use Node.js v16
1616
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
1717
with:
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout Project
37-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
37+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3838
- name: Use Node.js v16
3939
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
4040
with:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
60+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
6161
- name: Use Node.js v16
6262
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
6363
with:
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout Project
89-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
89+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
9090
with:
9191
fetch-depth: 2
9292
- name: Download Coverage report

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
42+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

0 commit comments

Comments
 (0)