Skip to content

Commit 9504ab6

Browse files
authored
Merge pull request #3740 from crazy-max/update-crazy-max-actions
ci: bump crazy-max/.github to 1.1.0
2 parents b1c1048 + dcc591e commit 9504ab6

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
@@ -166,7 +166,7 @@ jobs:
166166
-
167167
name: Generate annotations
168168
if: always()
169-
uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642
169+
uses: crazy-max/.github/.github/actions/gotest-annotations@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
170170
with:
171171
directory: ./bin/testreports
172172
-
@@ -244,7 +244,7 @@ jobs:
244244
-
245245
name: Generate annotations
246246
if: always()
247-
uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642
247+
uses: crazy-max/.github/.github/actions/gotest-annotations@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
248248
with:
249249
directory: ${{ env.TESTREPORTS_DIR }}
250250
-
@@ -416,7 +416,7 @@ jobs:
416416
-
417417
name: Scout
418418
id: scout
419-
uses: crazy-max/.github/.github/actions/docker-scout@71eec88cb5c2185e8209fab03eeb1f4c76129642
419+
uses: crazy-max/.github/.github/actions/docker-scout@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
420420
with:
421421
version: ${{ env.SCOUT_VERSION }}
422422
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@71eec88cb5c2185e8209fab03eeb1f4c76129642
156+
uses: crazy-max/.github/.github/actions/install-k3s@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
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@71eec88cb5c2185e8209fab03eeb1f4c76129642
14+
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
1515
permissions:
1616
contents: read
1717
pull-requests: write

0 commit comments

Comments
 (0)