Skip to content

Commit

Permalink
Update dev-hato/actions-format-json-yml action to v0.0.67 (#1544)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Sep 8, 2024
1 parent bc66de9 commit 5ee5be2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
pull_request:
branches: ["main"]
schedule:
- cron: '22 15 * * 4'
- cron: "22 15 * * 4"
permissions:
actions: read
contents: read
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
language: ["javascript-typescript"]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-json-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ steps.generate_token.outputs.token }}
- uses: dev-hato/[email protected].66
- uses: dev-hato/[email protected].67
with:
github-token: ${{ steps.generate_token.outputs.token }}
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-cache-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 21 * * *' # 06:00 JST
- cron: "0 21 * * *" # 06:00 JST
workflow_dispatch:
permissions: read-all
jobs:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# actions-create-release

リリースを作成するGitHub Actionsです。
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'create-release'
author: 'dev-hato Development Team'
description: 'リリースを作成する'
name: "create-release"
author: "dev-hato Development Team"
description: "リリースを作成する"
inputs:
github-token: # id of input
description: 'GITHUB_TOKEN'
description: "GITHUB_TOKEN"
required: true
runs:
using: "composite"
Expand Down
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>dev-hato/renovate-config"
]
"extends": ["github>dev-hato/renovate-config"]
}

0 comments on commit 5ee5be2

Please sign in to comment.