Skip to content

Conversation

aibaars
Copy link
Collaborator

@aibaars aibaars commented Sep 2, 2025

Risk assessment

For internal use only. Please select the risk level of this change:

  • Low risk: Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.
  • High risk: Changes are not fully under feature flags, have limited visibility and/or cannot be tested outside of production.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Consider adding a changelog entry for this change.
  • Confirm the readme and docs have been updated if necessary.

@aibaars aibaars requested a review from a team as a code owner September 2, 2025 15:29
@Copilot Copilot AI review requested due to automatic review settings September 2, 2025 15:29
@aibaars aibaars force-pushed the aibaars/update-bundle branch from 6f63204 to 5864756 Compare September 2, 2025 15:29
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the update-bundle workflow by adding a missing dependency installation step. The workflow is triggered when a CodeQL bundle prerelease is published and automates the process of updating the default bundle version.

  • Adds npm ci step to install dependencies before running build commands

henrymercer
henrymercer previously approved these changes Sep 2, 2025
Copy link
Contributor

@henrymercer henrymercer left a comment

Choose a reason for hiding this comment

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

Thanks! Could we also add a:

      - name: Set up Node.js
        uses: actions/setup-node@v4
        with:
          node-version: '20.x'
          cache: 'npm'

step? That'll cache the dependencies and should speed things up.

Copy link
Contributor

@henrymercer henrymercer left a comment

Choose a reason for hiding this comment

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

Thanks!

@aibaars aibaars merged commit 16df4fb into main Sep 2, 2025
278 checks passed
@aibaars aibaars deleted the aibaars/update-bundle branch September 2, 2025 17:52
@github-actions github-actions bot mentioned this pull request Sep 5, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants