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.07.25.13.21-8232e01
  • Loading branch information
renovate[bot] authored and aggelos-gamvrinos-sympower committed Jul 29, 2024
1 parent 6293dc6 commit 8192ea4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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 @@ -20,20 +20,20 @@ jobs:
steps:
- id: setup-build-environment
name: "Setup build environment"
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
secrets: ${{ env.secrets }}
- id: format-version
name: "Format version"
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
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].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
version: ${{ steps.format-version.outputs.version }}
- id: upload-build-artifacts
name: "Upload build artifacts"
if: always()
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
18 changes: 9 additions & 9 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ jobs:
steps:
- id: setup-build-environment
name: "Setup build environment"
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
secrets: ${{ env.secrets }}
- id: format-version
name: "Format version"
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
style-as-release: ${{ env.IS_DEFAULT_BRANCH }}
- id: run-tests
name: "Run tests"
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
- id: code-analysis
name: "Code analysis"
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
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].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
version: ${{ steps.format-version.outputs.version }}
- run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Expand All @@ -64,21 +64,21 @@ jobs:
- id: upload-schema
name: "Upload schema"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
version: ${{ steps.format-version.outputs.version }}
secrets: ${{ env.secrets }}
gistID: ${{ inputs.gistID }}
- id: upload-pacts
name: "Upload pacts"
if: env.IS_DEFAULT_BRANCH == 'true'
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
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].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01
with:
secrets: ${{ env.secrets }}
version: ${{ steps.format-version.outputs.version }}
Expand All @@ -88,4 +88,4 @@ jobs:
- id: upload-build-artifacts
name: "Upload build artifacts"
if: always()
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01

0 comments on commit 8192ea4

Please sign in to comment.