There was an error while loading. Please reload this page.
1 parent 373b51c commit 1a227e5Copy full SHA for 1a227e5
1 file changed
.github/workflows/ci.yml
@@ -150,6 +150,8 @@ jobs:
150
docker_build:
151
name: Build Docker
152
runs-on: ubuntu-latest
153
+ permissions:
154
+ contents: read
155
steps:
156
- uses: actions/checkout@v6
157
@@ -181,6 +183,8 @@ jobs:
181
183
run-hive:
182
184
name: Hive - ${{ matrix.name }}
185
186
187
188
needs: docker_build
189
strategy:
190
fail-fast: false
@@ -249,7 +253,7 @@ jobs:
249
253
echo "flags=$FLAGS" >> "$GITHUB_OUTPUT"
250
254
251
255
- name: Run Hive Simulation
252
- uses: ethpandaops/hive-github-action@v0.5.0
256
+ uses: ethpandaops/hive-github-action@1aa8d73dad34de13afbb3113ab16c1a462d2fbc3 # v0.5.0
257
with:
258
hive_repository: ethereum/hive
259
hive_version: 6f704d0cd8fb4dfd3f635abcc5a3ea6cd395e61b
0 commit comments