Skip to content

Commit

Permalink
chore: Bump actions/stale to 3.0.13 for CVE issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 5, 2020
1 parent b846851 commit 6672ced
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/allowed-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = [
'actions/labeler@5f867a63be70efff62b767459b009290364495eb', //actions/[email protected]
'actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d', //actions/[email protected]
'actions/setup-ruby@5f29a1cd8dfebf420691c4c9a0e832e2fae5a526', //actions/[email protected]
'actions/stale@44f9eae0adddf72dbf3eedfacc999f70afcec1a8', //actions/[email protected].12
'actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4', //actions/[email protected].13
'crowdin/github-action@fd9429dd63d6c0f8a8cb4b93ad8076990bd6e688',
'dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911',
'docker://chinthakagodawita/autoupdate-action:v1',
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/60-days-stale-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@44f9eae0adddf72dbf3eedfacc999f70afcec1a8
- uses: actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity.'
days-before-stale: 60
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/triage-stale-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
stale:
if: github.repository == 'github/docs'
runs-on: ubuntu-latest

steps:
- uses: actions/stale@44f9eae0adddf72dbf3eedfacc999f70afcec1a8
- uses: actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit.'
days-before-stale: 7
days-before-close: 10
Expand Down

0 comments on commit 6672ced

Please sign in to comment.