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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Link Checker
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.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"
4 changes: 2 additions & 2 deletions .github/workflows/package-and-upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Package and Upload Release Assets

Check warning on line 15 in .github/workflows/package-and-upload-assets.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

package-and-upload-assets.yml:15: overly broad permissions: default permissions used due to no permissions: block

# Global variables
env:
Expand All @@ -25,7 +25,7 @@
types: [created]

jobs:
package:

Check warning on line 28 in .github/workflows/package-and-upload-assets.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

package-and-upload-assets.yml:28: overly broad permissions: default permissions used due to no permissions: block
name: Package for ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
runs-on: ubuntu-latest

Expand All @@ -39,7 +39,7 @@

steps:
- name: Checkout code at the new tag
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
with:
ref: ${{ github.event.release.tag_name }}

Expand Down Expand Up @@ -117,7 +117,7 @@
contents: write
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Download all archives from workflow artifacts
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
Expand Down
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6

- name: Install Gemini CLI
run: npm install @google/gemini-cli
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