Skip to content

Commit

Permalink
Pin action/checkout action (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Jan 21, 2025
1 parent d551ab1 commit 0d9cbc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
# python-version: ${{matrix.version}}

- name: "Checkout This Repo"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: "Checkout iree-turbine"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: iree-org/iree-turbine
# TODO: Let the ref be passed as a parameter to run integration tests.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_sdxl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ jobs:
python-version: ${{matrix.version}}

- name: "Checkout SHARK-ModelDev"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: bump-punet-tom

- name: "Checkout iree-turbine"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: iree-org/iree-turbine
path: iree-turbine

- name: "Checkout iree"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: iree-org/iree
path: iree
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_shark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
python-version: ${{matrix.version}}

- name: "Checkout SHARK"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: "nod-ai/SHARK.git"
path: SHARK
ref: "main"

- name: "Checkout iree-turbine"
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: iree-org/iree-turbine
# TODO: Let the ref be passed as a parameter to run integration tests.
Expand Down

0 comments on commit 0d9cbc8

Please sign in to comment.