From d9b4f6363c660ea8d7f72fe899bb973e94adc99e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:35:32 +0900 Subject: [PATCH] chore(deps): update suzuki-shunsuke/go-test-full-workflow action to v2 (#1083) * chore(deps): update suzuki-shunsuke/go-test-full-workflow action to v2 * ci: use autofix.ci * test * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Suzuki Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .github/workflows/autofix.yaml | 13 +++++++++++++ .github/workflows/test.yaml | 9 +-------- 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/autofix.yaml diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml new file mode 100644 index 00000000..1cc0f003 --- /dev/null +++ b/.github/workflows/autofix.yaml @@ -0,0 +1,13 @@ +--- +name: autofix.ci +on: pull_request +permissions: {} +jobs: + autofix: + runs-on: ubuntu-24.04 + permissions: {} + timeout-minutes: 15 + steps: + - uses: suzuki-shunsuke/go-autofix-action@73cda30b328683149eda09e2540006ca76e37bb9 # v0.1.1 + with: + aqua_version: v2.43.0 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eb48fd3b..d1a9fabc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,19 +1,12 @@ --- name: test - on: pull_request - permissions: {} - jobs: test: - uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@029780ba7d07d599d59cd5aea8496f18c9b5447c # v1.1.2 + uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@98b1d118f22667c10788ac678906b0caef8909ba # v2.0.0 with: aqua_version: v2.43.0 - go-version-file: go.mod - secrets: - gh_app_id: ${{secrets.APP_ID}} - gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}} permissions: pull-requests: write contents: read # To checkout private repository