4242
4343 steps :
4444 - name : Check out code
45- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
45+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
4646
4747 - name : Extract branch name
4848 id : extract_branch
@@ -88,10 +88,10 @@ jobs:
8888 folder : " keptn-cert-manager/"
8989 steps :
9090 - name : Check out code
91- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
91+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
9292
9393 - name : Set up Go 1.x
94- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
94+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
9595 with :
9696 go-version : ${{ env.GO_VERSION }}
9797 cache : true
@@ -103,7 +103,7 @@ jobs:
103103 run : make unit-test
104104
105105 - name : Report code coverage
106- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
106+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
107107 with :
108108 flags : ${{ matrix.config.name }}
109109 token : ${{ secrets.CODECOV_TOKEN }}
@@ -135,11 +135,11 @@ jobs:
135135 folder : " keptn-cert-manager/"
136136 steps :
137137 - name : Check out code
138- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
138+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
139139
140140 - name : Cache build tools
141141 id : cache-build-tools
142- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
142+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
143143 with :
144144 path : ./${{ matrix.config.folder }}bin
145145 key : build-tools-${{ github.ref_name }}
@@ -168,7 +168,7 @@ jobs:
168168 outputs : type=oci,dest=/tmp/${{ matrix.config.name }}-image.tar
169169
170170 - name : Upload image as artifact
171- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
171+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
172172 with :
173173 name : ${{ matrix.config.name }}-image.tar
174174 path : /tmp/${{ matrix.config.name }}-image.tar
@@ -184,7 +184,7 @@ jobs:
184184 run : echo "" > tag
185185
186186 - name : Upload tag for tests
187- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
187+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
188188 with :
189189 name : dev-${{ env.DATETIME }}
190190 path : tag
@@ -281,10 +281,10 @@ jobs:
281281 runs-on : ubuntu-24.04
282282 steps :
283283 - name : Check out keptn repo
284- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
284+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
285285
286286 - name : Check out helm-charts repo
287- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
287+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
288288 with :
289289 repository : ' keptn/lifecycle-toolkit-charts'
290290 path : ./helm-charts-repository
@@ -306,7 +306,7 @@ jobs:
306306 run : rsync -av --delete --exclude='charts/*.tgz' ./${{ matrix.config.path }}/ ./helm-charts-repository/charts/${{ matrix.config.name }}/
307307
308308 - name : Create Pull Request
309- uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
309+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
310310 with :
311311 token : ${{ secrets.KEPTN_BOT_TOKEN }}
312312 path : ./helm-charts-repository
0 commit comments