Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/try-in-web-ide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Add DevSandbox link
uses: redhat-actions/try-in-web-ide@v1.4
uses: redhat-actions/try-in-web-ide@v1.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_comment: true
add_status: false
- name: Add Dogfooding link
uses: redhat-actions/try-in-web-ide@v1.4
uses: redhat-actions/try-in-web-ide@v1.5
Comment on lines +24 to +30

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

What are the release notes and breaking changes for redhat-actions/try-in-web-ide v1.5 on GitHub?

💡 Result:

As of July 8, 2026, there is no release labeled v1.5 for the redhat-actions/try-in-web-ide GitHub action [1]. The project's release history concludes with version v1.4.2 [1][2]. Therefore, there are no release notes or breaking changes available for a v1.5 release [1].

Citations:


Use a published try-in-web-ide release Both redhat-actions/try-in-web-ide@v1.5 pins point to a tag that doesn’t exist; switch them to a released version such as v1.4.2.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/try-in-web-ide.yaml around lines 24 - 30, Both uses of
redhat-actions/try-in-web-ide are pinned to a non-existent tag, so update the
workflow to a published release such as v1.4.2. Make this change in the two
try-in-web-ide steps in the GitHub Actions workflow so the action reference
points to a valid released version.

with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_comment: true
Expand Down
Loading