File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
29
29
30
30
- name : Install the syft command
31
- uses : kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17
31
+ uses : kubewarden/github-actions/syft-installer@971e9a094d010900399dafc13fd4787bffce6d81 # v3.1.18
32
32
33
33
- name : Install the crane command
34
- uses : kubewarden/github-actions/crane-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17
34
+ uses : kubewarden/github-actions/crane-installer@971e9a094d010900399dafc13fd4787bffce6d81 # v3.1.18
35
35
36
36
- name : Login to GitHub Container Registry
37
37
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ rayon = "1.9"
36
36
regex = " 1.10"
37
37
serde_json = " 1.0"
38
38
serde = { version = " 1.0" , features = [" derive" ] }
39
- serde_yaml = " 0.9.32 "
39
+ serde_yaml = " 0.9.33 "
40
40
sha2 = " 0.10"
41
41
thiserror = " 1.0"
42
42
tokio = { version = " ^1.36.0" , features = [" full" ] }
@@ -55,4 +55,4 @@ mockall = "0.12"
55
55
rstest = " 0.18"
56
56
tempfile = " 3.10.1"
57
57
tower = { version = " 0.4" , features = [" util" ] }
58
- http-body-util = " 0.1.0 "
58
+ http-body-util = " 0.1.1 "
You can’t perform that action at this time.
0 commit comments