Skip to content
Closed
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/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
- cron: "0 23 * * *"

jobs:
stale:

Check warning on line 24 in .github/workflows/stale.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

stale.yaml:24: overly broad permissions: default permissions used due to no permissions: block
if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
- uses: actions/stale@v10

Check failure on line 28 in .github/workflows/stale.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 28 in .github/workflows/stale.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

stale.yaml:28: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
Expand Down
Loading