From 51e3d25055f337663cc086e7a754ef5a0cc8f1ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:08:06 +0000 Subject: [PATCH] chore(deps): pin actions/stale action to 28ca103 --- .github/workflows/inactive_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inactive_issue.yml b/.github/workflows/inactive_issue.yml index 3745da0..1102ae3 100644 --- a/.github/workflows/inactive_issue.yml +++ b/.github/workflows/inactive_issue.yml @@ -7,7 +7,7 @@ jobs: close-issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: days-before-issue-stale: 30 days-before-issue-close: 14