Skip to content

Commit 5644f33

Browse files
Merge pull request #52581 from spalmurray/master
ci: pin Codecov action versions by hash
2 parents e6bcc4e + ecacdd2 commit 5644f33

19 files changed

+40
-39
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ 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
108108

109109
- name: Upload test results
110110
if: ${{ !cancelled() }}
111-
uses: codecov/test-results-action@v1.1.0
111+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
112112
with:
113113
flags: phpunit-files-external-ftp
114114

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ 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
106106

107107
- name: Upload test results
108108
if: ${{ !cancelled() }}
109-
uses: codecov/test-results-action@v1.1.0
109+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
110110
with:
111111
flags: phpunit-files-external-s3
112112

@@ -173,14 +173,14 @@ 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
180180

181181
- name: Upload test results
182182
if: ${{ !cancelled() }}
183-
uses: codecov/test-results-action@v1.1.0
183+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
184184
with:
185185
flags: phpunit-files-external-s3
186186

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ 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
9797

9898
- name: Upload test results
9999
if: ${{ !cancelled() }}
100-
uses: codecov/test-results-action@v1.1.0
100+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
101101
with:
102102
flags: phpunit-files-external-sftp
103103

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ 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
102102

103103
- name: Upload test results
104104
if: ${{ !cancelled() }}
105-
uses: codecov/test-results-action@v1.1.0
105+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
106106
with:
107107
flags: phpunit-files-external-smb
108108

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ 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
9999

100100
- name: Upload test results
101101
if: ${{ !cancelled() }}
102-
uses: codecov/test-results-action@v1.1.0
102+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
103103
with:
104104
flags: phpunit-files-external-webdav
105105

.github/workflows/files-external.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ 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
8787

8888
- name: Upload test results
8989
if: ${{ !cancelled() }}
90-
uses: codecov/test-results-action@v1.1.0
90+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
9191
with:
9292
flags: phpunit-files-external-generic
9393

.github/workflows/node-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ 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

106106
- name: Upload test results
107107
if: ${{ !cancelled() }}
108-
uses: codecov/test-results-action@v1.1.0
108+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
109109

110110
jsunit:
111111
runs-on: ubuntu-latest

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ 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
112112

113113
- name: Upload test results
114114
if: ${{ !cancelled() }}
115-
uses: codecov/test-results-action@v1.1.0
115+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
116116
with:
117117
flags: phpunit-azure
118118

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ 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
118118

119119
- name: Upload test results
120120
if: ${{ !cancelled() }}
121-
uses: codecov/test-results-action@v1.1.0
121+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
122122
with:
123123
flags: phpunit-s3
124124

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ 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
108108

109109
- name: Upload test results
110110
if: ${{ !cancelled() }}
111-
uses: codecov/test-results-action@v1.1.0
111+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
112112
with:
113113
flags: phpunit-swift
114114

0 commit comments

Comments
 (0)