We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c502156 commit c4c669cCopy full SHA for c4c669c
.github/workflows/main.yml
@@ -22,8 +22,8 @@ env:
22
GORELEASER_VERSION: 2.13.3 # https://github.com/goreleaser/goreleaser/releases
23
PYTHON_VERSION: '3.10' # https://www.python.org/downloads/
24
RAGE_VERSION: 0.11.1 # https://github.com/str4d/rage/releases
25
- SYFT_VERSION: 1.41.2 # https://github.com/anchore/syft/releases
26
- UV_VERSION: 0.10.0 # https://github.com/astral-sh/uv/releases
+ SYFT_VERSION: 1.42.0 # https://github.com/anchore/syft/releases
+ UV_VERSION: 0.10.2 # https://github.com/astral-sh/uv/releases
27
jobs:
28
changes:
29
runs-on: ubuntu-22.04
0 commit comments