You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'A GitHub action that queries the CodeQL action logs to provide a report on pass/fail status of the CodeQL analysis'
inputs:
token:
description: 'GitHub Access Token that provides access to the organization. Must be provided via either parameter or environment variable GH_TOKEN. The github.token can only be used for public repositories.'
required: false
organization:
description: 'GitHub Organization name. Provide via this parameter or will use the value from the current organization found at GITHUB_REPOSITORY_OWNER.'