File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed
Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : " Checkout"
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 with :
3838 fetch-depth : 0
3939
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
1919 - name : Checkout "update-constraints" in-house CI action
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 with :
2222 repository : instructlab/ci-actions
2323 path : ci-actions
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : " Checkout"
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 with :
3838 fetch-depth : 0
3939 - name : " Check Markdown documents"
Original file line number Diff line number Diff line change 4646 ec2-instance-region : ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
4747 steps :
4848 - name : Checkout "launch-ec2-runner-with-fallback" in-house CI action
49- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 with :
5151 repository : instructlab/ci-actions
5252 # clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -132,15 +132,15 @@ jobs:
132132 echo "$RETRY_TIMEOUT_SECONDS" > "/sys/fs/xfs/$ROOT_DEV/error/metadata/ENOSPC/retry_timeout_seconds"
133133
134134 - name : Checkout instructlab/instructlab
135- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136136 with :
137137 repository : " instructlab/instructlab"
138138 path : " instructlab"
139139 # https://github.com/actions/checkout/issues/249
140140 fetch-depth : 0
141141
142142 - name : Checkout instructlab/sdg
143- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
144144 with :
145145 path : " sdg"
146146 # https://github.com/actions/checkout/issues/249
Original file line number Diff line number Diff line change 2121 ec2-instance-region : ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
2222 steps :
2323 - name : Checkout "launch-ec2-runner-with-fallback" in-house CI action
24- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525 with :
2626 repository : instructlab/ci-actions
2727 # clone the "ci-actions" repo to a local directory called "ci-actions", instead of
9292 sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
9393
9494 - name : Checkout instructlab/instructlab
95- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
95+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9696 with :
9797 repository : " instructlab/instructlab"
9898 ref : ${{ env.LATEST_ILAB_RELEASE_BRANCH }}
@@ -101,7 +101,7 @@ jobs:
101101 fetch-depth : 0
102102
103103 - name : Checkout instructlab/sdg
104- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105 with :
106106 path : " sdg"
107107 ref : ${{ env.LATEST_SDG_RELEASE_BRANCH }}
Original file line number Diff line number Diff line change 2424 ec2-instance-region : ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
2525 steps :
2626 - name : Checkout "launch-ec2-runner-with-fallback" in-house CI action
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 with :
2929 repository : instructlab/ci-actions
3030 # clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -95,15 +95,15 @@ jobs:
9595 sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
9696
9797 - name : Checkout instructlab/instructlab
98- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9999 with :
100100 repository : " instructlab/instructlab"
101101 path : " instructlab"
102102 # https://github.com/actions/checkout/issues/249
103103 fetch-depth : 0
104104
105105 - name : Checkout instructlab/sdg
106- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107107 with :
108108 path : " sdg"
109109 # https://github.com/actions/checkout/issues/249
Original file line number Diff line number Diff line change 4646 ec2-instance-region : ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
4747 steps :
4848 - name : Checkout "launch-ec2-runner-with-fallback" in-house CI action
49- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 with :
5151 repository : instructlab/ci-actions
5252 # clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -118,7 +118,7 @@ jobs:
118118 sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
119119
120120 - name : Checkout instructlab/sdg
121- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122122 with :
123123 # https://github.com/actions/checkout/issues/249
124124 fetch-depth : 0
Original file line number Diff line number Diff line change 6565 tox -e validate-pipelines
6666 steps :
6767 - name : " Checkout"
68- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 with :
7070 # https://github.com/actions/checkout/issues/249
7171 fetch-depth : 0
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : " Checkout"
40- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141 with :
4242 # for setuptools-scm
4343 fetch-depth : 0
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : " Checkout"
35- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 fetch-depth : 0
3838
You can’t perform that action at this time.
0 commit comments