Skip to content

Commit

Permalink
Merge ecf4da9 into a6ec03b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2023
2 parents a6ec03b + ecf4da9 commit a67b8a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Resolve Tags
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
id: tags
env:
APP: ${{ matrix.app }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0

- name: Create Report
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
id: report
with:
script: return require('./.github/scripts/release-report.js')({ context })
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Resolve ECR Tags
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
id: ecr-tags
with:
script: return require('./.github/scripts/release-ecr-tags.js')({ context })
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
id: version
with:
script: |
Expand Down

0 comments on commit a67b8a9

Please sign in to comment.