Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/skills-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

name: Validate Skills

on:

Check failure on line 17 in .github/workflows/skills-validate.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

dangerous-triggers

skills-validate.yml:17: use of fundamentally insecure workflow trigger: pull_request_target is almost always used insecurely
push:
paths:
- "skills/**"
Expand All @@ -27,13 +27,13 @@
- "skills/**"

jobs:
skills-validate:

Check warning on line 30 in .github/workflows/skills-validate.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

skills-validate.yml:30: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 33 in .github/workflows/skills-validate.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

skills-validate.yml:33: action's hash pin has mismatched or missing version comment: points to commit d23441a48e51

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

Check warning on line 36 in .github/workflows/skills-validate.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

skills-validate.yml:36: action's hash pin has mismatched or missing version comment: points to commit ece7cb06caef
with:
python-version: "3.11"

Expand Down
Loading