From 4df5d2eaccde29eec57b12e59a9145cb550305bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:59:20 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.1.0 to 6.4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.1.0...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 7ac1f9b..86af9db 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -274,7 +274,7 @@ jobs: # As output a markdown and a json version will be generated - name: Build final test report id: build_final_test_report - uses: actions/github-script@v6.1.0 + uses: actions/github-script@v6.4.1 env: TEST_REPORTS_PATH: ${{ env.TEST_REPORTS_PATH }} FINAL_TEST_REPORTS_FOLDER: ${{ env.FINAL_TEST_REPORTS_FOLDER }}