Author SHA1 Message Date
CSRBot e529b287eb chore(deps): update docker/setup-qemu-action action to v4.3.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 1s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 1s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 1s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 1s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 1s
Lint Markdown files / Run markdown linter (pull_request) Failing after 1s
2026-09-01 12:06:55 +00:00
CSRBot 0f7a1c1553 Merge pull request 'chore(deps): update docker/login-action action to v4.6.0' (#82) from renovate/docker-login-action-4.x into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 19s
Lint Markdown files / Run markdown linter (push) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 49s
2026-07-29 15:40:52 +00:00
CSRBot 5abf708b73 chore(deps): update docker/login-action action to v4.6.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 37s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 49s
Lint Markdown files / Run markdown linter (pull_request) Successful in 11s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 14s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 19s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 19s
2026-07-29 15:08:24 +00:00
+2 -2
View File
@@ -15,13 +15,13 @@ jobs:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
with: with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with: with:
go-version: stable go-version: stable
- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}