Skip to content
Open
Show file tree
Hide file tree
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/markdown-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
branches: [ main ]

jobs:
link-check:

Check warning on line 22 in .github/workflows/markdown-checks.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

markdown-checks.yml:22: overly broad permissions: default permissions used due to no permissions: block
name: Run link check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Check warning on line 27 in .github/workflows/markdown-checks.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

markdown-checks.yml:27: action's hash pin has mismatched or missing version comment: points to commit d23441a48e51

- name: Link Checker
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
# There is no security token. So, it would fail on any links which aren't public.
args: "--verbose --no-progress **/*.md"
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

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 11d5960a3267

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.11"

Expand Down
Loading