Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @SPHTech-Platform/platform-engineering
4 changes: 2 additions & 2 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-actionlint@v1
- uses: actions/checkout@v6
- uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0
if: github.event_name == 'pull_request'
- name: Check workflow files
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ jobs:
name: Update pre-commit config automatically
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: SPHTech-Platform/gha-tflint-aws-plugin-autoupdate@main
name: Update tflint aws plugin automatically
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.7.12
hooks:
- id: actionlint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
# Git style
- id: check-added-large-files
Expand Down
59 changes: 0 additions & 59 deletions .tflint.hcl

This file was deleted.

9 changes: 3 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2

- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: Install pre-commit and run autoupdate
shell: bash
run: |
pip install pre-commit
pre-commit autoupdate

- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
token: ${{ inputs.GITHUB_TOKEN }}
branch: update/pre-commit-hooks
Expand Down
Loading