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