From c82408c1f749d4abb241a30e8e33f62f8237c07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:34:50 +0000 Subject: [PATCH 1/2] Bump ip from 1.1.8 to 1.1.9 in /frontend Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", From 38a6f2fae4c5a9b326a312107d5316b9579fd0a7 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Thu, 22 Feb 2024 14:25:49 +0100 Subject: [PATCH 2/2] chore: update action --- .github/workflows/ci.yml | 3 ++- .github/workflows/prod.yml | 3 ++- .github/workflows/quay.yml | 3 ++- .github/workflows/staging.yml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) 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