Skip to content

Commit 093fdc5

Browse files
committed
Update actions/checkout action to v3.4.0
1 parent df3d73b commit 093fdc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
17+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
1818

1919
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
2020
with:

.github/workflows/codeql-analysis.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
18+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
1919

2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2

0 commit comments

Comments
 (0)