Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
chore: update actions (#815)
Browse files Browse the repository at this point in the history
* chore: update actions

* ci: fix
  • Loading branch information
suzuki-shunsuke authored Jul 24, 2024
1 parent 12cc0e4 commit c5e38cf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 20 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ on:
- aqua/reviewdog.yaml
jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@813a6d08c08cfd7a08618a89a59bfe78e573597c # v1.0.1
with:
aqua_version: v2.25.0
aqua_policy_config: aqua-policy.yaml
aqua_version: v2.30.0
permissions:
pull-requests: write
contents: read
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: 1.20.1
- run: go build -o /usr/local/bin/tfmigrator ./cmd/tfmigrator
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
tags: [v*]
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@dc7096a64b1f1f8426fe836000f291e8b37dae3a # v0.5.0
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@c6100a0208cfcd46f2cf6c2761c2ba329dbf2850 # v1.0.2
with:
homebrew: true
go-version: 1.20.1
aqua_version: v2.25.0
aqua_policy_config: aqua-policy.yaml
aqua_version: v2.30.0
secrets:
gh_app_id: ${{ secrets.APP_ID }}
gh_app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ permissions: {}

jobs:
test-main:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@66610a63dfe5160d97e1b68bc53949ceed18e0db # v0.5.0
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@3191fc67e2aa6426e4bccd25be69b9d80b47a007 # v1.0.1
permissions:
pull-requests: write
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ on: pull_request

jobs:
test:
uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@36686a578a29e0d1f0ba71770c23c956663bb009 # v0.2.3
uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@23aa902bce3eb45e7c0b80c34e63c572af5209ce # v1.0.1
with:
aqua_policy_config: aqua-policy.yaml
aqua_version: v2.25.0
aqua_version: v2.30.0
go-version: 1.20.1
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down
8 changes: 0 additions & 8 deletions aqua-policy.yaml

This file was deleted.

0 comments on commit c5e38cf

Please sign in to comment.