Skip to content

Commit 7598fcd

Browse files
authored
ci: bump slack-workflow-status to v2.3.0 (#6732)
### Summary Bump. ### QA Notes n/a
1 parent e809c1c commit 7598fcd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/positron-python-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Send Slack Notification
137-
uses: midleman/slack-workflow-status@v2.2.1
137+
uses: midleman/slack-workflow-status@v2.3.0
138138
with:
139139
repo_token: ${{ secrets.GITHUB_TOKEN }}
140140
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}

.github/workflows/test-e2e-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- run: |
135135
echo "Will notify on: ${{ env.notify_on }}"
136136
- name: Notify Slack
137-
uses: midleman/slack-workflow-status@v2.2.1
137+
uses: midleman/slack-workflow-status@v2.3.0
138138
with:
139139
repo_token: ${{ secrets.GITHUB_TOKEN }}
140140
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}

.github/workflows/test-full-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: |
104104
echo "Will notify on: ${{ env.notify_on }}"
105105
- name: Notify Slack
106-
uses: midleman/slack-workflow-status@v2.2.1
106+
uses: midleman/slack-workflow-status@v2.3.0
107107
with:
108108
repo_token: ${{ secrets.GITHUB_TOKEN }}
109109
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}

.github/workflows/test-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Notify Slack
60-
uses: midleman/slack-workflow-status@v2.2.1
60+
uses: midleman/slack-workflow-status@v2.3.0
6161
with:
6262
repo_token: ${{ secrets.GITHUB_TOKEN }}
6363
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}

build/secrets/.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"filename": ".github/workflows/test-merge.yml",
150150
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
151151
"is_verified": false,
152-
"line_number": 18,
152+
"line_number": 20,
153153
"is_secret": false
154154
}
155155
],
@@ -1941,5 +1941,5 @@
19411941
}
19421942
]
19431943
},
1944-
"generated_at": "2025-03-04T00:24:03Z"
1944+
"generated_at": "2025-03-11T18:38:40Z"
19451945
}

0 commit comments

Comments
 (0)