Skip to content

Commit 3175e1b

Browse files
committed
Update actions/checkout action to v3.5.0
1 parent 4e23275 commit 3175e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
17+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
18+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1919

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

0 commit comments

Comments
 (0)