Skip to content

Fix failing Linting job on dependabot github-action-updates branch#351

Merged
André Jordan (andjordan) merged 1 commit into
dependabot/github_actions/github-action-updates-418d7fe130from
copilot/disable-osv-scanner
Jun 16, 2026
Merged

Fix failing Linting job on dependabot github-action-updates branch#351
André Jordan (andjordan) merged 1 commit into
dependabot/github_actions/github-action-updates-418d7fe130from
copilot/disable-osv-scanner

Conversation

Copilot AI commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

The MegaLinter "Linting" job fails on two linters: zizmor errors with 401 Unauthorized because MegaLinter does not forward GITHUB_TOKEN for its GitHub API calls, and osv-scanner errors with No package sources found since the repo has no scannable manifests.

Changes (.mega-linter.yml)

  • Authenticate zizmor — forward the token so the artipacked audit can reach the GitHub API:
    ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES:
      - GITHUB_TOKEN
  • Disable osv-scanner — add REPOSITORY_OSV_SCANNER to DISABLE_LINTERS.

zizmor remains enabled; only osv-scanner is dropped.

Copilot AI changed the title Fix failing Linting GitHub Actions job Fix failing Linting job on dependabot github-action-updates branch Jun 16, 2026
@andjordan André Jordan (andjordan) changed the base branch from main to dependabot/github_actions/github-action-updates-418d7fe130 June 16, 2026 09:40
@andjordan André Jordan (andjordan) marked this pull request as ready for review June 16, 2026 09:41
@andjordan André Jordan (andjordan) merged commit 1e97ca8 into dependabot/github_actions/github-action-updates-418d7fe130 Jun 16, 2026
2 checks passed
@andjordan André Jordan (andjordan) deleted the copilot/disable-osv-scanner branch June 16, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants