We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47bcb2 commit 2ba612aCopy full SHA for 2ba612a
.github/workflows/main-serverless-service.yml
@@ -71,7 +71,7 @@ jobs:
71
env:
72
ENVIRONMENT: staging # Custom environment variable
73
- name: Codecov
74
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
75
with:
76
token: ${{ secrets.CODECOV_TOKEN }}
77
files: ./coverage.xml
.github/workflows/pr-serverless-service.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Code coverage tests
97
run: make coverage-tests
98
99
100
101
102
0 commit comments