Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/pinact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

Check failure on line 23 in .github/workflows/pinact.yaml

View workflow job for this annotation

GitHub Actions / pinact

pinact min-age violation

action version is younger than the min-age cutoff: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 committed at 2026-06-02 (cutoff 2026-05-27)
with:
persist-credentials: false

- name: Pin actions
uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0
uses: suzuki-shunsuke/pinact-action@896d595f299e71d65b9d28349d6956abe144390a # v3.0.0
with:
skip_push: true
verify: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

Check failure on line 13 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact min-age violation

action version is younger than the min-age cutoff: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 committed at 2026-06-02 (cutoff 2026-05-27)

- name: Set up Node.js
uses: labd/gh-actions-typescript/pnpm-install@e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62 # main
uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # main

Check notice on line 16 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact error

uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # v1.0.2

- name: Lint
run: pnpm lint
Expand All @@ -29,10 +29,10 @@

steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

Check failure on line 32 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact min-age violation

action version is younger than the min-age cutoff: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 committed at 2026-06-02 (cutoff 2026-05-27)

- name: Set up Node.js
uses: labd/gh-actions-typescript/pnpm-install@e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62 # main
uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # main

Check notice on line 35 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact error

uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # v1.0.2
with:
node-version: ${{ matrix.node }}

Expand All @@ -54,12 +54,12 @@
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

Check failure on line 57 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact min-age violation

action version is younger than the min-age cutoff: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 committed at 2026-06-02 (cutoff 2026-05-27)
with:
fetch-depth: 0

- name: Set up Node.js
uses: labd/gh-actions-typescript/pnpm-install@e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62 # main
uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # main

Check notice on line 62 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact error

uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # v1.0.2
with:
node-version: 24.x

Expand All @@ -70,7 +70,7 @@
run: npm i -g npm@11.12.1

- name: Create and publish versions
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
with:
title: "Release new version"
commit: "update version"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

Check failure on line 23 in .github/workflows/zizmor.yaml

View workflow job for this annotation

GitHub Actions / pinact

pinact min-age violation

action version is younger than the min-age cutoff: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 committed at 2026-06-02 (cutoff 2026-05-27)
with:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
annotations: true
Expand Down
Loading