Skip to content
Draft
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
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
- uses: pnpm/action-setup@v4

Check failure on line 14 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / pin-check / pin-check

pinact error

- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0

Check notice on line 14 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / pin-support / pin-support

pinact error

- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pin-support] reported by reviewdog 🐶

Suggested change
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0


# 検証用: 公開から3日未満のリリース (v4.5.1 は 2026-07-24 公開)。if: false なので実行はされない
- if: ${{ false }}
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1

- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:11@sha256:efb4959ef2c835cd735dbc388eb9ad6aab0c78dd64febcd51bc17481111890c4
image: mariadb:11

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pin-support] reported by reviewdog 🐶

Suggested change
image: mariadb:11
image: mariadb:11@sha256:efb4959ef2c835cd735dbc388eb9ad6aab0c78dd64febcd51bc17481111890c4

restart: unless-stopped
ports:
- "3306:3306"
Expand Down
8 changes: 8 additions & 0 deletions tools/cooldown-demo/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "cooldown-demo",
"private": true,
"description": "検証用: 公開から7日未満の npm パッケージを厳密指定 (renovate@43.280.2 は 2026-07-24 公開)。pnpm workspace 外なので install はされない",
"dependencies": {
"renovate": "43.280.2"
}
}
Loading