2020 name : CI Test JS
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Setup Node.js
25- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
25+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
2626 with :
2727 node-version-file : package.json
2828 cache : yarn
@@ -43,22 +43,22 @@ jobs:
4343 name : CI Test Go
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747 - name : Setup Go
48- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
48+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
4949 with :
5050 go-version-file : go.mod
5151 - name : Setup Flux CLI
52- uses : fluxcd/flux2/action@bda4c8187e436462be0d072e728b67afa215c593 # v2.6.3
52+ uses : fluxcd/flux2/action@4a15fa6a023259353ef750acf1c98fe88407d4d0 # v2.7.2
5353 - run : make unit-tests
5454
5555 ci-static :
5656 name : CI Check Static Checks
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060 - name : Setup Go
61- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
61+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
6262 with :
6363 go-version-file : go.mod
6464 - run : make check-format
@@ -103,9 +103,9 @@ jobs:
103103 if : ${{ github.event_name != 'pull_request' && github.repository == 'weaveworks/weave-gitops' }}
104104 steps :
105105 - name : Checkout code
106- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107107 - name : Setup Go
108- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
108+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
109109 with :
110110 go-version-file : go.mod
111111 - name : Clean
@@ -135,7 +135,7 @@ jobs:
135135 js-version : ${{ steps.package-version.outputs.js-version }}
136136 steps :
137137 - name : Checkout
138- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
139139 with :
140140 # avoid the merge commit that on.pull_request creates
141141 # fallback to github.sha if not present (e.g. on.push(main))
@@ -144,7 +144,7 @@ jobs:
144144 ref : ${{ github.event.pull_request.head.sha || github.sha }}
145145 fetch-depth : 0
146146 - name : Setup Node.js
147- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
147+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
148148 with :
149149 node-version-file : package.json
150150 registry-url : " https://npm.pkg.github.com"
0 commit comments