diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b8e78c..8f67a42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,11 @@ jobs: # Send webhook to Wire using Slack Bot - name: Webhook to Wire - uses: 8398a7/action-slack@v2 + uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} author_name: Docker CI pipeline + fields: repo,message,commit,author,action,eventName,ref,workflow env: SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_CI }} # Send message only if previous step failed diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 70c66e3..22246d7 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -185,10 +185,11 @@ jobs: # Send webhook to Wire using Slack Bot - name: Webhook to Wire - uses: 8398a7/action-slack@v2 + uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} author_name: ${{ env.SERVICE_NAME }} Quay Production Publish + fields: repo,message,commit,author,action,eventName,ref,workflow env: SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_RELEASE }} # Send message only if previous step failed diff --git a/.github/workflows/quay.yml b/.github/workflows/quay.yml index 6589143..0fa5ee7 100644 --- a/.github/workflows/quay.yml +++ b/.github/workflows/quay.yml @@ -46,10 +46,11 @@ jobs: release_version=${{ github.event.inputs.tag }} # Send webhook to Wire using Slack Bot - name: Webhook to Wire - uses: 8398a7/action-slack@v2 + uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} author_name: Roman Quay Custom Tag Pipeline + fields: repo,message,commit,author,action,eventName,ref,workflow env: SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_CI }} # Send message only if previous step failed diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 871bdf3..4234afd 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -166,10 +166,11 @@ jobs: # Send webhook to Wire using Slack Bot - name: Webhook to Wire - uses: 8398a7/action-slack@v2 + uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} author_name: ${{ env.SERVICE_NAME }} Quay Staging Publish + fields: repo,message,commit,author,action,eventName,ref,workflow env: SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_RELEASE }} # Send message only if previous step failed diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 038a598..fcc31d9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10462,9 +10462,9 @@ } }, "node_modules/ip": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "node_modules/ip-regex": { "version": "2.1.0",