Skip to content

[codeql-action/init] running for language action fails when referencing in workflow by sha rather than version. #2923

Closed
@scottschreckengaust

Description

@scottschreckengaust

When running initialization for the action language, the action fails to run by hash:

Works:

    - name: Initialize CodeQL
      uses: github/codeql-action/init@v3.28.19
      with:
        languages: actions
        build-mode: none

Fails:

    - name: Initialize CodeQL
      uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
      with:
        languages: actions
        build-mode: none

A Short, Self Contained, Correct (Compilable), Example is coming...
http://sscce.org/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions