Skip to content

Commit cf40ecd

Browse files
Update actions/checkout action to v4
1 parent 668069e commit cf40ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-sdk.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 code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414

1515
- name: Use Node.js
1616
uses: actions/setup-node@v2

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: SonarCloud
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414
with:
1515
fetch-depth: 0
1616
- name: SonarCloud Scan

0 commit comments

Comments
 (0)