authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-27 21:07:58+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-27 21:07:58+01:00
logfbafbd426268e0bbd3c938936459d680dc4eaaa6
treeda9461dfb01898a09ac8d90ec2aac796fc98a0e3
parent7af412b6b442214572559bec86ca1756cda3a2cf
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: pin actions/checkout to current ziglang/checkout@HEAD


1 files changed, 17 insertions(+), 17 deletions(-)

.forgejo/workflows/ci.yaml+17-17
......@@ -19,7 +19,7 @@ jobs:
1919 runs-on: [self-hosted, aarch64-linux]
2020 steps:
2121 - name: Checkout
22 uses: actions/checkout@v4
22 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
2323 with:
2424 fetch-depth: 0
2525 - name: Build and Test
......@@ -29,7 +29,7 @@ jobs:
2929 runs-on: [self-hosted, aarch64-linux]
3030 steps:
3131 - name: Checkout
32 uses: actions/checkout@v4
32 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
3333 with:
3434 fetch-depth: 0
3535 - name: Build and Test
......@@ -40,7 +40,7 @@ jobs:
4040 runs-on: [self-hosted, aarch64-macos]
4141 steps:
4242 - name: Checkout
43 uses: actions/checkout@v4
43 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
4444 with:
4545 fetch-depth: 0
4646 - name: Build and Test
......@@ -50,7 +50,7 @@ jobs:
5050 runs-on: [self-hosted, aarch64-macos]
5151 steps:
5252 - name: Checkout
53 uses: actions/checkout@v4
53 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
5454 with:
5555 fetch-depth: 0
5656 - name: Build and Test
......@@ -61,7 +61,7 @@ jobs:
6161 runs-on: [self-hosted, loongarch64-linux]
6262 steps:
6363 - name: Checkout
64 uses: actions/checkout@v4
64 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
6565 with:
6666 fetch-depth: 0
6767 - name: Build and Test
......@@ -71,7 +71,7 @@ jobs:
7171 runs-on: [self-hosted, loongarch64-linux]
7272 steps:
7373 - name: Checkout
74 uses: actions/checkout@v4
74 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
7575 with:
7676 fetch-depth: 0
7777 - name: Build and Test
......@@ -83,7 +83,7 @@ jobs:
8383 runs-on: [self-hosted, riscv64-linux]
8484 steps:
8585 - name: Checkout
86 uses: actions/checkout@v4
86 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
8787 with:
8888 fetch-depth: 0
8989 - name: Build and Test
......@@ -94,7 +94,7 @@ jobs:
9494 runs-on: [self-hosted, riscv64-linux]
9595 steps:
9696 - name: Checkout
97 uses: actions/checkout@v4
97 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
9898 with:
9999 fetch-depth: 0
100100 - name: Build and Test
......@@ -105,7 +105,7 @@ jobs:
105105 runs-on: [self-hosted, s390x-linux]
106106 steps:
107107 - name: Checkout
108 uses: actions/checkout@v4
108 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
109109 with:
110110 fetch-depth: 0
111111 - name: Build and Test
......@@ -115,7 +115,7 @@ jobs:
115115 runs-on: [self-hosted, s390x-linux]
116116 steps:
117117 - name: Checkout
118 uses: actions/checkout@v4
118 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
119119 with:
120120 fetch-depth: 0
121121 - name: Build and Test
......@@ -126,7 +126,7 @@ jobs:
126126 runs-on: [self-hosted, x86_64-freebsd]
127127 steps:
128128 - name: Checkout
129 uses: actions/checkout@v4
129 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
130130 with:
131131 fetch-depth: 0
132132 - name: Build and Test
......@@ -136,7 +136,7 @@ jobs:
136136 runs-on: [self-hosted, x86_64-freebsd]
137137 steps:
138138 - name: Checkout
139 uses: actions/checkout@v4
139 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
140140 with:
141141 fetch-depth: 0
142142 - name: Build and Test
......@@ -147,7 +147,7 @@ jobs:
147147 runs-on: [self-hosted, x86_64-linux]
148148 steps:
149149 - name: Checkout
150 uses: actions/checkout@v4
150 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
151151 with:
152152 fetch-depth: 0
153153 - name: Build and Test
......@@ -157,7 +157,7 @@ jobs:
157157 runs-on: [self-hosted, x86_64-linux]
158158 steps:
159159 - name: Checkout
160 uses: actions/checkout@v4
160 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
161161 with:
162162 fetch-depth: 0
163163 - name: Build and Test
......@@ -167,7 +167,7 @@ jobs:
167167 runs-on: [self-hosted, x86_64-linux]
168168 steps:
169169 - name: Checkout
170 uses: actions/checkout@v4
170 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
171171 with:
172172 fetch-depth: 0
173173 - name: Build and Test
......@@ -178,7 +178,7 @@ jobs:
178178 runs-on: [self-hosted, x86_64-windows]
179179 steps:
180180 - name: Checkout
181 uses: actions/checkout@v4
181 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
182182 with:
183183 fetch-depth: 0
184184 - name: Build and Test
......@@ -188,7 +188,7 @@ jobs:
188188 runs-on: [self-hosted, x86_64-windows]
189189 steps:
190190 - name: Checkout
191 uses: actions/checkout@v4
191 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
192192 with:
193193 fetch-depth: 0
194194 - name: Build and Test