Compare commits

..

3 commits

Author SHA1 Message Date
renovate[bot]
e03ad8f93a
Merge 3826531ae6 into 2526149c16 2025-01-22 16:47:56 +00:00
renovate[bot]
3826531ae6
deps: update codecov/codecov-action digest to 5a605bd 2025-01-22 16:47:55 +00:00
renovate[bot]
2526149c16
deps: update registry.gitlab.com/gitlab-org/release-cli docker tag to v0.21.0 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-21 17:53:22 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Upload results to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

View file

@ -6,7 +6,7 @@ stages: [ release ]
# and create a corresponding GitLab Release.
create-release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:v0.20.0
image: registry.gitlab.com/gitlab-org/release-cli:v0.21.0
script: echo "Creating release $CI_COMMIT_TAG"
rules:
- if: $CI_COMMIT_TAG