From 8b0f9dd3c43d08654ced6dd42becb6a9b8725fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:10:49 +0000 Subject: [PATCH] chore(deps): Bump dagger/dagger-for-github from 8.3.0 to 8.4.0 Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](https://github.com/dagger/dagger-for-github/compare/v8.3.0...v8.4.0) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- .github/workflows/editorconfig-checker.yml | 2 +- .github/workflows/hadolint.yml | 2 +- .github/workflows/revive.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 50c206e..1cd4f6e 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.3.0 + uses: dagger/dagger-for-github@v8.4.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/actionlint@main diff --git a/.github/workflows/editorconfig-checker.yml b/.github/workflows/editorconfig-checker.yml index 8b88a59..4181666 100644 --- a/.github/workflows/editorconfig-checker.yml +++ b/.github/workflows/editorconfig-checker.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.3.0 + uses: dagger/dagger-for-github@v8.4.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/editorconfig@main diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index e7781a8..a9654e9 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.3.0 + uses: dagger/dagger-for-github@v8.4.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/hadolint@main diff --git a/.github/workflows/revive.yml b/.github/workflows/revive.yml index 60a7969..e8188b7 100644 --- a/.github/workflows/revive.yml +++ b/.github/workflows/revive.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.3.0 + uses: dagger/dagger-for-github@v8.4.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/revive@main diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index a436679..c4b5384 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.3.0 + uses: dagger/dagger-for-github@v8.4.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/shellcheck@main diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 5ac749b..53d00fa 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.3.0 + uses: dagger/dagger-for-github@v8.4.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/yamllint@main