Skip to content

Commit bddf212

Browse files
build(deps): bump crazy-max/.github from 1.1.0 to 1.3.0
Bumps [crazy-max/.github](https://github.com/crazy-max/.github) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](crazy-max/.github@20ef822...bb328ea) --- updated-dependencies: - dependency-name: crazy-max/.github dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b54112b commit bddf212

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
-
161161
name: Generate annotations
162162
if: always()
163-
uses: crazy-max/.github/.github/actions/gotest-annotations@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
163+
uses: crazy-max/.github/.github/actions/gotest-annotations@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
164164
with:
165165
directory: ./bin/testreports
166166
-
@@ -238,7 +238,7 @@ jobs:
238238
-
239239
name: Generate annotations
240240
if: always()
241-
uses: crazy-max/.github/.github/actions/gotest-annotations@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
241+
uses: crazy-max/.github/.github/actions/gotest-annotations@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
242242
with:
243243
directory: ${{ env.TESTREPORTS_DIR }}
244244
-
@@ -410,7 +410,7 @@ jobs:
410410
-
411411
name: Scout
412412
id: scout
413-
uses: crazy-max/.github/.github/actions/docker-scout@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
413+
uses: crazy-max/.github/.github/actions/docker-scout@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
414414
with:
415415
version: ${{ env.SCOUT_VERSION }}
416416
format: sarif

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
-
148148
name: Install k3s
149149
if: matrix.driver == 'kubernetes'
150-
uses: crazy-max/.github/.github/actions/install-k3s@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0
150+
uses: crazy-max/.github/.github/actions/install-k3s@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
151151
with:
152152
version: ${{ env.K3S_VERSION }}
153153
-

0 commit comments

Comments
 (0)