-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26d2b07
commit 07754ba
Showing
16 changed files
with
96 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
tag_name: ${{ steps.release-drafter.outputs.tag_name }} | ||
steps: | ||
# Get next version | ||
- uses: release-drafter/release-drafter@v5 | ||
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5 | ||
id: release-drafter | ||
with: | ||
config-name: release-drafter-git-green-cli.yml | ||
|
@@ -47,19 +47,19 @@ jobs: | |
} | ||
# Use GitHub App for bypassing ruleset guard | ||
- uses: actions/create-github-app-token@v1 | ||
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 | ||
id: app-token | ||
with: | ||
app-id: ${{ secrets.PUSH_BYPASS_APP_ID }} | ||
private-key: ${{ secrets.PUSH_BYPASS_APP_PRIVATE_KEY }} | ||
|
||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
with: | ||
ref: main | ||
token: ${{ steps.app-token.outputs.token }} | ||
|
||
- name: Setup Bun | ||
uses: oven-sh/setup-bun@v1 | ||
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 | ||
with: | ||
bun-version: latest | ||
- name: Install dependencies | ||
|
@@ -74,7 +74,7 @@ jobs: | |
git config user.email [email protected] | ||
# Publish packages to npm registry and push updated package.json and package-lock.json | ||
- uses: actions/setup-node@v4 | ||
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 | ||
with: | ||
node-version: '21.x' | ||
registry-url: 'https://registry.npmjs.org' | ||
|
@@ -88,7 +88,7 @@ jobs: | |
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
- uses: release-drafter/release-drafter@v5 | ||
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5 | ||
with: | ||
config-name: release-drafter-git-green-cli.yml | ||
publish: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,13 +30,13 @@ jobs: | |
|
||
steps: | ||
- name: Get branch name | ||
uses: xt0rted/pull-request-comment-branch@v2 | ||
uses: xt0rted/pull-request-comment-branch@d97294d304604fa98a2600a6e2f916a84b596dc7 # v2 | ||
id: comment-branch | ||
with: | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Checkout Commit | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 | ||
with: | ||
ref: ${{ steps.comment-branch.outputs.head_ref }} | ||
fetch-depth: 0 # 全ブランチの履歴を取得 | ||
|
@@ -54,7 +54,7 @@ jobs: | |
git config --global user.email '[email protected]' | ||
- name: Setup Bun | ||
uses: oven-sh/setup-bun@v1 | ||
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 | ||
with: | ||
bun-version: latest | ||
|
||
|
@@ -73,7 +73,7 @@ jobs: | |
|
||
- name: Lost Pixel Update | ||
id: lostpixel | ||
uses: lost-pixel/[email protected] | ||
uses: lost-pixel/lost-pixel@6db31948aef97f10ea9c7b1a8fa8dd3a0ce2dd49 # v3.16.0 | ||
env: | ||
LOST_PIXEL_MODE: update | ||
LOST_PIXEL_DISABLE_TELEMETRY: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ jobs: | |
TURBO_TEAM: ${{ vars.TURBO_TEAM }} | ||
steps: | ||
- name: Checkout Commit | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
with: | ||
fetch-depth: 2 | ||
|
||
- name: Setup Bun | ||
uses: oven-sh/setup-bun@v1 | ||
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 | ||
with: | ||
bun-version: latest | ||
- name: Install dependencies | ||
|
@@ -49,7 +49,7 @@ jobs: | |
TURBO_TEAM: ${{ vars.TURBO_TEAM }} | ||
steps: | ||
- name: Checkout Commit | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
with: | ||
fetch-depth: 2 | ||
|
||
|
@@ -60,7 +60,7 @@ jobs: | |
echo "ZENN_BASE_URL=${{ secrets.ZENN_BASE_URL }}" >> .env | ||
- name: Setup Bun | ||
uses: oven-sh/setup-bun@v1 | ||
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 | ||
with: | ||
bun-version: latest | ||
|
||
|
@@ -84,7 +84,7 @@ jobs: | |
|
||
- name: Lost Pixel | ||
id: lostpixel | ||
uses: lost-pixel/[email protected] | ||
uses: lost-pixel/lost-pixel@6db31948aef97f10ea9c7b1a8fa8dd3a0ce2dd49 # v3.16.0 | ||
env: | ||
LOST_PIXEL_DISABLE_TELEMETRY: 1 | ||
LOST_PIXEL_CONFIG_DIR: ${{ matrix.config.package }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.