Skip to content

Commit

Permalink
chore(deps): update sympower/sympower-composite-actions action to v20…
Browse files Browse the repository at this point in the history
…24.08.21.11.57-d4cbce9
  • Loading branch information
renovate[bot] authored and aggelos-gamvrinos-sympower committed Aug 21, 2024
1 parent c121aa9 commit 4736d16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-for-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ jobs:
steps:
- id: setup-build-environment
name: "Setup build environment"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
secrets: ${{ env.secrets }}
- id: format-version
name: "Format version"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
style-as-release: ${{ env.IS_DEFAULT_BRANCH }}
- id: build-and-upload-docker-image
name: "Build and upload Docker Image"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
version: ${{ steps.format-version.outputs.version }}
- id: upload-build-artifacts
name: "Upload build artifacts"
if: always()
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
20 changes: 10 additions & 10 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ jobs:
steps:
- id: setup-build-environment
name: "Setup build environment"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
secrets: ${{ env.secrets }}
- id: format-version
name: "Format version"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
style-as-release: ${{ env.IS_DEFAULT_BRANCH }}
- id: run-tests
name: "Run tests"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
- id: code-analysis
name: "Code analysis"
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
secrets: ${{ env.secrets }}

### Steps run only in default branch ###
- id: build-and-upload-docker-image
name: "Build and upload Docker Image"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
version: ${{ steps.format-version.outputs.version }}
- run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Expand All @@ -69,28 +69,28 @@ jobs:
- id: upload-avro-schema
name: "Upload Avro schema"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
version: ${{ steps.format-version.outputs.version }}
secrets: ${{ env.secrets }}
gistID: ${{ inputs.gistID }}
- id: upload-openapi-schema
name: "Upload OpenAPI schema"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
version: ${{ steps.format-version.outputs.version }}
secrets: ${{ env.secrets }}
- id: upload-pacts
name: "Upload pacts"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
version: ${{ steps.format-version.outputs.version }}
- id: deploy-staging
name: "Deploy staging"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9
with:
secrets: ${{ env.secrets }}
version: ${{ steps.format-version.outputs.version }}
Expand All @@ -100,4 +100,4 @@ jobs:
- id: upload-build-artifacts
name: "Upload build artifacts"
if: always()
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9

0 comments on commit 4736d16

Please sign in to comment.