File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - go
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v3
3535 with :
Original file line number Diff line number Diff line change 1616 packages : write
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 1515 packages : write
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
3131 docker-build :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 0
3737 - name : Build Docker image
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version : ' 1.23'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN make
1414RUN DB_MIGRATIONS_DIR=$(go list -f '{{.Dir}}' github.com/hyperledger/firefly-transaction-manager/pkg/ffcapi | sed 's|pkg/ffcapi|db|' ) \
1515 && cp -R $DB_MIGRATIONS_DIR db
1616
17- FROM debian:buster -slim
17+ FROM debian:bookworm -slim
1818WORKDIR /tezosconnect
1919RUN chgrp -R 0 /tezosconnect \
2020 && chmod -R g+rwX /tezosconnect
You can’t perform that action at this time.
0 commit comments