mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1025] Issue: Not Found Http Error on CodeQL job #596
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#596
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @katelovescode on GitHub (Mar 2, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1025
System information
Operating System: MacOS Monterey
Architecture:
Apple M1: No
Docker version:

Docker image used in

act:actversion: 0.2.25Expected behaviour
CodeQL analysis runs locally
Actual behaviour
CodeQL has an
httpErrorin the middle of the run.Workflow and/or repository
workflow
Steps to reproduce
act --defaultbranch develop -s GITHUB_TOKEN=[token] --verboseactoutputLog
@robertkowalski commented on GitHub (Mar 3, 2022):
@katelovescode i found this PR to the codeQL action, seems you need to pass an environment variable: https://github.com/github/codeql-action/pull/117
@katelovescode commented on GitHub (Mar 7, 2022):
I'll bring this convo over there, this didn't work for me. Thanks though. :/
@poliveira-fuze commented on GitHub (May 15, 2025):
@katelovescode were you able to fix it?