mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1020] Issue: Errors with CodeQL in act #593
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#593
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 1, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1020
I'm trying to run all of my workflows locally and CodeQL is failing
System information
Operating System: MacOS Monterey
Architecture:
Apple M1: No
Docker version:

Docker image used in

act:actversion: 0.2.25Expected behaviour
CodeQL passes successfully
Actual behaviour
An error is thrown
Workflow and/or repository
https://github.com/pieforproviders/pieforproviders/blob/develop/.github/workflows/codeql-analysis.yml
workflow
Steps to reproduce
actoutputLog
@catthehacker commented on GitHub (Mar 1, 2022):
Missing GITHUB_TOKEN
@katelovescode commented on GitHub (Mar 2, 2022):
The GITHUB TOKEN worked but I had to pass it directly to the command; the documentation stating
leave blank for secure inputdidn't work for me.@thediveo commented on GitHub (Nov 9, 2024):
correct link to the online documentation now is: https://nektosact.com/usage/index.html?highlight=TOKEN#github_token
runanusesare specified in one step #1514