Skip to content

Commit b1b5f8d

Browse files
authored
Merge pull request #3786 from docker/dependabot/github_actions/crazy-max/dot-github-1.6.0
build(deps): bump crazy-max/.github from 1.3.0 to 1.6.0
2 parents a5ea051 + 09d30f9 commit b1b5f8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
-
160160
name: Generate annotations
161161
if: always()
162-
uses: crazy-max/.github/.github/actions/gotest-annotations@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
162+
uses: crazy-max/.github/.github/actions/gotest-annotations@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
163163
with:
164164
directory: ./bin/testreports
165165
-
@@ -237,7 +237,7 @@ jobs:
237237
-
238238
name: Generate annotations
239239
if: always()
240-
uses: crazy-max/.github/.github/actions/gotest-annotations@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
240+
uses: crazy-max/.github/.github/actions/gotest-annotations@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
241241
with:
242242
directory: ${{ env.TESTREPORTS_DIR }}
243243
-
@@ -409,7 +409,7 @@ jobs:
409409
-
410410
name: Scout
411411
id: scout
412-
uses: crazy-max/.github/.github/actions/docker-scout@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
412+
uses: crazy-max/.github/.github/actions/docker-scout@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
413413
with:
414414
version: ${{ env.SCOUT_VERSION }}
415415
format: sarif

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
-
147147
name: Install k3s
148148
if: matrix.driver == 'kubernetes'
149-
uses: crazy-max/.github/.github/actions/install-k3s@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0
149+
uses: crazy-max/.github/.github/actions/install-k3s@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
150150
with:
151151
version: ${{ env.K3S_VERSION }}
152152
-

0 commit comments

Comments
 (0)