Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

build(deps): update actions/github-script action to v6.4.1 #409

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,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.3.3
uses: actions/github-script@v6.4.1
env:
TEST_REPORTS_PATH: ${{ env.TEST_REPORTS_PATH }}
FINAL_TEST_REPORTS_FOLDER: ${{ env.FINAL_TEST_REPORTS_FOLDER }}
Expand Down
Loading