File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
- uses : " authzed/actions/setup-go@main"
18
18
- name : " Install snapcraft"
19
- run : " sudo snap install snapcraft --channel=7 .x/stable --classic"
19
+ run : " sudo snap install snapcraft --channel=8 .x/stable --classic"
20
20
- uses : " authzed/actions/docker-login@main"
21
21
with :
22
22
quayio_token : " ${{ secrets.QUAYIO_PASSWORD }}"
Original file line number Diff line number Diff line change 24
24
run : ' echo "SpiceDB version must start with `v` and be a semver" && exit 1'
25
25
shell : " bash"
26
26
- name : " Install snapcraft"
27
- run : " sudo snap install snapcraft --channel=7 .x/stable --classic"
27
+ run : " sudo snap install snapcraft --channel=8 .x/stable --classic"
28
28
- uses : " authzed/actions/docker-login@main"
29
29
with :
30
30
quayio_token : " ${{ secrets.QUAYIO_PASSWORD }}"
Original file line number Diff line number Diff line change 56
56
username : " ${{ env.DOCKERHUB_PUBLIC_USER }}"
57
57
password : " ${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
58
58
- name : " Install snapcraft"
59
- run : " sudo snap install snapcraft --channel=7 .x/stable --classic"
59
+ run : " sudo snap install snapcraft --channel=8 .x/stable --classic"
60
60
- uses : " aquasecurity/trivy-action@master"
61
61
with :
62
62
scan-type : " fs"
You can’t perform that action at this time.
0 commit comments