Skip to content

Commit

Permalink
Upgrade Workflows (#2921)
Browse files Browse the repository at this point in the history
Manual `make ci-mgmt` to unblock release jobs ( see #2919)
  • Loading branch information
guineveresaenger authored Jan 29, 2025
1 parent e752623 commit 4e7e5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Unit-test provider code
run: make test_provider
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- if: inputs.is_pr
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ jobs:
verify_release:
name: verify_release
needs: publish_sdk
permissions:
id-token: write
uses: ./.github/workflows/verify-release.yml
secrets: inherit
with:
Expand Down

0 comments on commit 4e7e5c2

Please sign in to comment.