Skip to content

Commit 50931e5

Browse files
committed
Test dependabot/npm_and_yarn/security-dev-903f86c803
1 parent ab87c4e commit 50931e5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create "unit tests" reports directory
6767
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
6868
id: unit-tests-coverage-group
69-
uses: yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-prod-2c579f9325
69+
uses: yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-dev-903f86c803
7070
with:
7171
name: unit-tests
7272
format: clover
@@ -79,7 +79,7 @@ jobs:
7979
- name: Create "functional tests" coverage group
8080
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
8181
id: functional-tests-coverage-group
82-
uses: yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-prod-2c579f9325
82+
uses: yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-dev-903f86c803
8383
with:
8484
name: functional-tests
8585
format: clover

.github/workflows/reusable-coverage-upload-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
checks: write # For the check run creation !
1919
steps:
2020
- name: 'Check run ○'
21-
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/security-prod-2c579f9325
21+
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/security-dev-903f86c803
2222
with:
2323
name: 'Fetch triggering workflow metadata'
2424
fails-on-triggering-workflow-failure: true
2525

26-
- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/security-prod-2c579f9325
26+
- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/security-dev-903f86c803
2727
id: fetch-workflow-metadata
2828

2929
outputs:
@@ -35,7 +35,7 @@ jobs:
3535
codacy-uploader:
3636
name: Codacy
3737
needs: [fetch-info]
38-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-2c579f9325
38+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-dev-903f86c803
3939
permissions:
4040
contents: read
4141
checks: write # For the check run creation !
@@ -52,7 +52,7 @@ jobs:
5252
codecov-uploader:
5353
name: Codecov
5454
needs: [fetch-info]
55-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-2c579f9325
55+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-dev-903f86c803
5656
permissions:
5757
contents: read
5858
checks: write # For the check run creation !

0 commit comments

Comments
 (0)