Browse Source
ci: pin codecov/codecov-action@v5.4.2 with hash
Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
pull/52581/head
Spencer Murray
1 year ago
No known key found for this signature in database
GPG Key ID: 86F0F56E99B25932
18 changed files with
19 additions and
19 deletions
-
.github/workflows/files-external-ftp.yml
-
.github/workflows/files-external-s3.yml
-
.github/workflows/files-external-sftp.yml
-
.github/workflows/files-external-smb.yml
-
.github/workflows/files-external-webdav.yml
-
.github/workflows/files-external.yml
-
.github/workflows/node-test.yml
-
.github/workflows/object-storage-azure.yml
-
.github/workflows/object-storage-s3.yml
-
.github/workflows/object-storage-swift.yml
-
.github/workflows/phpunit-mariadb.yml
-
.github/workflows/phpunit-memcached.yml
-
.github/workflows/phpunit-mysql-sharding.yml
-
.github/workflows/phpunit-mysql.yml
-
.github/workflows/phpunit-nodb.yml
-
.github/workflows/phpunit-oci.yml
-
.github/workflows/phpunit-pgsql.yml
-
.github/workflows/phpunit-sqlite.yml
|
|
|
@ -101,7 +101,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-ftp |
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-s3 |
|
|
|
@ -173,7 +173,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-s3 |
|
|
|
|
|
|
|
@ -90,7 +90,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-sftp |
|
|
|
|
|
|
|
@ -95,7 +95,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.1.1 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-smb |
|
|
|
|
|
|
|
@ -92,7 +92,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.1.1 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-webdav |
|
|
|
|
|
|
|
@ -80,7 +80,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-files-external-generic |
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ jobs: |
|
|
|
run: npm run test:coverage --if-present |
|
|
|
|
|
|
|
- name: Collect coverage |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.3.1 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./coverage/lcov.info |
|
|
|
|
|
|
|
|
|
|
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-azure |
|
|
|
|
|
|
|
@ -111,7 +111,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-s3 |
|
|
|
|
|
|
|
@ -101,7 +101,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-swift |
|
|
|
|
|
|
|
@ -124,7 +124,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload db code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.db.xml |
|
|
|
flags: phpunit-mariadb |
|
|
|
|
|
|
|
@ -101,7 +101,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.xml |
|
|
|
flags: phpunit-memcached |
|
|
|
|
|
|
|
@ -159,7 +159,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload db code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.db.xml |
|
|
|
flags: phpunit-mysql |
|
|
|
|
|
|
|
@ -124,7 +124,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload db code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.db.xml |
|
|
|
flags: phpunit-mysql |
|
|
|
|
|
|
|
@ -107,7 +107,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload nodb code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.nodb.xml |
|
|
|
flags: phpunit-nodb |
|
|
|
|
|
|
|
@ -129,7 +129,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload db code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.db.xml |
|
|
|
flags: phpunit-oci |
|
|
|
|
|
|
|
@ -119,7 +119,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload db code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.db.xml |
|
|
|
flags: phpunit-postgres |
|
|
|
|
|
|
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Upload db code coverage |
|
|
|
if: ${{ !cancelled() && matrix.coverage }} |
|
|
|
uses: codecov/codecov-action@v5.4.2 |
|
|
|
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
|
|
|
with: |
|
|
|
files: ./clover.db.xml |
|
|
|
flags: phpunit-sqlite |
|
|
|
|