From ecf4da9af2e089c7b243f4cd7bff4976df48539b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 12:14:36 +0000 Subject: [PATCH] bump(deps): update actions/github-script action to v6.4.1 --- .github/workflows/release-apps.yml | 4 ++-- .github/workflows/release-ecr.yml | 2 +- .github/workflows/release-publish.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-apps.yml b/.github/workflows/release-apps.yml index 99a108b4a8..519759a0a3 100644 --- a/.github/workflows/release-apps.yml +++ b/.github/workflows/release-apps.yml @@ -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 }} @@ -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 }) diff --git a/.github/workflows/release-ecr.yml b/.github/workflows/release-ecr.yml index 69d2aa017e..0eb647d037 100644 --- a/.github/workflows/release-ecr.yml +++ b/.github/workflows/release-ecr.yml @@ -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 }) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f8bc2e38fc..ee3b3587fe 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -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: |