File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- 1.1.7
1+ 1.1.8
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.7
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.8
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
30+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3131 with :
3232 ref : ${{ github.event.pull_request.head.sha }}
3333
Original file line number Diff line number Diff line change 1616 github_token : ${{ secrets.GITHUB_TOKEN }}
1717
1818 - name : Checkout repository
19- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
19+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
Original file line number Diff line number Diff line change 99 name : Trivy
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.7
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.8
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1919 - name : Fixup git permissions
2020 # https://github.com/actions/checkout/issues/766
2121 shell : bash
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3434
3535 - name : Generate Token
3636 uses : actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
Original file line number Diff line number Diff line change 3030 timeout-minutes : 10
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3434 - name : Coverage result name
3535 id : name
3636 run : |
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN apk add -U --no-cache \
6060# Install Golang CI Lint
6161FROM docker.io/library/alpine:3.19.1@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as golangci
6262# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63- ENV GOLANGCI_VERSION="v1.58 .0"
63+ ENV GOLANGCI_VERSION="v1.59 .0"
6464WORKDIR /
6565# hadolint ignore=DL3018,DL4006
6666RUN apk add --no-cache curl && \
You can’t perform that action at this time.
0 commit comments