1010 name : Build
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Build docker image
1515 env :
1616 REF : ${{ github. sha }}
@@ -20,23 +20,23 @@ jobs:
2020 name : Lint
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 2
26- - uses : actions/setup-go@v5
26+ - uses : actions/setup-go@v6
2727 with :
2828 go-version-file : " go.mod"
2929 - name : golangci-lint
3030 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3131 with :
32- version : v2.7.2
32+ version : v2.10.1
3333
3434 test :
3535 name : Unit Test
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
39- - uses : actions/setup-go@v5
38+ - uses : actions/checkout@v6
39+ - uses : actions/setup-go@v6
4040 with :
4141 go-version-file : " go.mod"
4242 - name : Install dependencies
@@ -48,23 +48,23 @@ jobs:
4848 name : Verify Code Generation
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v4
52- - uses : actions/setup-go@v5
51+ - uses : actions/checkout@v6
52+ - uses : actions/setup-go@v6
5353 with :
5454 go-version-file : " go.mod"
5555 - name : Verify Code Generation
5656 run : |
5757 make verify-generate
5858
59- validate -radixconfig :
60- name : Validate RadixConfig
59+ test -radixconfig :
60+ name : Test RadixConfig
6161 runs-on : ubuntu-latest
6262 steps :
63- - name : " Get Azure principal token for Radix "
64- run : |
65- echo "APP_SERVICE_ACCOUNT_TOKEN=hello-world" >> $GITHUB_ENV
66- - uses : actions/checkout@v4
67- - name : " Validate public-site "
68- uses : equinor/ radix-github-actions@v1
69- with :
70- args : validate radix-config --config-file radixconfig.yaml
63+ - uses : actions/checkout@v6
64+ - uses : equinor/radix-github-actions@v2
65+
66+ - run : rx validate radix-config --config-file radixconfig.platform.yaml
67+ - run : rx validate radix-config --config-file radixconfig.c2.yaml
68+ - run : rx validate radix-config --config-file radixconfig.c3.yaml
69+ - run : rx validate radix-config --config-file radixconfig.dev.yaml
70+ - run : rx validate radix-config --config-file radixconfig.playground .yaml
0 commit comments