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
auto-releaser.yml — file does not exist (required for automated releases)
approve-dependabot.yml — file is named dependabot-approver.yml instead, and references wrong shared workflow (uses xmidt-org/.github/.github/workflows/dependabot-approver-template.yml@main instead of xmidt-org/shared-go/.github/workflows/approve-dependabot.yml)
proj-xmidt-team.yml:16 — uses: xmidt-org/.github/.github/workflows/proj-template.yml@proj-v1 — must pin to full commit SHA with version comment
dependabot-approver.yml:14 — uses: xmidt-org/.github/.github/workflows/dependabot-approver-template.yml@main — must pin to full commit SHA with version comment
Workflow Gaps
The following CI/CD workflows do not match the xmidt-org Ideal State.
Missing or misconfigured workflows
permissions:block (needspull-requests: read,contents: write,packages: write)dependabot-approver.ymlinstead, and references wrong shared workflow (usesxmidt-org/.github/.github/workflows/dependabot-approver-template.yml@maininstead ofxmidt-org/shared-go/.github/workflows/approve-dependabot.yml)xmidt-org/.github/.github/workflows/proj-template.yml@proj-v1instead ofxmidt-org/shared-go/.github/workflows/proj-xmidt-team.yml)permissions:block (needscontents: read,issues: write,pull-requests: write)Unpinned actions
proj-xmidt-team.yml:16—uses: xmidt-org/.github/.github/workflows/proj-template.yml@proj-v1— must pin to full commit SHA with version commentdependabot-approver.yml:14—uses: xmidt-org/.github/.github/workflows/dependabot-approver-template.yml@main— must pin to full commit SHA with version commentReference