Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/update-ca-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: "20"
- name: Install NPM deps.
run: npm install octokit@3.2.1
Comment on lines +19 to 21
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

This PR is marked as fixing #3528, but the workflows still use npm install (e.g., here) rather than the npm ci change described in the issue. Either implement the npm ci/lockfile approach for these update scripts, or adjust the issue/PR linkage so it doesn’t claim to fully address #3528.

Copilot uses AI. Check for mistakes.
- name: Create PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-quarkus-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: knative/actions/setup-go@main
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: "20"
- uses: actions/setup-java@v4
with:
java-version: 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-springboot-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: knative/actions/setup-go@main
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: "20"
- uses: actions/setup-java@v4
with:
java-version: 21
Expand Down
Loading