Merge pull request #3725 from crazy-max/update-crazy-max-github

ci: update crazy-max/.github reusable workflows to latest
This commit is contained in:
Tõnis Tiigi
2026-03-12 14:49:17 -07:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -166,7 +166,7 @@ jobs:
- -
name: Generate annotations name: Generate annotations
if: always() if: always()
uses: crazy-max/.github/.github/actions/gotest-annotations@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9 uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642
with: with:
directory: ./bin/testreports directory: ./bin/testreports
- -
@@ -244,7 +244,7 @@ jobs:
- -
name: Generate annotations name: Generate annotations
if: always() if: always()
uses: crazy-max/.github/.github/actions/gotest-annotations@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9 uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642
with: with:
directory: ${{ env.TESTREPORTS_DIR }} directory: ${{ env.TESTREPORTS_DIR }}
- -
@@ -416,7 +416,7 @@ jobs:
- -
name: Scout name: Scout
id: scout id: scout
uses: crazy-max/.github/.github/actions/docker-scout@ccae1c98f1237b5c19e4ef77ace44fa68b3bc7e4 uses: crazy-max/.github/.github/actions/docker-scout@71eec88cb5c2185e8209fab03eeb1f4c76129642
with: with:
version: ${{ env.SCOUT_VERSION }} version: ${{ env.SCOUT_VERSION }}
format: sarif format: sarif
+1 -1
View File
@@ -153,7 +153,7 @@ jobs:
- -
name: Install k3s name: Install k3s
if: matrix.driver == 'kubernetes' if: matrix.driver == 'kubernetes'
uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a uses: crazy-max/.github/.github/actions/install-k3s@71eec88cb5c2185e8209fab03eeb1f4c76129642
with: with:
version: ${{ env.K3S_VERSION }} version: ${{ env.K3S_VERSION }}
- -
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs: jobs:
run: run:
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@c27924b5b93ccfe6dcc0d7b22e779ef3c05f9a92 uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@71eec88cb5c2185e8209fab03eeb1f4c76129642
permissions: permissions:
contents: read contents: read
pull-requests: write pull-requests: write