Skip to content

Commit 865381e

Browse files
massongitrenovate[bot]github-actions[bot]
authored
dev-hato/actions-format-json-ymlアップデート (#746)
* Update dev-hato/actions-format-json-yml action to v0.0.46 * TOKEN設定 * formatが間違ってたので直してあげたよ! (#747) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 67c1f8c commit 865381e

9 files changed

+2
-33
lines changed

.github/workflows/add-to-task-list.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Add to Task List
2-
32
on:
43
pull_request:
54
types:
@@ -8,7 +7,6 @@ on:
87
issues:
98
types:
109
- opened
11-
1210
jobs:
1311
add-to-task-list:
1412
runs-on: ubuntu-latest

.github/workflows/create-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: create-release
3-
43
on:
54
push:
65
branches:
@@ -9,7 +8,6 @@ on:
98
- .github/workflows/create-release.yml
109
- scripts/action/**
1110
- action.yml
12-
1311
jobs:
1412
create-release:
1513
runs-on: ubuntu-latest
@@ -18,7 +16,6 @@ jobs:
1816
- uses: dev-hato/[email protected]
1917
with:
2018
github-token: ${{secrets.GITHUB_TOKEN}}
21-
2219
concurrency:
2320
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
2421
cancel-in-progress: true

.github/workflows/format-json-yml.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: format-json-yml
3-
43
on:
54
pull_request:
65
types:
@@ -11,11 +10,9 @@ on:
1110
push:
1211
branches:
1312
- main
14-
1513
permissions:
1614
contents: write
1715
pull-requests: write
18-
1916
jobs:
2017
format-json-yml:
2118
runs-on: ubuntu-latest
@@ -25,10 +22,10 @@ jobs:
2522
with:
2623
fetch-depth: 0
2724
ref: ${{ github.event.pull_request.head.sha }}
28-
- uses: dev-hato/[email protected]
25+
token: ${{secrets.CREATE_WORKFLOW_CI_TOKEN}}
26+
- uses: dev-hato/[email protected]
2927
with:
3028
github-token: ${{secrets.GITHUB_TOKEN}}
31-
3229
concurrency:
3330
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
3431
cancel-in-progress: true

.github/workflows/github-actions-cache-cleaner.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: github-actions-cache-cleaner
3-
43
on:
54
push:
65
branches:
@@ -13,7 +12,6 @@ on:
1312
- .github/workflows/github-actions-cache-cleaner.yml
1413
- scripts/action/**
1514
- action.yml
16-
1715
jobs:
1816
github-actions-cache-cleaner:
1917
runs-on: ubuntu-latest
@@ -22,7 +20,6 @@ jobs:
2220
- uses: ./
2321
with:
2422
github-token: ${{secrets.GITHUB_TOKEN}}
25-
2623
concurrency:
2724
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
2825
cancel-in-progress: true
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
---
22
name: renovate-config-validator
3-
43
on:
54
push:
65
branches:
76
- main
87
pull_request:
9-
108
jobs:
119
renovate-config-validator:
1210
runs-on: ubuntu-latest
13-
1411
steps:
1512
- uses: actions/[email protected]
1613
- uses: actions/[email protected]
1714
with:
1815
cache: npm
1916
- run: bash "${GITHUB_WORKSPACE}/scripts/renovate_config_validator/renovate_config_validator/validate.sh"
20-
2117
concurrency:
2218
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
2319
cancel-in-progress: true

.github/workflows/super-linter.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#################################
66
#################################
77
name: Lint Code Base
8-
98
#
109
# Documentation:
1110
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
@@ -19,7 +18,6 @@ on:
1918
branches:
2019
- main
2120
pull_request:
22-
2321
###############
2422
# Set the Job #
2523
###############
@@ -29,7 +27,6 @@ jobs:
2927
name: Lint Code Base
3028
# Set the agent to run on
3129
runs-on: ubuntu-latest
32-
3330
##################
3431
# Load all steps #
3532
##################
@@ -43,12 +40,10 @@ jobs:
4340
# Full git history is needed to get a proper list
4441
# of changed files within `super-linter`
4542
fetch-depth: 0
46-
4743
- uses: actions/[email protected]
4844
with:
4945
cache: npm
5046
- run: npm ci
51-
5247
################################
5348
# Run Linter against code base #
5449
################################
@@ -58,7 +53,6 @@ jobs:
5853
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5954
LINTER_RULES_PATH: .
6055
PATH: /github/workspace/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/node_modules/.bin:/venvs/ansible-lint/bin:/venvs/black/bin:/venvs/cfn-lint/bin:/venvs/cpplint/bin:/venvs/flake8/bin:/venvs/isort/bin:/venvs/mypy/bin:/venvs/pylint/bin:/venvs/snakefmt/bin:/venvs/snakemake/bin:/venvs/sqlfluff/bin:/venvs/yamllint/bin:/venvs/yq/bin:/var/cache/dotnet/tools:/usr/share/dotnet
61-
6256
concurrency:
6357
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
6458
cancel-in-progress: true

.github/workflows/update-gitleaks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: update-gitleaks
3-
43
on:
54
pull_request:
65
types:
@@ -11,11 +10,9 @@ on:
1110
push:
1211
branches:
1312
- main
14-
1513
permissions:
1614
contents: write
1715
pull-requests: write
18-
1916
jobs:
2017
update-gitleaks:
2118
runs-on: ubuntu-latest
@@ -35,7 +32,6 @@ jobs:
3532
- uses: dev-hato/[email protected]
3633
with:
3734
github-token: ${{secrets.GITHUB_TOKEN}}
38-
3935
concurrency:
4036
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
4137
cancel-in-progress: true

.github/workflows/update-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: update-package
3-
43
on:
54
pull_request:
65
types:
@@ -11,7 +10,6 @@ on:
1110
push:
1211
branches:
1312
- main
14-
1513
jobs:
1614
# npm installを実行し、package.jsonやpackage-lock.jsonに差分があればPRを作る
1715
update-package:
@@ -36,7 +34,6 @@ jobs:
3634
github-token: ${{secrets.GITHUB_TOKEN}}
3735
branch-name-prefix: fix-package
3836
pr-title-prefix: package.jsonやpackage-lock.jsonを直してあげたよ!
39-
4037
concurrency:
4138
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
4239
cancel-in-progress: true

.github/workflows/update-readme.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: update-readme
3-
43
on:
54
pull_request:
65
types:
@@ -11,7 +10,6 @@ on:
1110
push:
1211
branches:
1312
- main
14-
1513
jobs:
1614
update-readme:
1715
runs-on: ubuntu-latest
@@ -52,7 +50,6 @@ jobs:
5250
branch-name-prefix: fix-readme
5351
pr-title-prefix: README修正
5452
pr-description-prefix: READMEを修正しました。
55-
5653
concurrency:
5754
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
5855
cancel-in-progress: true

0 commit comments

Comments
 (0)