Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5f517d6

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0 (#40662)
Bump actions/checkout from 3.4.0 to 3.5.0
1 parent a3d5d32 commit 5f517d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.repository == 'flutter/engine' }}
1616
steps:
1717
- name: "Checkout code"
18-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
18+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1919
with:
2020
persist-credentials: false
2121
- name: "setup python"
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write
3939
steps:
4040
- name: "Checkout code"
41-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
41+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
4242
with:
4343
persist-credentials: false
4444
- name: "Run analysis"

.github/workflows/third_party_scan.yml

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

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

0 commit comments

Comments
 (0)