Skip to content

Commit 8d14268

Browse files
committed
ci: update crazy-max/.github reusable workflows to latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 63ebbeb commit 8d14268

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
-
162162
name: Generate annotations
163163
if: always()
164-
uses: crazy-max/.github/.github/actions/gotest-annotations@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
164+
uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642
165165
with:
166166
directory: ./bin/testreports
167167
-
@@ -239,7 +239,7 @@ jobs:
239239
-
240240
name: Generate annotations
241241
if: always()
242-
uses: crazy-max/.github/.github/actions/gotest-annotations@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
242+
uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642
243243
with:
244244
directory: ${{ env.TESTREPORTS_DIR }}
245245
-
@@ -478,7 +478,7 @@ jobs:
478478
-
479479
name: Scout
480480
id: scout
481-
uses: crazy-max/.github/.github/actions/docker-scout@ccae1c98f1237b5c19e4ef77ace44fa68b3bc7e4
481+
uses: crazy-max/.github/.github/actions/docker-scout@71eec88cb5c2185e8209fab03eeb1f4c76129642
482482
with:
483483
version: ${{ env.SCOUT_VERSION }}
484484
format: sarif

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
-
154154
name: Install k3s
155155
if: matrix.driver == 'kubernetes'
156-
uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a
156+
uses: crazy-max/.github/.github/actions/install-k3s@71eec88cb5c2185e8209fab03eeb1f4c76129642
157157
with:
158158
version: ${{ env.K3S_VERSION }}
159159
-

.github/workflows/pr-assign-author.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
run:
14-
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@c27924b5b93ccfe6dcc0d7b22e779ef3c05f9a92
14+
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@71eec88cb5c2185e8209fab03eeb1f4c76129642
1515
permissions:
1616
contents: read
1717
pull-requests: write

0 commit comments

Comments
 (0)