Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/skills-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
name: Validate Skills

on:

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

View workflow job for this annotation

GitHub Actions / zizmor-output

dangerous-triggers

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

jobs:
skills-validate:

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

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

skills-validate.yml:29: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

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

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

skills-validate.yml:32: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with:
python-version: "3.11"
- name: Install skills-ref
Expand Down
Loading