diff options
| author | Frédéric Desbiens <[email protected]> | 2025-07-17 19:52:34 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-17 19:52:34 -0400 |
| commit | acf2e57606361f3fa95cc5f9bf8c0370f2c4b898 (patch) | |
| tree | b46a0713af121c15decebe353d1ff80dab535f01 | |
| parent | 171af05ed1d7b6e9230362751273ddb2695200e5 (diff) | |
| parent | 754c3485687346f0f83d1d06893dc85662c96b28 (diff) | |
Merge pull request #454 from eclipse-threadx/ci-fixes
Updated all actions to their latest release.
| -rw-r--r-- | .github/workflows/regression_template.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index 5e292921..6febb5c0 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -63,7 +63,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/[email protected] with: submodules: true @@ -86,7 +86,7 @@ jobs: - name: Upload Test Results if: success() || failure() - uses: actions/[email protected] + uses: actions/[email protected] with: name: test_reports ${{ inputs.result_affix }} path: | @@ -95,7 +95,7 @@ jobs: ${{ inputs.cmake_path }}/build/**/regression/output_files/*.bin - name: Configure GitHub Pages - uses: actions/[email protected] + uses: actions/[email protected] - name: Generate Code Coverage Results Summary if: (!inputs.skip_coverage) @@ -115,7 +115,7 @@ jobs: - name: Create CheckRun for Code Coverage if: ((github.event_name == 'push') || (github.event_name == 'workflow_dispatch') || (github.event.pull_request.head.repo.full_name == github.repository)) && (!inputs.skip_coverage) - uses: LouisBrunner/[email protected] + uses: LouisBrunner/[email protected] with: token: ${{ secrets.GITHUB_TOKEN }} name: Code Coverage ${{ inputs.result_affix }} @@ -126,7 +126,7 @@ jobs: - name: Add Code Coverage PR Comment if: ((github.event_name == 'push') || (github.event.pull_request.head.repo.full_name == github.repository)) && (!inputs.skip_coverage) - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/[email protected] with: header: Code Coverage ${{ inputs.result_affix }} path: code-coverage-results.md @@ -141,7 +141,7 @@ jobs: fi - name: Upload Code Coverage Artifacts - uses: actions/[email protected] + uses: actions/[email protected] if: (inputs.skip_deploy && !inputs.skip_coverage) with: name: coverage_report @@ -149,7 +149,7 @@ jobs: retention-days: 1 - name: Upload Code Coverage Pages - uses: actions/[email protected] + uses: actions/[email protected] if: (!inputs.skip_deploy && !inputs.skip_coverage) with: path: ${{ inputs.cmake_path }}/coverage_report/${{ inputs.coverage_name }} @@ -166,25 +166,25 @@ jobs: id-token: write steps: - - uses: actions/[email protected] + - uses: actions/[email protected] if: ${{ inputs.skip_test }} with: name: coverage_report - name: Upload Code Coverage Pages - uses: actions/[email protected] + uses: actions/[email protected] if: ${{ inputs.skip_test }} with: path: . - name: Delete Duplicate Code Coverage Artifact - uses: geekyeggo/delete-artifact@v2 + uses: geekyeggo/[email protected] with: name: coverage_report - name: Deploy GitHub Pages site id: deployment - uses: actions/[email protected] + uses: actions/[email protected] - name: Write Code Coverage Report URL run: >- |
