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

Commit 3d9214a

Browse files
Bump actions/checkout from 3.1.0 to 3.2.0 (#38390)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...755da8c) --- 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 c582547 commit 3d9214a

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

0 commit comments

Comments
 (0)