Skip to content

Chore: Update plugin examples to latest version #546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025

Conversation

github-actions[bot]
Copy link
Contributor

This is an auto-generated PR

It updates all the examples based on the latest version of create-plugin.

@github-actions github-actions bot requested review from a team as code owners May 25, 2025 00:26
@github-actions github-actions bot requested review from briangann and removed request for a team May 25, 2025 00:26
@github-actions github-actions bot requested review from s4kh and xnyo and removed request for a team May 25, 2025 00:26
@github-project-automation github-project-automation bot moved this from 📬 Triage to 🔬 In review in Plugins Platform / Grafana Community May 26, 2025
@academo academo enabled auto-merge (squash) May 26, 2025 07:13
@academo academo disabled auto-merge May 26, 2025 07:13
@andresmgot andresmgot closed this May 26, 2025
@github-project-automation github-project-automation bot moved this from 🔬 In review to 🚀 Shipped in Plugins Platform / Grafana Community May 26, 2025
@andresmgot andresmgot reopened this May 26, 2025
@github-project-automation github-project-automation bot moved this from 🚀 Shipped to 💡 Ideation in Plugins Platform / Grafana Community May 26, 2025
Copy link
Contributor Author

😢 zizmor failed with exit code 14.

Expand for full output
error[excessive-permissions]: overly broad permissions
  --> ./examples/app-basic/.github/workflows/ci.yml:14:3
   |
14 |   contents: write
   |   ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/app-basic/.github/workflows/ci.yml:15:3
   |
15 |   id-token: write
   |   ^^^^^^^^^^^^^^^ id-token: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/app-basic/.github/workflows/ci.yml:16:3
   |
16 |   pull-requests: write
   |   ^^^^^^^^^^^^^^^^^^^^ pull-requests: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/app-basic/.github/workflows/ci.yml:65:9
   |
65 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/app-basic/.github/workflows/ci.yml:72:9
   |
72 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/app-with-backend/.github/workflows/ci.yml:14:3
   |
14 |   contents: write
   |   ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/app-with-backend/.github/workflows/ci.yml:15:3
   |
15 |   id-token: write
   |   ^^^^^^^^^^^^^^^ id-token: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/app-with-backend/.github/workflows/ci.yml:16:3
   |
16 |   pull-requests: write
   |   ^^^^^^^^^^^^^^^^^^^^ pull-requests: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/app-with-backend/.github/workflows/ci.yml:65:9
   |
65 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/app-with-backend/.github/workflows/ci.yml:72:9
   |
72 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/datasource-basic/.github/workflows/ci.yml:14:3
   |
14 |   contents: write
   |   ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/datasource-basic/.github/workflows/ci.yml:15:3
   |
15 |   id-token: write
   |   ^^^^^^^^^^^^^^^ id-token: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/datasource-basic/.github/workflows/ci.yml:16:3
   |
16 |   pull-requests: write
   |   ^^^^^^^^^^^^^^^^^^^^ pull-requests: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/datasource-basic/.github/workflows/ci.yml:65:9
   |
65 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/datasource-basic/.github/workflows/ci.yml:72:9
   |
72 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/datasource-with-backend/.github/workflows/ci.yml:14:3
   |
14 |   contents: write
   |   ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/datasource-with-backend/.github/workflows/ci.yml:15:3
   |
15 |   id-token: write
   |   ^^^^^^^^^^^^^^^ id-token: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/datasource-with-backend/.github/workflows/ci.yml:16:3
   |
16 |   pull-requests: write
   |   ^^^^^^^^^^^^^^^^^^^^ pull-requests: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/datasource-with-backend/.github/workflows/ci.yml:65:9
   |
65 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/datasource-with-backend/.github/workflows/ci.yml:72:9
   |
72 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/panel-basic/.github/workflows/ci.yml:14:3
   |
14 |   contents: write
   |   ^^^^^^^^^^^^^^^ contents: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/panel-basic/.github/workflows/ci.yml:15:3
   |
15 |   id-token: write
   |   ^^^^^^^^^^^^^^^ id-token: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[excessive-permissions]: overly broad permissions
  --> ./examples/panel-basic/.github/workflows/ci.yml:16:3
   |
16 |   pull-requests: write
   |   ^^^^^^^^^^^^^^^^^^^^ pull-requests: write is overly broad at the workflow level
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/panel-basic/.github/workflows/ci.yml:65:9
   |
65 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

error[unpinned-uses]: unpinned action reference
  --> ./examples/panel-basic/.github/workflows/ci.yml:72:9
   |
72 |         uses: magefile/mage-action@v3
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ action is not pinned to a hash (required by blanket policy)
   |
   = note: audit confidence → High

119 findings (60 ignored, 34 suppressed): 0 unknown, 0 informational, 0 low, 0 medium, 25 high

@academo academo merged commit 0e66afd into main May 26, 2025
15 of 17 checks passed
@academo academo deleted the update-plugin-examples branch May 26, 2025 09:14
@github-project-automation github-project-automation bot moved this from 💡 Ideation to 🚀 Shipped in Plugins Platform / Grafana Community May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🚀 Shipped
Development

Successfully merging this pull request may close these issues.

2 participants