Skip to content

Bump j178/prek-action from 1 to 2 in the all-actions group#367

Merged
chrisguidry merged 1 commit intomainfrom
dependabot/github_actions/all-actions-19ba90ca6e
Mar 19, 2026
Merged

Bump j178/prek-action from 1 to 2 in the all-actions group#367
chrisguidry merged 1 commit intomainfrom
dependabot/github_actions/all-actions-19ba90ca6e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 18, 2026

Bumps the all-actions group with 1 update: j178/prek-action.

Updates j178/prek-action from 1 to 2

Release notes

Sourced from j178/prek-action's releases.

v2.0.0-beta.6

What's Changed

Full Changelog: j178/prek-action@v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

What's Changed

Full Changelog: j178/prek-action@v2.0.0-beta.4...v2.0.0-beta.5

v2.0.0-beta.4

What's Changed

New Contributors

Full Changelog: j178/prek-action@v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

What's Changed

Full Changelog: j178/prek-action@v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

This beta focuses on version resolution and install integrity.

  • Support semver ranges for prek-version.

... (truncated)

Commits
  • 7ae2ccb Use prek-actioin@v2 in README
  • 7ebcc43 Update prek version manifest for prek 0.3.6 (#98)
  • 0ea2253 Improve manifest update PR details (#97)
  • 93b7a40 Optimize Windows zip extraction (#96)
  • 1242fd6 Improve version resolution fast paths (#94)
  • f0e45c5 Simplify manifest version handling (#92)
  • c129827 Clarify moving tag examples in README (#93)
  • f90cb0a fix: skip cache save on exact primary key hit (#91)
  • 66f7bad ci(release): float minor tags and restrict to default branch (#90)
  • 4e7ea35 chore: remove zizmor github-env exception for action.yaml (#89)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-actions group with 1 update: [j178/prek-action](https://github.com/j178/prek-action).


Updates `j178/prek-action` from 1 to 2
- [Release notes](https://github.com/j178/prek-action/releases)
- [Commits](j178/prek-action@v1...v2)

---
updated-dependencies:
- dependency-name: j178/prek-action
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 18, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d5cee3ed96

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .github/workflows/ci.yml

- name: Run prek
uses: j178/prek-action@v1
uses: j178/prek-action@v2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Avoid tracking the prek action's beta v2 line

In .github/workflows/ci.yml, this swaps the prek job from j178/prek-action@v1 (whose latest release is the stable v1.1.1) to @v2, but upstream still marks the entire v2.0.0-beta.* series as Pre-release and documents v2 as a moving tag. That means our CI lint job will start following prerelease behavior, so unrelated PRs can begin failing whenever the action’s beta tag moves again. If we want to trial v2, it would be safer to pin an explicit beta tag/SHA or wait for a stable v2 release.

Useful? React with 👍 / 👎.

@chrisguidry chrisguidry merged commit 41bdc6a into main Mar 19, 2026
48 checks passed
@chrisguidry chrisguidry deleted the dependabot/github_actions/all-actions-19ba90ca6e branch March 19, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant