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/header-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
branches: [ main ]

jobs:
license-check:

Check warning on line 22 in .github/workflows/header-check.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

header-check.yml:22: overly broad permissions: default permissions used due to no permissions: block
name: 'License Header Check'
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Check License Header
uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0
2 changes: 1 addition & 1 deletion .github/workflows/json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
branches: [ main ]

jobs:
json-lint:

Check warning on line 22 in .github/workflows/json-lint.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

json-lint.yml:22: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Run JSON Lint
run: jq . gemini-extension.json
4 changes: 2 additions & 2 deletions .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
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Link Checker
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
with:
# There is no security token. So, it would fail on any links which aren't public.
args: "--verbose --no-progress **/*.md"
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
branches: [ main ]

jobs:
run-presubmit-tests:

Check warning on line 21 in .github/workflows/presubmit-tests.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

presubmit-tests.yml:21: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Install Gemini CLI
run: npm install @google/gemini-cli
Expand Down
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
issues: 'write'
pull-requests: 'write'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading