You've already forked dcmerge
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
022907db3f
|
|||
| 228e39821b | |||
|
5d2102b345
|
@@ -14,6 +14,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.3
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v23.2.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user