File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- FROM denoland/deno:2.4.5
1+ FROM denoland/deno:2.5.2
22
33# Install tools
44RUN apt-get update && \
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313
1414 steps :
1515 - name : Git checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
20- - name : Setup Deno v2.4.5
20+ - name : Setup Deno v2.5.2
2121 uses : denoland/setup-deno@v2
2222 with :
23- deno-version : v2.4.5
23+ deno-version : v2.5.2
2424
2525 - name : Setup LCOV
2626 run : sudo apt install -y lcov
3535 run : deno task cover
3636
3737 - name : SonarCloud Scan
38- uses : sonarsource/sonarqube-scan-action@v5.3.1
38+ uses : sonarsource/sonarqube-scan-action@v6.0.0
3939 env :
4040 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4141 if : env.SONAR_TOKEN != ''
@@ -77,12 +77,12 @@ jobs:
7777
7878 steps :
7979 - name : Checkout
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
8181 with :
8282 ref : ' master'
8383
8484 - name : Checkout Kustomize
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686 with :
8787 token : ${{ secrets.ARGOCD_PAT }}
8888 repository : switcherapi/switcher-deployment
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616
1717 steps :
1818 - name : Git checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 ref : ${{ github.event.inputs.tag }}
2323
24- - name : Setup Deno v2.4.5
24+ - name : Setup Deno v2.5.2
2525 uses : denoland/setup-deno@v2
2626 with :
27- deno-version : v2.4.5
27+ deno-version : v2.5.2
2828
2929 - name : Verify formatting
3030 run : deno task fmt
4242
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848 ref : ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212
1313 steps :
1414 - name : Git checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
19- - name : Setup Deno v2.4.5
19+ - name : Setup Deno v2.5.2
2020 uses : denoland/setup-deno@v2
2121 with :
22- deno-version : v2.4.5
22+ deno-version : v2.5.2
2323
2424 - name : Verify formatting
2525 run : deno task fmt
3737
3838 steps :
3939 - name : Checkout code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 - name : Docker meta
4343 id : meta
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 core.setOutput('base_ref', pr.data.base.ref);
2929 core.setOutput('head_sha', pr.data.head.sha);
3030
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 ref : ${{ steps.pr.outputs.head_sha }}
3434 fetch-depth : 0
3535
36- - name : Setup Deno v2.4.5
36+ - name : Setup Deno v2.5.2
3737 uses : denoland/setup-deno@v2
3838 with :
39- deno-version : v2.4.5
39+ deno-version : v2.5.2
4040
4141 - name : Setup LCOV
4242 run : sudo apt install -y lcov
5151 run : deno task cover
5252
5353 - name : SonarCloud Scan
54- uses : sonarsource/sonarqube-scan-action@v5.3.1
54+ uses : sonarsource/sonarqube-scan-action@v6.0.0
5555 env :
5656 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5757 if : env.SONAR_TOKEN != ''
Original file line number Diff line number Diff line change 1- FROM denoland/deno:alpine-2.4.5
1+ FROM denoland/deno:alpine-2.5.2
22
33ENV APP_HOME=/home/app
44WORKDIR $APP_HOME
You can’t perform that action at this time.
0 commit comments