Skip to content

[GitHub Actions] CodeQL Action v3 will be deprecated in December 2026 #5153

@MMilosz

Description

@MMilosz

Describe the bug

For the past several weeks, GitHub Actions has been showing a deprecation warning for CodeQL Action v3 in our workflow runs:

CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/

While this doesn't currently break our builds, we need to address this before the December 2026 deprecation date.

In DSpace/dspace-angular, codeql-action is used only in the .github/workflows/codescan.yml, 3 steps total:

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript

# Autobuild attempts to build any compiled languages
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# Perform GitHub Code Scanning.
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

To Reproduce

  1. Navigate to any recent GitHub Actions workflow run in this repository
  2. Observe the deprecation warning message in the bottom of the page

Expected behavior

All references to codeql-action should use v4 instead of v3.

Related work

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects: 7.xIssue impacts 7.x releasesaffects: 8.xIssue impacts 8.x releasesaffects: 9.xIssue impacts 9.x releasescode taskdependenciesPull requests that update a dependency filegood first issueThis is a smaller ticket/bug that may be easier for new contributorshelp wantedNeeds a volunteer to claim to move forwardhigh priority

    Type

    Projects

    Status

    📋 To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions