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

Commit 5df0072

Browse files
Bump actions/checkout from 3.2.0 to 3.3.0 (#38714)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@755da8c...ac59398) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 642f72f commit 5df0072

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@755da8c3cf115ac066823e79a1e1788f8940201b
18+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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@755da8c3cf115ac066823e79a1e1788f8940201b
41+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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@755da8c3cf115ac066823e79a1e1788f8940201b
25+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
2626
with:
2727
persist-credentials: false
2828

0 commit comments

Comments
 (0)