Skip to content

Commit 42cb07f

Browse files
dependabot[bot]athomas
authored andcommitted
Bump actions/checkout from 4.1.5 to 4.1.6
Closes #55777 GitOrigin-RevId: 532a4e4 Change-Id: Ida871bd0a17421be9fb1cdf8f876e5693e83f79e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367142 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 829261e commit 42cb07f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
26+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2727
with:
2828
persist-credentials: false
2929

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222
steps:
2323
- name: "Checkout code"
24-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
24+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2525
with:
2626
persist-credentials: false
2727
- name: "setup python"

0 commit comments

Comments
 (0)