Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-codeception-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker_hub_user: ${{ secrets.DOCKER_HUB_USER }}
steps:
- name: build docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-database-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mysql_version: ["5.7", "8.0", "8.0.36", "8.4", "8", "9"]
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -46,7 +46,7 @@ jobs:
mariadb_version: ["10", "11"]
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-legacy-php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
COMPOSER_VERSION: "2.2"
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-nginx-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
nginx_version: ["1.24"]
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
COMPOSER_VERSION: 2
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-selenium-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- S3FF94
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-sphinx-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker_hub_user: ${{ secrets.DOCKER_HUB_USER }}
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
COMPOSER_VERSION: 2
steps:
- name: build and push docker images
uses: 'OXID-eSales/github-actions/build_docker@v4'
uses: 'OXID-eSales/github-actions/build_docker@v5'
with:
dockerhub_username: ${{ secrets.DOCKER_HUB_USER }}
dockerhub_password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -96,7 +96,7 @@ jobs:
steps:
- name: Send custom JSON data to Slack workflow
if: ${{ always() && env.SLACK_WEBHOOK != '' }}
uses: 'OXID-eSales/github-actions/slack_status@v4'
uses: 'OXID-eSales/github-actions/slack_status@v5'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slack_status has been deprecated in v5. Either switch to the underlying slack action or use the begin_report/add_report/generate_report logic

with:
slack_webhook: ${{ secrets.SLACK_DEVOPS_WEBHOOK_URL }}
title: '${{ github.workflow }} on ${{ github.repository }} by ${{ github.actor }}'
Expand Down