From e4977186f3a8f2170cd6dfd1d72e4ea52382d7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:06:20 +0000 Subject: [PATCH] chore(deps): bump dagger/dagger-for-github from 8.1.0 to 8.2.0 Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](https://github.com/dagger/dagger-for-github/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-version: 8.2.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/revive.yml | 2 +- .github/workflows/ruff.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 48318e2..134e8ed 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.1.0 + uses: dagger/dagger-for-github@v8.2.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 6199cd8..65822ee 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.1.0 + uses: dagger/dagger-for-github@v8.2.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/editorconfig@main diff --git a/.github/workflows/revive.yml b/.github/workflows/revive.yml index 578a937..1161c58 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.1.0 + uses: dagger/dagger-for-github@v8.2.0 with: args: check --source=. --debug stderr module: github.com/softwaredevelop/daggerverse/revive@main diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 8a852d9..1938118 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Call Dagger Function - uses: dagger/dagger-for-github@v8.1.0 + uses: dagger/dagger-for-github@v8.2.0 with: args: check-with-config --source=. --file=.ruff.toml stderr module: github.com/softwaredevelop/daggerverse/ruff@main diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index a7476c1..25f42b4 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.1.0 + uses: dagger/dagger-for-github@v8.2.0 with: args: check-with-config --source=. --file=./.yamllint --debug stderr module: github.com/softwaredevelop/daggerverse/yamllint@main