Skip to content

Commit b7dd546

Browse files
Bump actions/checkout from 3.3.0 to 3.4.0 (flutter#694)
Bump actions/checkout from 3.3.0 to 3.4.0
1 parent 18ea6ef commit b7dd546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

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

3232

3333
# Initializes the CodeQL tools for scanning.

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

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

0 commit comments

Comments
 (0)