3 Commits

Author SHA1 Message Date
CSRBot a5c31971f9 chore(deps): update dependency anchore/syft to v1.45.1
Lint Markdown files / Run markdown linter (pull_request) Failing after 11m46s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 11m56s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 11m59s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 12m6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 12m10s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 12m13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 12m16s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 12m21s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 12m25s
2026-06-06 06:06:36 +00:00
CSRBot 9c66f3b522 Merge pull request 'chore(deps): update davidanson/markdownlint-cli2-action action to v23' (#235) from renovate/davidanson-markdownlint-cli2-action-23.x into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 8s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 35s
Lint Markdown files / Run markdown linter (push) Successful in 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 30s
2026-06-06 03:11:21 +00:00
CSRBot 156f5c4d69 chore(deps): update davidanson/markdownlint-cli2-action action to v23
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 20s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 10s
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 36s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 21s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 36s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 20s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 11m30s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 11m36s
2026-06-06 03:06:58 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with:
globs: '**/*.md'
+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.45.0" # renovate: datasource=github-releases depName=anchore/syft
SYFT_VERSION: "1.45.1" # renovate: datasource=github-releases depName=anchore/syft
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)"