From 2baab01a3418fb38959336bcef3c677cbf56f434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 17:32:20 -0700 Subject: [PATCH] Bump actions/github-script from 6.4.0 to 6.4.1 (#3733) Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/98814c53be79b1d30f795b907e553d8679345975...d7906e4ad0b1822421a7e6a35d5ca353c962f410) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/issues.yaml | 4 ++-- .github/workflows/notifications.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 5be16d6906..33387953e9 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -18,7 +18,7 @@ jobs: echo "text=$text" >> $GITHUB_OUTPUT - name: Check if Issue author is Org member id: membercheck - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -36,7 +36,7 @@ jobs: } return member - name: Send message - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 if: steps.membercheck.outputs.result == 'false' with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index 5d79173da6..4059f18e04 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }} steps: - name: Data - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 continue-on-error: true id: data with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d587ad8d4..23cb15f818 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: continue-on-error: true - name: Publish release on tag - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 continue-on-error: true with: retries: 3