Skip to content

Commit 12d08d7

Browse files
committed
chore(deps): update github-actions (#19618)
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6` → `v6.0.2` | | [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) | action | patch | `v1.0.52` → `v1.0.55` | | [benc-uk/workflow-dispatch](https://redirect.github.com/benc-uk/workflow-dispatch) | action | minor | `v1.2.4` → `v1.3.1` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.32.3` → `v4.32.4` | | [pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) | action | patch | `v0` → `v0.0.167` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | minor | `v2.67.30` → `v2.68.7` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2) - Fix tag handling: preserve annotations and explicit fetch-tags by [@&#8203;ericsciple](https://redirect.github.com/ericsciple) in [#&#8203;2356](https://redirect.github.com/actions/checkout/pull/2356) ### [`v6.0.1`](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1) </details> <details> <summary>anthropics/claude-code-action (anthropics/claude-code-action)</summary> ### [`v1.0.55`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.55) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.54...v1.0.55) **Full Changelog**: <https://github.com/anthropics/claude-code-action/compare/v1...v1.0.55> ### [`v1.0.54`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.54) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.53...v1.0.54) **Full Changelog**: <https://github.com/anthropics/claude-code-action/compare/v1...v1.0.54> ### [`v1.0.53`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.53) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.52...v1.0.53) #### What's Changed - fix: grant write permissions and use [@&#8203;main](https://redirect.github.com/main) in claude workflow by [@&#8203;ashwin-ant](https://redirect.github.com/ashwin-ant) in [#&#8203;950](https://redirect.github.com/anthropics/claude-code-action/pull/950) - feat: add display\_report option to disable step summary by [@&#8203;ashwin-ant](https://redirect.github.com/ashwin-ant) in [#&#8203;952](https://redirect.github.com/anthropics/claude-code-action/pull/952) **Full Changelog**: <https://github.com/anthropics/claude-code-action/compare/v1...v1.0.53> </details> <details> <summary>benc-uk/workflow-dispatch (benc-uk/workflow-dispatch)</summary> ### [`v1.3.1`](https://redirect.github.com/benc-uk/workflow-dispatch/releases/tag/v1.3.1) [Compare Source](https://redirect.github.com/benc-uk/workflow-dispatch/compare/v1.3.0...v1.3.1) #### Features - **New `sync-status` input** — when used with `wait-for-completion`, mirrors the triggered workflow's conclusion (failure/cancelled) back to this action's status ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - **Alternate `ref` default for PRs** — automatically uses `github.head_ref` when running in a pull request context, avoiding `refs/pull/.../merge` errors ([#&#8203;79](https://redirect.github.com/benc-uk/workflow-dispatch/issues/79)) #### Bug Fixes - **Safer JSON input parsing** — invalid `inputs` JSON now logs an error instead of throwing an unhandled exception ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - **Improved timeout handling** — timeout now sets a distinct `timed_out` status and emits a warning instead of silently breaking ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - **Improved warning message formatting** for workflow run timeout #### Internal Changes & Chores - Replaced `console.log` calls with `core.info` for proper Actions log integration ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - Removed stale `ref`/`inputs` parameters from the workflow list API call ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - Expanded CI test matrix from 3 sequential steps to 9 parallel test jobs covering workflow lookup, output assertions, wait-for-completion, sync-status, and error handling ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - Added CI path filters to skip docs-only changes ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - Changed echo-3 test fixture from `workflow_call` to `workflow_dispatch` with deterministic failure ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - Removed unused `.vscode/settings.json` ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - Added `.github/copilot-instructions.md` ([#&#8203;84](https://redirect.github.com/benc-uk/workflow-dispatch/issues/84)) - General project chores #### Documentation Updates - No documentation updates in this release ### [`v1.3.0`](https://redirect.github.com/benc-uk/workflow-dispatch/releases/tag/v1.3.0): - It&#x27;s been a long time coming... [Compare Source](https://redirect.github.com/benc-uk/workflow-dispatch/compare/v1.2.4...v1.3.0) #### What's Changed - After 6 years GitHub finally added a way to return the run-id from the workflow\_dispatch API, this means I can return the run-id and link URLs from this action 😎 - It also means the requested `wait-for-completion` option is now possible! 🥳 (with optional `wait-timeout-seconds` too) - Mucho internal modernization, switched to esbuild, packages updated and Node v24 is the new default 👀 #### Merges - 2026 refresh by [@&#8203;benc-uk](https://redirect.github.com/benc-uk) in [#&#8203;83](https://redirect.github.com/benc-uk/workflow-dispatch/pull/83) **Full Changelog**: <https://github.com/benc-uk/workflow-dispatch/compare/v1.2...v1.3.0> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.32.4`](https://redirect.github.com/github/codeql-action/releases/tag/v4.32.4) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.32.3...v4.32.4) - Update default CodeQL bundle version to [2.24.2](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2). [#&#8203;3493](https://redirect.github.com/github/codeql-action/pull/3493) - Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. [#&#8203;3473](https://redirect.github.com/github/codeql-action/pull/3473) - When the CodeQL Action is run [with debugging enabled in Default Setup](https://docs.github.com/en/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-analysis-errors/logs-not-detailed-enough#creating-codeql-debugging-artifacts-for-codeql-default-setup) and [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries), the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. [#&#8203;3486](https://redirect.github.com/github/codeql-action/pull/3486) - Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. [#&#8203;3485](https://redirect.github.com/github/codeql-action/pull/3485) - Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a [nightly CodeQL CLI release](https://redirect.github.com/dsp-testing/codeql-cli-nightlies) instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. [#&#8203;3484](https://redirect.github.com/github/codeql-action/pull/3484) </details> <details> <summary>pullfrog/pullfrog (pullfrog/pullfrog)</summary> ### [`v0.0.167`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.167) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.166...v0.0.167) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.167 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.167 ``` ### [`v0.0.166`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.166) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.165...v0.0.166) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.166 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.166 ``` ### [`v0.0.165`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.165) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.164...v0.0.165) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.165 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.165 ``` ### [`v0.0.164`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.164) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.163...v0.0.164) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.164 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.164 ``` ### [`v0.0.163`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.163) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.162...v0.0.163) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.163 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.163 ``` ### [`v0.0.162`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.162) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.161...v0.0.162) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.162 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.162 ``` ### [`v0.0.161`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.161) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.159...v0.0.161) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.161 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.161 ``` ### [`v0.0.159`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.159) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.158...v0.0.159) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.159 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.159 ``` ### [`v0.0.158`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.158) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.157...v0.0.158) #### 📦 [@&#8203;pullfrog/pullfrog](https://redirect.github.com/pullfrog/pullfrog) 0.0.158 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/pullfrog@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/pullfrog@0.0.158 ``` ### [`v0.0.157`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.157) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.156...v0.0.157) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.157 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.157 ``` ### [`v0.0.156`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.156) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.155...v0.0.156) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.156 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.156 ``` ### [`v0.0.155`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.155) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.154...v0.0.155) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.155 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.155 ``` ### [`v0.0.154`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.154) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.152...v0.0.154) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.154 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.154 ``` ### [`v0.0.152`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.152) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.151...v0.0.152) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.152 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.152 ``` ### [`v0.0.151`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.151) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.150...v0.0.151) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.151 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.151 ``` ### [`v0.0.150`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.150) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.149...v0.0.150) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.150 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.150 ``` ### [`v0.0.149`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.149) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.148...v0.0.149) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.149 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.149 ``` ### [`v0.0.148`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.148) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.147...v0.0.148) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.148 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.148 ``` ### [`v0.0.147`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.147) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.146...v0.0.147) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.147 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.147 ``` ### [`v0.0.146`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.146) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.144...v0.0.146) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.146 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.146 ``` ### [`v0.0.144`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.144) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.143...v0.0.144) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.144 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.144 ``` ### [`v0.0.143`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.143) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.142...v0.0.143) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.143 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.143 ``` ### [`v0.0.142`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.142) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.141...v0.0.142) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.142 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.142 ``` ### [`v0.0.141`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.141) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.140...v0.0.141) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.141 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.141 ``` ### [`v0.0.140`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.140) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.139...v0.0.140) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.140 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.140 ``` ### [`v0.0.139`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.139) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.138...v0.0.139) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.139 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.139 ``` ### [`v0.0.138`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.138) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.137...v0.0.138) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.138 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.138 ``` ### [`v0.0.137`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.137) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.136...v0.0.137) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.137 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.137 ``` ### [`v0.0.136`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.136) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.135...v0.0.136) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.136 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.136 ``` ### [`v0.0.135`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.135) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.134...v0.0.135) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.135 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.135 ``` ### [`v0.0.134`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.134) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.133...v0.0.134) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.134 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.134 ``` ### [`v0.0.133`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.133) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.132...v0.0.133) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.133 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.133 ``` ### [`v0.0.132`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.132) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.131...v0.0.132) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.132 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.132 ``` ### [`v0.0.131`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.131) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.130...v0.0.131) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.131 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.131 ``` ### [`v0.0.130`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.130) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.129...v0.0.130) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.130 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.130 ``` ### [`v0.0.129`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.129) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.128...v0.0.129) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.129 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.129 ``` ### [`v0.0.128`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.128) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.127...v0.0.128) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.128 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.128 ``` ### [`v0.0.127`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.127) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.126...v0.0.127) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.127 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.127 ``` ### [`v0.0.126`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.126) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.124...v0.0.126) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.126 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.126 ``` ### [`v0.0.124`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.124) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.123...v0.0.124) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.124 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.124 ``` ### [`v0.0.123`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.123) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.122...v0.0.123) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.123 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.123 ``` ### [`v0.0.122`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.122) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.121...v0.0.122) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.122 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.122 ``` ### [`v0.0.121`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.121) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.120...v0.0.121) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.121 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.121 ``` ### [`v0.0.120`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.120) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.119...v0.0.120) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.120 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.120 ``` ### [`v0.0.119`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.119) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.118...v0.0.119) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.119 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.119 ``` ### [`v0.0.118`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.118) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.117...v0.0.118) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.118 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.118 ``` ### [`v0.0.117`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.117) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.116...v0.0.117) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.117 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.117 ``` ### [`v0.0.116`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.116) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.115...v0.0.116) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.116 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.116 ``` ### [`v0.0.115`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.115) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.114...v0.0.115) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.115 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.115 ``` ### [`v0.0.114`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.114) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.113...v0.0.114) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.114 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.114 ``` ### [`v0.0.113`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.113) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.112...v0.0.113) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.113 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.113 ``` ### [`v0.0.112`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.112) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.111...v0.0.112) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.112 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.112 ``` ### [`v0.0.111`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.111) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.110...v0.0.111) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.111 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.111 ``` ### [`v0.0.110`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.110) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.109...v0.0.110) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.110 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.110 ``` ### [`v0.0.109`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.109) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.108...v0.0.109) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.109 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.109 ``` ### [`v0.0.108`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.108) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.107...v0.0.108) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.108 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.108 ``` ### [`v0.0.107`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.107) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.106...v0.0.107) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.107 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.107 ``` ### [`v0.0.106`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.106) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.105...v0.0.106) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.106 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.106 ``` ### [`v0.0.105`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.105) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.104...v0.0.105) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.105 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.105 ``` ### [`v0.0.104`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.104) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.103...v0.0.104) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.104 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.104 ``` ### [`v0.0.103`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.103) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.102...v0.0.103) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.103 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.103 ``` ### [`v0.0.102`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.102) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.101...v0.0.102) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.102 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.102 ``` ### [`v0.0.101`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.101) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.100...v0.0.101) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.101 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.101 ``` ### [`v0.0.100`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.100) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.99...v0.0.100) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.100 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.100 ``` ### [`v0.0.99`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.99) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.98...v0.0.99) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.99 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.99 ``` ### [`v0.0.98`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.98) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.96...v0.0.98) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.98 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.98 ``` ### [`v0.0.96`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.96) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.95...v0.0.96) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.96 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.96 ``` ### [`v0.0.95`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.95) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.94...v0.0.95) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.95 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.95 ``` ### [`v0.0.94`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.94) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.93...v0.0.94) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.94 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.94 ``` ### [`v0.0.93`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.93) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.92...v0.0.93) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.93 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.93 ``` ### [`v0.0.92`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.92) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.91...v0.0.92) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.92 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.92 ``` ### [`v0.0.91`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.91) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.90...v0.0.91) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.91 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.91 ``` ### [`v0.0.90`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.90) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.89...v0.0.90) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.90 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.90 ``` ### [`v0.0.89`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.89) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.88...v0.0.89) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.89 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.89 ``` ### [`v0.0.88`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.88) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.87...v0.0.88) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.88 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.88 ``` ### [`v0.0.87`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.87) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.86...v0.0.87) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.87 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.87 ``` ### [`v0.0.86`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.86) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.85...v0.0.86) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.86 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.86 ``` ### [`v0.0.85`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.85) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.84...v0.0.85) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.85 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.85 ``` ### [`v0.0.84`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.84) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.83...v0.0.84) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.84 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.84 ``` ### [`v0.0.83`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.83) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.82...v0.0.83) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.83 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.83 ``` ### [`v0.0.82`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.82) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.81...v0.0.82) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.82 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.82 ``` ### [`v0.0.81`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.81) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.80...v0.0.81) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.81 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.81 ``` ### [`v0.0.80`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.80) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.79...v0.0.80) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.80 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.80 ``` ### [`v0.0.79`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.79) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.78...v0.0.79) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.79 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.79 ``` ### [`v0.0.78`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.78) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.77...v0.0.78) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.78 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.78 ``` ### [`v0.0.77`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.77) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.76...v0.0.77) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.77 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.77 ``` ### [`v0.0.76`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.76) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.75...v0.0.76) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.76 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.76 ``` ### [`v0.0.75`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.75) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.74...v0.0.75) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.75 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.75 ``` ### [`v0.0.74`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.74) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.72...v0.0.74) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.74 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.74 ``` ### [`v0.0.72`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.72) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.71...v0.0.72) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.72 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.72 ``` ### [`v0.0.71`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.71) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.70...v0.0.71) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.71 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.71 ``` ### [`v0.0.70`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.70) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.69...v0.0.70) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.70 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.70 ``` ### [`v0.0.69`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.69) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.68...v0.0.69) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.69 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.69 ``` ### [`v0.0.68`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.68) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.67...v0.0.68) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.68 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.68 ``` ### [`v0.0.67`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.67) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.66...v0.0.67) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.67 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.67 ``` ### [`v0.0.66`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.66) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.65...v0.0.66) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.66 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.66 ``` ### [`v0.0.65`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.65) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.60...v0.0.65) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.65 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.65 ``` ### [`v0.0.60`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.60) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.58...v0.0.60) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.60 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.60 ``` ### [`v0.0.58`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.58) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.57...v0.0.58) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.58 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.58 ``` ### [`v0.0.57`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.57) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.56...v0.0.57) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.57 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.57 ``` ### [`v0.0.56`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.56) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.55...v0.0.56) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.56 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.56 ``` ### [`v0.0.55`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.55) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.54...v0.0.55) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.55 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.55 ``` ### [`v0.0.54`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.54) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.53...v0.0.54) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.54 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.54 ``` ### [`v0.0.53`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.53) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.52...v0.0.53) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.53 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.53 ``` ### [`v0.0.52`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.52) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.50...v0.0.52) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.52 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.52 ``` ### [`v0.0.50`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.50) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.47...v0.0.50) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.50 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.50 ``` ### [`v0.0.47`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.47) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.46...v0.0.47) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.47 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.47 ``` ### [`v0.0.46`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.46) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.45...v0.0.46) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.46 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.46 ``` ### [`v0.0.45`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.45) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.40...v0.0.45) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.45 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.45 ``` ### [`v0.0.40`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.40) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.39...v0.0.40) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.40 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.40 ``` ### [`v0.0.39`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.39) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.38...v0.0.39) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.39 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.39 ``` ### [`v0.0.38`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.38) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.35...v0.0.38) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.38 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.38 ``` ### [`v0.0.35`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.35) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.34...v0.0.35) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.35 ##### Usage in GitHub Actions ```yaml - uses: pullfrog/action@v0 ``` ##### Installation via npm ```bash npm install @&#8203;pullfrog/action@0.0.35 ``` ### [`v0.0.34`](https://redirect.github.com/pullfrog/pullfrog/releases/tag/v0.0.34) [Compare Source](https://redirect.github.com/pullfrog/pullfrog/compare/v0.0.33...v0.0.34) #### 📦 [@&#8203;pullfrog/action](https://redirect.github.com/pullfrog/action) 0.0.34 ##### Usa </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent d6713b6 commit 12d08d7

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/cargo_llvm_lines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: oxc-project/setup-rust@c8224157c0bf235aabc633e8cd50d344f087a7de # v1.0.12
2323

2424
- name: Install cargo-llvm-lines
25-
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
25+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
2626
with:
2727
tool: cargo-llvm-lines
2828

.github/workflows/ci_security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
2525

26-
- uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
26+
- uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
2727
with:
2828
tool: zizmor
2929

@@ -33,7 +33,7 @@ jobs:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Upload SARIF file
36-
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
36+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
3737
with:
3838
sarif_file: results.sarif
3939
category: zizmor

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run Claude Code
2424
id: claude
25-
uses: anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
25+
uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55
2626
with:
2727
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
2828
assignee_trigger: "boshen"

.github/workflows/prepare_release_apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ jobs:
9797
Triggering Oxfmt Ecosystem CI
9898
https://github.com/oxc-project/oxc-ecosystem-ci/actions/workflows/oxfmt-ci.yml
9999
100-
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
100+
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
101101
with:
102102
repo: oxc-project/oxc-ecosystem-ci
103103
workflow: oxlint-ci.yml
104104
token: ${{ secrets.OXC_BOT_PAT }}
105105
ref: main
106106
inputs: '{ "issue-number": "${{ needs.prepare.outputs.pull-request-number }}", "comment-id": "${{ steps.comment-oxlint.outputs.comment-id }}" }'
107107

108-
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
108+
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
109109
with:
110110
repo: oxc-project/oxc-ecosystem-ci
111111
workflow: oxfmt-ci.yml
@@ -121,7 +121,7 @@ jobs:
121121
actions: write
122122
steps:
123123
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
124-
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
124+
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
125125
with:
126126
repo: oxc-project/website
127127
workflow: release.yml

.github/workflows/prepare_release_crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
issue-number: ${{ needs.prepare.outputs.pull-request-number }}
9595
body: Triggering Monitor Oxc https://github.com/oxc-project/monitor-oxc/actions/workflows/ci.yml
9696

97-
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
97+
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
9898
with:
9999
repo: oxc-project/monitor-oxc
100100
workflow: ci.yml

.github/workflows/pullfrog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
fetch-depth: 1
3030
- name: Run agent
31-
uses: pullfrog/pullfrog@v0
31+
uses: pullfrog/pullfrog@a90743e9fec16ee4248294cfb728c5617c2f0ecf # v0.0.167
3232
with:
3333
prompt: ${{ inputs.prompt }}
3434
env:

.github/workflows/release_apps.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
133133

134134
- name: Install cross
135-
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
135+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
136136
with:
137137
tool: cross # cross installs the latest rust toolchain
138138

@@ -414,7 +414,7 @@ jobs:
414414
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
415415

416416
- name: Install cross
417-
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
417+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
418418
with:
419419
tool: cross # cross installs the latest rust toolchain
420420

@@ -726,7 +726,7 @@ jobs:
726726
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
727727

728728
- name: Bump oxc-project/eslint-plugin-oxlint
729-
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
729+
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
730730
with:
731731
repo: oxc-project/eslint-plugin-oxlint
732732
workflow: bump_oxlint.yml
@@ -735,7 +735,7 @@ jobs:
735735
inputs: '{ "version": "${{ needs.check.outputs.oxlint_version }}" }'
736736

737737
- name: Bump oxc-project/oxlint-migrate
738-
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
738+
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
739739
with:
740740
repo: oxc-project/oxlint-migrate
741741
workflow: bump_oxlint.yml
@@ -744,7 +744,7 @@ jobs:
744744
inputs: '{ "version": "${{ needs.check.outputs.oxlint_version }}" }'
745745

746746
- name: Bump oxc-project/mirrors-oxlint
747-
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
747+
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
748748
with:
749749
repo: oxc-project/mirrors-oxlint
750750
workflow: main.yml

0 commit comments

Comments
 (0)