Skip to content
Closed
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
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: git clone devtools
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Get Latest Flutter Candidate
id: flutter-candidate
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
fail-fast: false
steps:
- name: git clone
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Load Cached Flutter SDK
uses: actions/cache@v3
with:
Expand All @@ -104,7 +104,7 @@ jobs:
- test_dart2js
steps:
- name: git clone
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Load Cached Flutter SDK
uses: actions/cache@v3
with:
Expand All @@ -131,7 +131,7 @@ jobs:

steps:
- name: git clone
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Load Cached Flutter SDK
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- integration_dart2js
steps:
- name: git clone
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Load Cached Flutter SDK
uses: actions/cache@v3
with:
Expand All @@ -188,7 +188,7 @@ jobs:
# - test_dart2js
# steps:
# - name: git clone
# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
# uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
#
# - name: tool/bots.sh
# env:
Expand All @@ -208,7 +208,7 @@ jobs:
# - integration_dart2js
# steps:
# - name: git clone
# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
# uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
# - name: tool/bots.sh
# env:
# BOT: ${{ matrix.bot }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-dev-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone devtools
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
with:
ref: master

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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
with:
persist-credentials: false

Expand Down