-
Notifications
You must be signed in to change notification settings - Fork 6
Bump OXID-eSales/github-actions from 4 to 5 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 }} | ||
|
|
@@ -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' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 }}' | ||
|
|
||
There was a problem hiding this comment.
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