Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
28f7da7723
Merge c1cb0255dc into 28a71f54d4 2025-01-18 16:26:23 +01:00
renovate[bot]
c1cb0255dc
deps: update codecov/codecov-action digest to 1e68e06 2024-12-18 20:56:16 +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 ./... run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Upload results to Codecov - name: Upload results to Codecov
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5 uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}

View file

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