Commit graph

24 commits

Author SHA1 Message Date
jdx
46bb674500
chore(ci): add zizmor workflow for github actions security analysis (#471)
Adds [zizmor](https://github.com/zizmorcore/zizmor) to audit GitHub
Actions workflows for security issues. Runs on push to main and on PRs
that change `.github/workflows/**`. Fails CI on any finding.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Mostly CI/workflow hardening, but it also changes release automation
(`postversion.sh`) and workflow permissions/credentials behavior, which
could break tagging/publishing if misconfigured.
> 
> **Overview**
> Adds a new `zizmor` workflow that runs on PRs/pushes touching
`.github/workflows/**` to security-audit workflows.
> 
> Hardens existing workflows by defaulting to least-privilege
`permissions`, setting `actions/checkout` to `persist-credentials:
false`, and adjusting related behavior (e.g., `scripts/postversion.sh`
now runs `gh auth setup-git` so `git push` still works; `ci.yml`
disables `mise-action` caching; `test.yml` avoids interpolating
`steps.bad.outcome` inside a shell string by passing it via env).
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
d878aee510. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 15:00:12 -05:00
jdx
70815728fd
chore: remove duplicate release-plz logic 2025-08-18 11:57:51 -05:00
jdx
3600b64107
chore: fix release-plz 2025-08-18 11:51:16 -05:00
Mael
f0b1d70eae
feat: export env vars from mise.toml (#241)
Solve https://github.com/jdx/mise-action/issues/36

BREAKING CHANGE: we're defaulting this behavior to `true`

---------

Co-authored-by: jdx <216188+jdx@users.noreply.github.com>
2025-08-18 16:33:13 +00:00
jdx
c37c93293d
fix: v2 release tag automation 2025-07-27 14:01:32 -05:00
jdx
a35d5fc681
fix: v2 release tag automation 2025-07-27 14:00:51 -05:00
jdx
cf44a563b9
fix: v2 release tag automation 2025-07-27 13:57:57 -05:00
jdx
7fa2a26c1e
fix: v2 release tag automation 2025-07-27 13:51:33 -05:00
jdx
583fe7be9d
fix: v2 release tag automation 2025-07-27 13:50:16 -05:00
jdx
eba59a9eef
chore: skip release script if no changes 2025-07-27 13:46:04 -05:00
jdx
07fb524adc
fix: v2 release tag automation 2025-07-27 13:44:40 -05:00
jdx
5c24f96c0f
fix: v2 release tag automation 2025-07-27 13:40:47 -05:00
jdx
714aa2569b
chore: update changelog extraction in release script to skip the section break line 2025-07-17 13:56:46 +00:00
jdx
0c56699aa6
chore: add git add and git status commands to release script 2025-07-17 13:52:30 +00:00
jdx
954e13db3e
chore: get postversion to work 2025-07-16 04:57:59 +00:00
jdx
bd8ba20c56
chore: added release-plz 2025-07-16 04:49:54 +00:00
Victor LEFEBVRE
923c9f44ed
Fix alpine container installation (#189)
* Change test tool for future alpine CI testing

* replace node with jq as it doesnt require any build on alpine

* Fix alpine musl container install

* add tests around mise install in alpine container

* add support for musl os
Fixes: https://github.com/jdx/mise-action/issues/186

* alpine needs bash to run test.sh script

* remove unneeded logs

* Update test.yml

* Update test.yml
2025-05-12 07:15:17 -05:00
jdx
d20b46e041
docs: hide version commits in CHANGELOG 2025-04-22 23:07:01 -05:00
jdx
5d3e058edf
feat: support windows (#122) 2024-09-25 21:27:52 +00:00
Jeff Dickey
736f8d9429
chore: fix version script 2024-03-29 21:03:52 -05:00
jdx
578777807e
docs: added git-cliff (#62) 2024-03-30 02:00:12 +00:00
Jeff Dickey
cd1dce8b8d
fixed version script 2024-01-04 11:30:04 -06:00
Jeff Dickey
1d64270fb5
release: push changes to github 2023-12-19 10:40:33 -06:00
Jeff Dickey
0e7eb33465
updated postversion script 2023-12-14 08:49:28 -06:00