diff --git a/.github/workflows/reusable-CI-workflow.yml b/.github/workflows/reusable-CI-workflow.yml index 70613336..d157abcd 100644 --- a/.github/workflows/reusable-CI-workflow.yml +++ b/.github/workflows/reusable-CI-workflow.yml @@ -66,7 +66,7 @@ jobs: - name: Create "unit tests" reports directory if: ${{ env.COVERAGE_TYPE == 'xdebug' }} id: unit-tests-coverage-group - uses: yoanm/temp-reports-group-workspace/create-group@v0 + uses: yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-prod-5bd29adeaf with: name: unit-tests format: clover @@ -79,7 +79,7 @@ jobs: - name: Create "functional tests" coverage group if: ${{ env.COVERAGE_TYPE == 'xdebug' }} id: functional-tests-coverage-group - uses: yoanm/temp-reports-group-workspace/create-group@v0 + uses: yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-prod-5bd29adeaf with: name: functional-tests format: clover diff --git a/.github/workflows/reusable-coverage-upload-workflow.yml b/.github/workflows/reusable-coverage-upload-workflow.yml index 8bc2a67d..31a509e9 100644 --- a/.github/workflows/reusable-coverage-upload-workflow.yml +++ b/.github/workflows/reusable-coverage-upload-workflow.yml @@ -8,6 +8,7 @@ on: CODECOV_TOKEN: required: true + jobs: fetch-info: name: Fetch triggering workflow metadata @@ -17,12 +18,12 @@ jobs: checks: write # For the check run creation ! steps: - name: 'Check run ○' - uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0 + uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/security-prod-5bd29adeaf with: name: 'Fetch triggering workflow metadata' fails-on-triggering-workflow-failure: true - - uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0 + - uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/security-prod-5bd29adeaf id: fetch-workflow-metadata outputs: @@ -34,7 +35,7 @@ jobs: codacy-uploader: name: Codacy needs: [fetch-info] - uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0 + uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-5bd29adeaf permissions: contents: read checks: write # For the check run creation ! @@ -51,7 +52,7 @@ jobs: codecov-uploader: name: Codecov needs: [fetch-info] - uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0 + uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-5bd29adeaf permissions: contents: read checks: write # For the check run creation !