1 Commits

Author SHA1 Message Date
7018aa78a0 chore(deps): update docker/login-action action to v4
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 8s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 9s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 44s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 23s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 44s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 22s
2026-03-06 17:06:41 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKER_IO_PASSWORD }} password: ${{ secrets.DOCKER_IO_PASSWORD }}
- uses: oras-project/setup-oras@v1.2.4 - uses: oras-project/setup-oras@v1.2.4
with: with:
version: 1.3.1 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$' version: 1.3.0 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
- name: Push artifacthub-repo.yml to git.cryptic.systems - name: Push artifacthub-repo.yml to git.cryptic.systems
run: | run: |
oras push git.cryptic.systems/volker.raschek/dcmerge:artifacthub.io \ oras push git.cryptic.systems/volker.raschek/dcmerge:artifacthub.io \

View File

@@ -26,4 +26,4 @@ jobs:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v9.2.0 - uses: golangci/golangci-lint-action@v9.2.0
with: with:
version: v2.11.3 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.11.0 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@@ -19,7 +19,7 @@ jobs:
run: apt-get update && apt-get install --yes curl run: apt-get update && apt-get install --yes curl
- name: Install syft - name: Install syft
env: env:
SYFT_VERSION: "1.42.2" # renovate: datasource=github-releases depName=anchore/syft SYFT_VERSION: "1.41.1" # renovate: datasource=github-releases depName=anchore/syft
run: | run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')" OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)" ARCH="$(dpkg --print-architecture)"
@@ -31,11 +31,11 @@ jobs:
"https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_${OS}_${ARCH}.deb" "https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_${OS}_${ARCH}.deb"
dpkg -i syft_${SYFT_VERSION}_${OS}_${ARCH}.deb dpkg -i syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
- uses: sigstore/cosign-installer@v4.1.0 - uses: sigstore/cosign-installer@v4.0.0
with: with:
cosign-release: "v2.6.2" # renovate: datasource=github-tags depName=sigstore/cosign cosign-release: "v2.6.2" # renovate: datasource=github-tags depName=sigstore/cosign
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v3.12.0
- uses: actions/setup-go@v6.3.0 - uses: actions/setup-go@v6.3.0
with: with:
go-version: stable go-version: stable
@@ -52,7 +52,7 @@ jobs:
GOPROXY: ${{ vars.GOPROXY }} GOPROXY: ${{ vars.GOPROXY }}
uses: goreleaser/goreleaser-action@v7.0.0 uses: goreleaser/goreleaser-action@v7.0.0
with: with:
version: v2.14.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser version: v2.14.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
args: release --clean args: release --clean
sync-to-hub-docker-io: sync-to-hub-docker-io: