diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml index 054bd27482b21..465e6933d9648 100644 --- a/.github/workflows/component-pr.yaml +++ b/.github/workflows/component-pr.yaml @@ -34,7 +34,7 @@ jobs: name: Process runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v6.4.1 if: | github.event_name == 'pull_request_target' && (github.event.action == 'opened' || @@ -49,7 +49,7 @@ jobs: body: `:warning: This PR changes Camel components and will be tested automatically.` }) - name: 'Download artifact' - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6.4.1 if: | github.event_name == 'workflow_run' with: @@ -76,7 +76,7 @@ jobs: - run: unzip test-logs.zip if: | github.event_name == 'workflow_run' - - uses: actions/github-script@v6 + - uses: actions/github-script@v6.4.1 if: | github.event_name == 'workflow_run' with: