File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed
Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1- 1.1.2
1+ 1.1.3
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ runs:
1515 echo "::set-output name=go-build::$(go env GOCACHE)"
1616 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
1717 - name : Go Mod Cache
18- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
18+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
1919 with :
2020 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2121 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222 restore-keys : |
2323 ${{ runner.os }}-go-mod-
2424 - name : Go Build Cache
25- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
25+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
2626 with :
2727 path : ${{ steps.go-cache-paths.outputs.go-build }}
2828 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
31+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232 with :
3333 fetch-depth : 0
3434 - uses : ./.github/actions/setup-go
6565
6666 # Load Golang cache build from GitHub
6767 - name : Load cso Golang cache build from GitHub
68- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3 .1
68+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0 .1
6969 id : cache
7070 with :
7171 path : /tmp/.cache/cso
@@ -120,7 +120,7 @@ jobs:
120120
121121 # Upload artifact digests
122122 - name : Upload artifact digests
123- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
123+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
124124 with :
125125 name : image-digest
126126 path : image-digest
Original file line number Diff line number Diff line change 1616 name : check for kubebuilder markers
1717 runs-on : ubuntu-22.04
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020
2121 # go is required for building controller-gen
2222 - uses : ./.github/actions/setup-go
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.2
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.3
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
21+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2222 with :
2323 fetch-depth : 0
2424 - uses : ./.github/actions/setup-go
@@ -107,7 +107,7 @@ jobs:
107107
108108 # Upload artifact digests
109109 - name : Upload artifact digests
110- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
110+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
111111 with :
112112 name : image-digest cso
113113 path : image-digest
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136
137137 - name : checkout code
138- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
138+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
139139 with :
140140 fetch-depth : 0
141141
Original file line number Diff line number Diff line change 1515 steps :
1616 # Load Golang cache build from GitHub
1717 - name : Load cso Golang cache build from GitHub
18- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3 .1
18+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0 .1
1919 id : cache
2020 with :
2121 path : /tmp/.cache/cso
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.2
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.3
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
18+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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 timeout-minutes : 10
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434 - name : Coverage result name
3535 id : name
3636 run : |
You can’t perform that action at this time.
0 commit comments