Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.4
Browse files Browse the repository at this point in the history
Closes #55586

GitOrigin-RevId: 420096b
Change-Id: Ib6ef3bec2f8975b6faa172f6654f059d3c72f3aa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364660
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
  • Loading branch information
dependabot[bot] authored and Commit Queue committed Apr 30, 2024
1 parent 6bbda8f commit 0817788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/third-party-deps-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- name: "Checkout code"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
- name: "setup python"
Expand Down

0 comments on commit 0817788

Please sign in to comment.