diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index bc88ffa..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@8.0.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 66dda30..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@8.0.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/hadolint.yml b/.github/workflows/hadolint.yml index 0bc7ef9..632762e 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@8.0.0 + uses: dagger/dagger-for-github@v8.2.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 ffa33a8..e9ba2a4 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@8.0.0 + uses: dagger/dagger-for-github@v8.2.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 045fe40..0ff2185 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@8.0.0 + uses: dagger/dagger-for-github@v8.2.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 3834ba3..1629339 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@8.0.0 + uses: dagger/dagger-for-github@v8.2.0 with: args: check --source=. stderr module: github.com/softwaredevelop/daggerverse/yamllint@main