Skip to content

Commit 798cc87

Browse files
Update dependencies for harden-runner and stale-branches
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent 9157959 commit 798cc87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
issues: write
1717
steps:
1818
- name: Harden the runner (Audit all outbound calls)
19-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
19+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2020
with:
2121
egress-policy: audit
2222

2323
- name: Stale Branches
24-
uses: crs-k/stale-branches@865501af01284d43aef267d4b9aab0f9f1734b12 # v8.2.2
24+
uses: crs-k/stale-branches@3761c6625fc7087355ddc5134bb6acfb36bc80b8 # v9.0.0
2525
with:
2626
# days-before-delete: 180
2727
# comment-updates: false

0 commit comments

Comments
 (0)