Skip to content

Commit 1fe2998

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0 (flutter#698)
Bump actions/checkout from 3.4.0 to 3.5.0
1 parent cfb6372 commit 1fe2998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
30+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3131

3232

3333
# Initializes the CodeQL tools for scanning.

.github/workflows/scorecards-analysis.yml

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

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
26+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)