There was an error while loading. Please reload this page.
2 parents 882c81a + 6853eed commit c571624Copy full SHA for c571624
2 files changed
.github/workflows/checks.yaml
@@ -59,7 +59,7 @@ jobs:
59
fetch-depth: 2
60
# SHA-pinned (v3.0.2) — third-party action running on every PR; pin to an
61
# immutable commit so a compromised tag can't inject code into CI.
62
- - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
+ - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
63
if: github.event_name != 'workflow_dispatch'
64
id: filter
65
with:
.github/workflows/stale-issues.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
issues: write
14
steps:
15
- - uses: actions/stale@v10
+ - uses: actions/stale@v11
16
17
only-labels: 'issue needs work'
18
days-before-issue-stale: 3
0 commit comments