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: 2 additions & 0 deletions .github/workflows/update-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
workflow_dispatch:

jobs:
update-apis:

Check warning on line 7 in .github/workflows/update-apis.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

update-apis.yaml:7: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6

Check failure on line 10 in .github/workflows/update-apis.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 10 in .github/workflows/update-apis.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

update-apis.yaml:10: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
node-version: 22
- run: gh repo fork googleapis/google-api-nodejs-client --fork-name google-api-nodejs-client-autodisco --clone
Expand All @@ -16,6 +16,8 @@
- run: gh repo sync yoshi-code-bot/google-api-nodejs-client-autodisco --force
env:
GH_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
- run: git pull
working-directory: ./google-api-nodejs-client-autodisco
- run: npm install
working-directory: ./google-api-nodejs-client-autodisco
- run: npm run update-disclaimers
Expand Down
Loading