Skip to content

Commit

Permalink
Merge pull request #872 from suzuki-shunsuke/renovate/suzuki-shunsuke…
Browse files Browse the repository at this point in the history
…-go-test-workflow-0.x

chore(deps): update suzuki-shunsuke/go-test-workflow action to v0.4.2
  • Loading branch information
suzuki-shunsuke authored Apr 12, 2023
2 parents 67da440 + 2b981e7 commit af7c079
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
with:
aqua_version: v2.3.2
aqua_policy_config: aqua/policy.yaml
permissions:
pull-requests: write
contents: read
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
with:
homebrew: true
go-version: 1.20.3
aqua_policy_config: aqua/policy.yaml
aqua_version: v2.3.2
secrets:
gh_app_id: ${{ secrets.APP_ID }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:

permissions: {}

env:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua/policy.yaml

jobs:
test-main:
runs-on: ubuntu-latest
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: test
permissions: {}
on: pull_request

env:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua/policy.yaml

jobs:
path-filter:
# Get changed files to filter jobs
Expand Down Expand Up @@ -39,17 +36,15 @@ jobs:
permissions:
contents: read
with:
aqua_policy_config: aqua/policy.yaml
aqua_version: v2.3.2
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}

test:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@d066660eecb8f8a005d498a561d1938e3a843571 # v0.4.1
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@66610a63dfe5160d97e1b68bc53949ceed18e0db # v0.5.0
with:
aqua_policy_config: aqua/policy.yaml
aqua_version: v2.3.2
go-version: 1.20.3
golangci-lint-timeout: 120s
Expand Down Expand Up @@ -133,4 +128,3 @@ jobs:
if: failure()
steps:
- run: exit 1

8 changes: 0 additions & 8 deletions aqua/policy.yaml

This file was deleted.

0 comments on commit af7c079

Please sign in to comment.