1 Commits
Author SHA1 Message Date
CSRBot 416adda354 chore(deps): update module github.com/sijms/go-ora/v2 to v3
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 34s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 29s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 17s
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) (push) Successful in 12s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 30s
Lint Markdown files / Run markdown linter (pull_request) Successful in 7s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 26s
2026-07-28 12:06:42 +00:00
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
run: apt-get update && apt-get install --yes curl
- name: Install syft
env:
SYFT_VERSION: "1.50.0" # renovate: datasource=github-releases depName=anchore/syft
SYFT_VERSION: "1.49.0" # renovate: datasource=github-releases depName=anchore/syft
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)"