File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
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 : |
You can’t perform that action at this time.
0 commit comments