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
26 changes: 13 additions & 13 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
shell: bash
env:
PUB_ENVIRONMENT: bot.github
permissions: read-all

Check warning on line 16 in .github/workflows/dart.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

dart.yml:16: overly broad permissions: uses read-all permissions

jobs:
job_001:
Expand All @@ -34,7 +34,7 @@
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: mono_repo self validate
run: dart pub global activate mono_repo 6.6.3
- name: mono_repo self validate
Expand All @@ -59,7 +59,7 @@
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: _test_yaml_pub_upgrade
name: _test_yaml; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -125,7 +125,7 @@
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: _test_yaml_pub_upgrade
name: _test_yaml; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -211,7 +211,7 @@
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: _test_yaml_pub_upgrade
name: _test_yaml; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -272,7 +272,7 @@
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: json_serializable_pub_upgrade
name: json_serializable; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -306,7 +306,7 @@
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: json_serializable_pub_upgrade
name: json_serializable; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -340,7 +340,7 @@
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: json_serializable_pub_upgrade
name: json_serializable; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -374,7 +374,7 @@
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: _test_yaml_pub_upgrade
name: _test_yaml; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -435,7 +435,7 @@
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: json_serializable_pub_upgrade
name: json_serializable; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -469,7 +469,7 @@
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: json_serializable_pub_upgrade
name: json_serializable; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -503,7 +503,7 @@
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: json_serializable_pub_upgrade
name: json_serializable; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -537,7 +537,7 @@
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: _test_yaml_pub_upgrade
name: _test_yaml; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -597,7 +597,7 @@
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- id: _test_yaml_pub_upgrade
name: _test_yaml; dart pub upgrade
run: dart pub upgrade
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/markdown_linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: markdown_linter

Check warning on line 1 in .github/workflows/markdown_linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

markdown_linter.yml:1: overly broad permissions: default permissions used due to no permissions: block
on:
push:
branches:
Expand All @@ -8,10 +8,10 @@
- cron: "0 0 * * 0"

jobs:
markdown-link-check:

Check warning on line 11 in .github/workflows/markdown_linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

markdown_linter.yml:11: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
# sadly, markdown-link-check has a bug where it doesn't handle config files
Expand All @@ -19,8 +19,8 @@
- run: |
npm install -g markdown-link-check@3.14.2
find . -name "*.md" -not -path './.git/*' -not -path './node_modules/*' -print0 | xargs -0 -n1 markdown-link-check -c .github/markdown-link-check-config.json
markdown_lint:

Check warning on line 22 in .github/workflows/markdown_linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

markdown_linter.yml:22: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'google' }}
steps:
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
with:
# Don't automatically mark inactive issues+PRs as stale.
days-before-stale: -1
Expand Down
Loading