Skip to content

Commit da3a20f

Browse files
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent 199dd52 commit da3a20f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

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

7070
- name: Upload test results to Codecov
7171
if: ${{ !cancelled() }}
72-
uses: codecov/test-results-action@v1
72+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
files: ./testResults.junit.xml
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Upload test results to Codecov
151151
if: ${{ !cancelled() }}
152-
uses: codecov/test-results-action@v1
152+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
153153
with:
154154
token: ${{ secrets.CODECOV_TOKEN }}
155155
files: ./testResults.junit.xml

0 commit comments

Comments
 (0)