Skip to content

Commit

Permalink
[NOD-473] fix: updated action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Sep 20, 2023
1 parent da711df commit 6d9c22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/04_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: Semver setup
id: semver_setup
uses: pagopa/github-actions-template/node-semver-setup@main
uses: pagopa/github-actions-template/node-semver-setup@ff1d20edd8236ade3cb06020c273292b9a62d391

# Set deploy variables
- run: echo "ENV_SHORT=$(echo ${{steps.semver_setup.outputs.environment}} | cut -c1-1)" >> $GITHUB_ENV
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/04_self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ inputs.target == inputs.environment && inputs.target == 'prod' }}
environment:
name: ${{ inputs.environment }}
uses: pagopa/github-actions-template/azure-function-start-staging-slot@sha # TODO CHANGE HERE
uses: pagopa/github-actions-template/azure-function-start-staging-slot@ff1d20edd8236ade3cb06020c273292b9a62d391
with:
branch: ${{ github.ref_name }}
client_id: ${{ secrets.CLIENT_ID }}
Expand All @@ -54,7 +54,7 @@ jobs:
needs: [ create_staging_slot ]
environment:
name: ${{ inputs.environment }}
uses: pagopa/github-actions-template/azure-function-deploy@sha # TODO CHANGE HERE
uses: pagopa/github-actions-template/azure-function-deploy@ff1d20edd8236ade3cb06020c273292b9a62d391
with:
branch: ${{ github.ref_name }}
client_id: ${{ secrets.CLIENT_ID }}
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-22.04
environment:
name: ${{ inputs.environment }}
uses: pagopa/github-actions-template/azure-function-stop-staging-slot@sha # TODO CHANGE HERE
uses: pagopa/github-actions-template/azure-function-stop-staging-slot@ff1d20edd8236ade3cb06020c273292b9a62d391
with:
branch: ${{ github.ref_name }}
client_id: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit 6d9c22e

Please sign in to comment.