Skip to content

Update actions/checkout requirement to 61b9e3751b92087fd0b06925ba6dd6314e06f089 #6327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: [AS.211, AS.212, AS.213, 2022.1, 2022.2, 2022.3]
steps:
- name: checkout
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- name: build ${{ matrix.version }}
run: ./tool/github.sh
env:
Expand All @@ -37,7 +37,7 @@ jobs:
bot: [CHECK_BOT, DART_BOT, UNIT_TEST_BOT]
steps:
- name: checkout
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- name: MacOS ${{ matrix.bot }}
run: ./tool/github.sh
env:
Expand Down
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@2541b1294d2704b0964813337f33b291d3f8596b
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- name: setup java
uses: actions/setup-java@1253a7eed45cc6191dc4bd9cacd3542878479569
with:
Expand Down