Skip to content

Commit ecacdd2

Browse files
committed
ci: pin codecov/test-results-action@v1.1.0 with hash
Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
1 parent dbfbb8d commit ecacdd2

18 files changed

+19
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
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

@@ -180,7 +180,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
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)