Skip to content

Commit e37b23f

Browse files
ci(deps): bump the actions group with 3 updates (#1)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 989bd97 commit e37b23f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden the runner (Audit all outbound calls)
16-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
16+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
20+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
2121
with:
2222
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2323
sync-labels: true

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden the runner (Audit all outbound calls)
17-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
17+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
1818
with:
1919
egress-policy: audit
2020

2121
- name: Mark stale issues awaiting user response
22-
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
22+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
2323
with:
2424
only-issue-labels: "status/needs-info"
2525
stale-issue-label: "stale"
@@ -39,7 +39,7 @@ jobs:
3939
days-before-pr-close: -1
4040

4141
- name: Mark stale PRs with no activity
42-
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
42+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
4343
with:
4444
stale-pr-label: "stale"
4545
stale-pr-message: >

0 commit comments

Comments
 (0)