Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2025

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/pinact minor v3.6.0 -> v3.7.1

Release Notes

suzuki-shunsuke/pinact (suzuki-shunsuke/pinact)

v3.7.1

Compare Source

There is no change between v3.7.0 and v3.7.1.
There was an issue during the release of v3.7.0, so we released v3.7.1.
Please see the release note of v3.7.0.

https://github.com/suzuki-shunsuke/pinact/releases/tag/v3.7.0

v3.7.0

Compare Source

[!WARNING]
There was a trouble in the release of this version.
Please use v3.7.1 or later.

Features

#​1294 SARIF Output Support
#​1297 Support evironment variables PINACT_GITHUB_TOKEN and PINACT_GHES_TOKEN

SARIF Output Support

#​1294

pinact can output the result in the SARIF format.

pinact run --format sarif

This format is useful to integration tools like reviewdog and GitHub SARIF Code Scanning.

Reviewdog:

pinact run --diff --format sarif |
  reviewdog -f sarif -name pinact -reporter github-pr-review
image

GitHub SARIF Code Scanning:

- run: pinact run --diff --format sarif > sarif.json || true
- name: Upload SARIF file
  uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
  with:
    sarif_file: sarif.json
    category: pinact
image
Support evironment variables PINACT_GITHUB_TOKEN and PINACT_GHES_TOKEN

#​1297 You can use different access tokens for pinact and other tools.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 27, 2025 08:45
@renovate renovate bot merged commit 5915557 into main Dec 27, 2025
4 checks passed
@renovate renovate bot deleted the renovate/suzuki-shunsuke-pinact-3.x branch December 27, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant