You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale-bot.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
runs-on: ubuntu-latest
13
13
steps:
14
14
- name: Mark Stale Issues and PRs
15
-
uses: actions/stale@v9
15
+
uses: actions/stale@v10
16
16
with:
17
17
stale-issue-message: "This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or it will be closed in 30 days."
18
18
stale-pr-message: "This PR is stale because it has been open 180 days with no activity. Please update or it will be closed in 30 days."
@@ -24,7 +24,7 @@ jobs:
24
24
runs-on: ubuntu-latest
25
25
steps:
26
26
- name: Checkout Repository
27
-
uses: actions/checkout@v4
27
+
uses: actions/checkout@v6
28
28
with:
29
29
fetch-depth: 0# Fetch full history for accurate branch checks
Copy file name to clipboardExpand all lines: infra/main.bicep
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,10 @@ var eventHubTags = union(allTags, {
106
106
SecurityControl: 'Ignore'// Required to override MSFT subscription policy controls that enforce disableLocalAuth; local auth needed for Fabric SAS connection
0 commit comments