Skip to content

Commit

Permalink
chore(deps): update suzuki-shunsuke/go-test-full-workflow action to v2 (
Browse files Browse the repository at this point in the history
#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 <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 31, 2025
1 parent 046422d commit d9b4f63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 1 addition & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9b4f63

Please sign in to comment.