Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea7198 commit 6288925Copy full SHA for 6288925
1 file changed
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
run: bash .github/scripts/validate_report_files.sh
176
177
- name: Codecov
178
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@master
179
with:
180
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
181
files: ./cobertura.xml
@@ -290,7 +290,7 @@ jobs:
290
timeout-minutes: 10
291
steps:
292
- name: Slack Workflow Notification
293
- uses: Gamesight/slack-workflow-status@v1.3.0
+ uses: Gamesight/slack-workflow-status@master
294
295
repo_token: ${{secrets.GITHUB_TOKEN}}
296
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
0 commit comments