Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/codeql-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-github-actions-workflow
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 24 files changed
  • 3 contributors

Commits on Jan 28, 2026

  1. Bump @actions/github from 8.0.0 to 9.0.0

    Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 8.0.0 to 9.0.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    90b2d28 View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    c4b6a67 View commit details
    Browse the repository at this point in the history
  3. Fix ESLint errors caused by @actions/github v9 upgrade

    - Add @actions/github to ESLint import/ignore list to avoid parse errors
    - Disable @typescript-eslint/no-unsafe-call and no-unsafe-return rules
    - Add TypeScript paths mapping for @octokit/core/types
    - Remove unused eslint-disable directives
    
    Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
    Copilot and henrymercer committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    0d61442 View commit details
    Browse the repository at this point in the history
  4. Also disable no-unsafe-argument rule

    This rule is also triggered by stricter types in @actions/github v9
    
    Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
    Copilot and henrymercer committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    712b51a View commit details
    Browse the repository at this point in the history
  5. Address code review feedback

    - Remove awkward blank lines left after removing eslint-disable comments
    - Add baseUrl to tsconfig.json for proper paths resolution
    
    Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
    Copilot and henrymercer committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    4869139 View commit details
    Browse the repository at this point in the history
Loading