mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
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
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
@ -12,7 +12,8 @@ jobs:
|
|||
if: github.repository_owner == 'prometheus'
|
||||
runs-on: ubuntu-latest
|
||||
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:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# opt out of defaults to avoid marking issues as stale and closing them
|
||||
|
|
Loading…
Reference in a new issue