Skip to content

Commit 5ee5be2

Browse files
renovate[bot]dev-hato-app[bot]github-actions[bot]
authored
Update dev-hato/actions-format-json-yml action to v0.0.67 (#1544)
* Update dev-hato/actions-format-json-yml action to v0.0.67 * formatが間違ってたので直してあげたよ! #1544 (#1545) 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: dev-hato-app[bot] <111467236+dev-hato-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc66de9 commit 5ee5be2

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
pull_request:
1717
branches: ["main"]
1818
schedule:
19-
- cron: '22 15 * * 4'
19+
- cron: "22 15 * * 4"
2020
permissions:
2121
actions: read
2222
contents: read
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
language: ['javascript-typescript']
37+
language: ["javascript-typescript"]
3838
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
3939
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
4040
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
ref: ${{ github.event.pull_request.head.sha }}
3131
token: ${{ steps.generate_token.outputs.token }}
32-
- uses: dev-hato/actions-format-json-yml@v0.0.66
32+
- uses: dev-hato/actions-format-json-yml@v0.0.67
3333
with:
3434
github-token: ${{ steps.generate_token.outputs.token }}
3535
concurrency:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 21 * * *' # 06:00 JST
8+
- cron: "0 21 * * *" # 06:00 JST
99
workflow_dispatch:
1010
permissions: read-all
1111
jobs:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# actions-create-release
2+
23
リリースを作成するGitHub Actionsです。

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: 'create-release'
2-
author: 'dev-hato Development Team'
3-
description: 'リリースを作成する'
1+
name: "create-release"
2+
author: "dev-hato Development Team"
3+
description: "リリースを作成する"
44
inputs:
55
github-token: # id of input
6-
description: 'GITHUB_TOKEN'
6+
description: "GITHUB_TOKEN"
77
required: true
88
runs:
99
using: "composite"

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"github>dev-hato/renovate-config"
5-
]
3+
"extends": ["github>dev-hato/renovate-config"]
64
}

0 commit comments

Comments
 (0)