Skip to content

Commit 3fd52d2

Browse files
Bump slackapi/slack-github-action from 3.0.1 to 3.0.2 (#336)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3606702 commit 3fd52d2

13 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/confluence-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Send custom JSON data to Slack workflow
6969
if: always()
7070
id: slack
71-
uses: slackapi/[email protected].1
71+
uses: slackapi/[email protected].2
7272
env:
7373
WORKFLOW_NAME: ${{ github.workflow }}
7474
BRANCH: ${{ github.ref_name }}

.github/workflows/preflight-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
steps:
220220
- uses: actions/checkout@v6
221221
- run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
222-
- uses: slackapi/[email protected].1
222+
- uses: slackapi/[email protected].2
223223
env:
224224
WORKFLOW_NAME: ${{ github.workflow }}
225225
BRANCH: ${{ github.head_ref || github.ref_name }}

.github/workflows/production-daily-desktop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
7979

8080
- name: Send workflow status to Slack
81-
uses: slackapi/[email protected].1
81+
uses: slackapi/[email protected].2
8282
env:
8383
WORKFLOW_NAME: ${{ github.workflow }}
8484
BRANCH: ${{ github.head_ref || github.ref_name }}

.github/workflows/production-daily.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Send health notification to Slack (iOS)
110110
id: slack-sentry-ios
111111
if: steps.construct-json-firefox-ios.outputs.has_data == 'true'
112-
uses: slackapi/[email protected].1
112+
uses: slackapi/[email protected].2
113113
with:
114114
payload-file-path: "./sentry-slack-firefox-ios.json"
115115
payload-templated: true
@@ -130,7 +130,7 @@ jobs:
130130
- name: Send health notification to Slack (Android)
131131
id: slack-sentry-fenix
132132
if: steps.construct-json-fenix.outputs.has_data == 'true'
133-
uses: slackapi/[email protected].1
133+
uses: slackapi/[email protected].2
134134
with:
135135
payload-file-path: "./sentry-slack-fenix.json"
136136
payload-templated: true
@@ -150,15 +150,15 @@ jobs:
150150
- name: Send health notification to Slack (Android Beta)
151151
id: slack-sentry-fenix-beta
152152
if: steps.construct-json-fenix-beta.outputs.has_data == 'true'
153-
uses: slackapi/[email protected].1
153+
uses: slackapi/[email protected].2
154154
with:
155155
payload-file-path: "./sentry-slack-fenix-beta.json"
156156
payload-templated: true
157157
webhook: ${{ secrets.SLACK_WEBHOOK_PRODUCT_HEALTH }}
158158
webhook-type: incoming-webhook
159159
- name: Notify Slack on any type of failure
160160
if: failure()
161-
uses: slackapi/[email protected].1
161+
uses: slackapi/[email protected].2
162162
with:
163163
payload: |
164164
{
@@ -199,7 +199,7 @@ jobs:
199199
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
200200

201201
- name: Send workflow status to Slack
202-
uses: slackapi/[email protected].1
202+
uses: slackapi/[email protected].2
203203
env:
204204
WORKFLOW_NAME: ${{ github.workflow }}
205205
BRANCH: ${{ github.head_ref || github.ref_name }}

.github/workflows/production-weekly-desktop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
7272

7373
- name: Send workflow status to Slack
74-
uses: slackapi/[email protected].1
74+
uses: slackapi/[email protected].2
7575
env:
7676
WORKFLOW_NAME: ${{ github.workflow }}
7777
BRANCH: ${{ github.head_ref || github.ref_name }}

.github/workflows/production-weekly-firefox-ios-deepdive.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: echo "value=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
6767
- name: Create Slack thread
6868
id: slack-health
69-
uses: slackapi/[email protected].1
69+
uses: slackapi/[email protected].2
7070
with:
7171
method: chat.postMessage
7272
token: ${{ secrets.SLACK_TESTOPS_BOT_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
8989
'. + {channel: $channel, thread_ts: $thread_ts}' \
9090
github-new-issues-slack.json > github-new-issues-slack-thread.json
9191
- name: "Post to Slack: Looker Dashboard"
92-
uses: slackapi/[email protected].1
92+
uses: slackapi/[email protected].2
9393
with:
9494
method: chat.postMessage
9595
token: ${{ secrets.SLACK_TESTOPS_BOT_TOKEN }}
@@ -98,13 +98,13 @@ jobs:
9898
thread_ts: "${{ steps.slack-health.outputs.ts }}"
9999
text: ":looker: <https://mozilla.cloud.looker.com/dashboards/operational_monitoring::firefox_ios_health?Date=&Percentile=50|Looker Dashboard>"
100100
- name: "Post to Slack: Crash Free Rates"
101-
uses: slackapi/[email protected].1
101+
uses: slackapi/[email protected].2
102102
with:
103103
method: chat.postMessage
104104
token: ${{ secrets.SLACK_TESTOPS_BOT_TOKEN }}
105105
payload-file-path: "./sentry-slack-firefox-ios-thread.json"
106106
- name: "Post to Slack: New Github Issues"
107-
uses: slackapi/[email protected].1
107+
uses: slackapi/[email protected].2
108108
with:
109109
method: chat.postMessage
110110
token: ${{ secrets.SLACK_TESTOPS_BOT_TOKEN }}

.github/workflows/production-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Send custom JSON data to Slack workflow
6666
if: always()
6767
id: slack
68-
uses: slackapi/[email protected].1
68+
uses: slackapi/[email protected].2
6969
env:
7070
WORKFLOW_NAME: ${{ github.workflow }}
7171
BRANCH: ${{ github.head_ref || github.ref_name }}

.github/workflows/staging-daily-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
7777

7878
- name: Send workflow status to Slack
79-
uses: slackapi/[email protected].1
79+
uses: slackapi/[email protected].2
8080
env:
8181
WORKFLOW_NAME: ${{ github.workflow }}
8282
BRANCH: ${{ github.head_ref || github.ref_name }}

.github/workflows/staging-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Notify Slack on any type of failure
126126
if: failure()
127-
uses: slackapi/[email protected].1
127+
uses: slackapi/[email protected].2
128128
with:
129129
payload: |
130130
{

.github/workflows/staging-weekly-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
7373

7474
- name: Send workflow status to Slack
75-
uses: slackapi/[email protected].1
75+
uses: slackapi/[email protected].2
7676
env:
7777
WORKFLOW_NAME: ${{ github.workflow }}
7878
BRANCH: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)