Commit Graph

340 Commits

Author SHA1 Message Date
Taiki Endo
4eac87a846 ci: Update config 2026-04-05 18:48:22 +09:00
Taiki Endo
5b41336748 Add issue template 2026-04-05 18:40:32 +09:00
Taiki Endo
5311ff906c ci: Update release workflow 2026-04-05 01:11:47 +09:00
Taiki Endo
f43d7b21e2 Accept trailing comma in tool input option 2026-04-04 22:08:16 +09:00
daxpedda
ba78689f17 Add cargo-xwin (#1659) 2026-04-04 21:52:15 +09:00
Taiki Endo
befcb22678 ci: Test ubuntu:rolling and debian:testing 2026-04-04 12:06:46 +09:00
Taiki Endo
5a655e2135 tools: Update tidy.sh and related config 2026-04-04 04:19:24 +09:00
Taiki Endo
7ed69aba6b ci: Use credential.helper cache instead of credential.helper store 2026-04-03 01:15:08 +09:00
Taiki Endo
beb0949bbd Retry on bash startup failure on Windows 2026-04-02 21:10:55 +09:00
Jesse Black
dbccc502f2 Support covgate (#1613) 2026-04-02 00:17:21 +09:00
Taiki Endo
41213fbc0e zizmor: Apply more lints 2026-03-30 01:56:27 +09:00
Taiki Endo
7d31177690 ci: Test ubuntu 26.04 container 2026-03-29 12:55:04 +09:00
Taiki Endo
cd20062255 ci: Update config 2026-03-29 00:12:26 +09:00
Taiki Endo
38b59bc959 ci: Fix release workflow 2026-03-27 23:22:50 +09:00
Taiki Endo
4bb73acd2d ci: Fix release workflow 2026-03-27 02:22:49 +09:00
Taiki Endo
a69eea0c9b ci: Update to new release workflow 2026-03-27 02:00:56 +09:00
Taiki Endo
3da8dc3058 Update cspell dictionary 2026-03-23 22:31:39 +09:00
Taiki Endo
ef1e8ec3f0 ci: Update config 2026-03-22 22:20:46 +09:00
Taiki Endo
c35d18270e Support signature verification for mise and syft 2026-03-22 01:51:55 +09:00
Taiki Endo
9881fbaadb Update TOOLS.md to include aliases 2026-03-21 05:53:02 +09:00
Taiki Endo
f16aa47b3d ci: Disable deployment
https://github.blog/changelog/2026-03-19-github-actions-late-march-2026-updates/#github-actions-now-allows-developers-to-use-environments-without-auto-deployment
2026-03-21 03:31:00 +09:00
Taiki Endo
1118ed93bc ci: Update config 2026-03-16 22:23:13 +09:00
Taiki Endo
8913ca02e9 ci: Update config 2026-03-12 23:31:38 +09:00
Taiki Endo
3c19ebdd96 zizmor: Enable ref-confusion 2026-03-09 00:51:41 +09:00
Taiki Endo
7c8485f106 Update script and CI config 2026-03-09 00:26:51 +09:00
Taiki Endo
74437a9bed ci: Update permissions for tidy reusable workflow 2026-03-03 21:25:52 +09:00
gamma0987
28a014e014 Add gungraun-runner (#1520) 2026-02-17 02:31:19 +09:00
Taiki Endo
3f08cd5894 ci: Temporarily disable broken archlinux test
```
  :: Synchronizing package databases...
   core downloading...
   extra downloading...
  resolving dependencies...
  looking for conflicting packages...

  Package (9)           New Version                  Net Change  Download Size

  core/db5.3            5.3.28-7                       6.48 MiB       1.26 MiB
  core/libgcc           15.2.1+r604+g0b99615a8aef-1    0.17 MiB       0.08 MiB
  core/libstdc++        15.2.1+r604+g0b99615a8aef-1    2.57 MiB       0.75 MiB
  core/perl             5.42.0-1                      69.88 MiB      20.40 MiB
  extra/perl-error      0.17030-3                      0.04 MiB       0.02 MiB
  extra/perl-mailtools  2.22-3                         0.10 MiB       0.06 MiB
  extra/perl-timedate   2.33-9                         0.08 MiB       0.03 MiB
  extra/zlib-ng         2.3.3-1                        0.28 MiB       0.11 MiB
  extra/git             2.53.0-1                      29.72 MiB       6.83 MiB

  Total Download Size:    29.53 MiB
  Total Installed Size:  109.31 MiB

  :: Proceed with installation? [Y/n]
  :: Retrieving packages...
   perl-5.42.0-1-x86_64 downloading...
   git-2.53.0-1-x86_64 downloading...
   db5.3-5.3.28-7-x86_64 downloading...
   libstdc++-15.2.1+r604+g0b99615a8aef-1-x86_64 downloading...
   zlib-ng-2.3.3-1-x86_64 downloading...
   libgcc-15.2.1+r604+g0b99615a8aef-1-x86_64 downloading...
   perl-mailtools-2.22-3-any downloading...
   perl-timedate-2.33-9-any downloading...
   perl-error-0.17030-3-any downloading...
  checking keyring...
  checking package integrity...
  loading package files...
  checking for file conflicts...
  error: failed to commit transaction (conflicting files)
  libgcc: /usr/lib/libgcc_s.so exists in filesystem (owned by gcc-libs)
  libgcc: /usr/lib/libgcc_s.so.1 exists in filesystem (owned by gcc-libs)
  libgcc: /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION exists in filesystem (owned by gcc-libs)
  libstdc++: /usr/lib/libstdc++.so exists in filesystem (owned by gcc-libs)
  libstdc++: /usr/lib/libstdc++.so.6 exists in filesystem (owned by gcc-libs)
  libstdc++: /usr/lib/libstdc++.so.6.0.34 exists in filesystem (owned by gcc-libs)
  Errors occurred, no packages were upgraded.
```
2026-02-17 01:16:21 +09:00
Taiki Endo
04da82019b ci: Test more alpine containers 2026-02-14 18:44:28 +09:00
Taiki Endo
d22c04db3c Revert "ci: Temporarily disable cygwin test"
This reverts commit 3f8c36b267.
2026-02-14 18:43:15 +09:00
Taiki Endo
3f8c36b267 ci: Temporarily disable cygwin test
```
+ choco install --no-progress --requirechecksums cygwin
Chocolatey v2.6.0
Installing the following packages:
cygwin
By installing, you accept licenses for the packages.
Downloading package from source 'https://community.chocolatey.org/api/v2/'

Cygwin v3.6.6 [Approved]
Cygwin package files install completed. Performing other installation steps.
Download site: http://mirrors.kernel.org/sourceware/cygwin/
Installing 64-bit Cygwin...
ERROR: Running ["C:\ProgramData\chocolatey\lib\Cygwin\tools\setup-x86_64.exe" --quiet-mode --site "http://mirrors.kernel.org/sourceware/cygwin/" --packages default --root "C:\tools\cygwin" --local-package-dir "C:\tools\cygwin" --no-desktop] was not successful. Exit code was '1'. See log for possible error messages.
Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
The install of Cygwin was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1'.
 See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - Cygwin (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1'.
 See log for details.

Did you know the proceeds of Pro (and some proceeds from other
 licensed editions) go into bettering the community infrastructure?
 Your support ensures an active community, keeps Chocolatey tip-top,
 plus it nets you some awesome features!
 https://chocolatey.org/compare
```
2026-02-14 01:10:54 +09:00
Taiki Endo
0fca428425 ci: Use taiki-e/github-actions/.github/workflows/gen.yml reusable workflow 2026-02-11 20:37:31 +09:00
Taiki Endo
50332096a7 Address zizmor lint change
https://docs.zizmor.sh/audits/#misfeature

> Prior to v1.21.0, this check was performed by the obfuscation audit.
2026-01-17 00:15:22 +09:00
Frank Elsinga
09980ef8ed Support cargo-insta (#1372) 2025-12-20 14:00:03 +09:00
Taiki Endo
5d018ee3d2 Support whitespace separated list 2025-12-17 19:59:30 +09:00
Jo
a9e9081aa4 Support prek (#1357) 2025-12-17 18:56:50 +09:00
Marco Neumann
9661978e85 Support tombi (#1340) 2025-12-13 01:38:04 +09:00
dependabot[bot]
165e0c92e4 Bump peter-evans/create-pull-request from 7 to 8 (#1344)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 12:40:01 +00:00
Taiki Endo
c8c9b5bb95 tools: Update scripts 2025-12-04 02:45:49 +09:00
Taiki Endo
8aeb767d80 ci: Pin create-release reusable workflow 2025-12-04 02:45:39 +09:00
Taiki Endo
6eea626a2b ci: Test ubuntu-slim 2025-12-01 00:28:20 +09:00
Taiki Endo
1184949f42 Apply zizmor and update scripts 2025-12-01 00:24:40 +09:00
Taiki Endo
82ed20a6c4 Update cspell dictionary 2025-11-30 13:41:32 +09:00
Taiki Endo
1a28b3e38c Update cspell dictionary 2025-10-28 02:17:59 +09:00
Taiki Endo
3c7706401f ci: Test macos-15-intel 2025-10-11 23:38:20 +09:00
Taiki Endo
005a651408 ci: Test macos-26
https://github.blog/changelog/2025-09-11-actions-macos-26-image-now-in-public-preview/
2025-10-01 22:54:41 +09:00
Benjamin Brienen
ed4255be07 Support cargo-deadlinks (#1161) 2025-09-21 14:41:43 +09:00
Taiki Endo
26176d8d69 ci: Setup release workflow for install-action-manifest-schema 2025-09-20 13:02:47 +09:00
Taiki Endo
3a6ab413c1 Support powerpc64le/riscv64/s390x Linux runners 2025-09-08 23:24:31 +09:00
Taiki Endo
4b930c0a05 Add fallback: cargo-install input option to use cargo install for fallback 2025-09-08 23:24:31 +09:00