Skip to content

Commit dbfbb8d

Browse files
committed
ci: pin codecov/codecov-action@v5.4.2 with hash
Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
1 parent 4fe5c8a commit dbfbb8d

18 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/files-external-ftp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload code coverage
103103
if: ${{ !cancelled() && matrix.coverage }}
104-
uses: codecov/codecov-action@v5.4.2
104+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
105105
with:
106106
files: ./clover.xml
107107
flags: phpunit-files-external-ftp

.github/workflows/files-external-s3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Upload code coverage
101101
if: ${{ !cancelled() && matrix.coverage }}
102-
uses: codecov/codecov-action@v5.4.2
102+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
103103
with:
104104
files: ./clover.xml
105105
flags: phpunit-files-external-s3
@@ -173,7 +173,7 @@ jobs:
173173

174174
- name: Upload code coverage
175175
if: ${{ !cancelled() && matrix.coverage }}
176-
uses: codecov/codecov-action@v5.4.2
176+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
177177
with:
178178
files: ./clover.xml
179179
flags: phpunit-files-external-s3

.github/workflows/files-external-sftp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Upload code coverage
9292
if: ${{ !cancelled() && matrix.coverage }}
93-
uses: codecov/codecov-action@v5.4.2
93+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
9494
with:
9595
files: ./clover.xml
9696
flags: phpunit-files-external-sftp

.github/workflows/files-external-smb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Upload code coverage
9797
if: ${{ !cancelled() && matrix.coverage }}
98-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.1.1
98+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
9999
with:
100100
files: ./clover.xml
101101
flags: phpunit-files-external-smb

.github/workflows/files-external-webdav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload code coverage
9494
if: ${{ !cancelled() && matrix.coverage }}
95-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.1.1
95+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
9696
with:
9797
files: ./clover.xml
9898
flags: phpunit-files-external-webdav

.github/workflows/files-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload code coverage
8282
if: ${{ !cancelled() && matrix.coverage }}
83-
uses: codecov/codecov-action@v5.4.2
83+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
8484
with:
8585
files: ./clover.xml
8686
flags: phpunit-files-external-generic

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: npm run test:coverage --if-present
100100

101101
- name: Collect coverage
102-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4.3.1
102+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
103103
with:
104104
files: ./coverage/lcov.info
105105

.github/workflows/object-storage-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Upload code coverage
107107
if: ${{ !cancelled() && matrix.coverage }}
108-
uses: codecov/codecov-action@v5.4.2
108+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
109109
with:
110110
files: ./clover.xml
111111
flags: phpunit-azure

.github/workflows/object-storage-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Upload code coverage
113113
if: ${{ !cancelled() && matrix.coverage }}
114-
uses: codecov/codecov-action@v5.4.2
114+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
115115
with:
116116
files: ./clover.xml
117117
flags: phpunit-s3

.github/workflows/object-storage-swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload code coverage
103103
if: ${{ !cancelled() && matrix.coverage }}
104-
uses: codecov/codecov-action@v5.4.2
104+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
105105
with:
106106
files: ./clover.xml
107107
flags: phpunit-swift

0 commit comments

Comments
 (0)