pin to SHA of github action
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
This commit is contained in:
parent
5dcaaee72a
commit
a3b36c1225
|
@ -12,7 +12,8 @@ jobs:
|
||||||
if: github.repository_owner == 'prometheus'
|
if: github.repository_owner == 'prometheus'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
# pin to SHA of v9.0.0: https://github.com/actions/stale/releases/tag/v9.0.0
|
||||||
|
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# opt out of defaults to avoid marking issues as stale and closing them
|
# opt out of defaults to avoid marking issues as stale and closing them
|
||||||
|
|
Loading…
Reference in New Issue