File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " gomod "
4- directory : " /distro/npiperelay "
3+ - package-ecosystem : " docker "
4+ directory : " /distro"
55 schedule :
66 interval : " daily"
77
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 permissions :
1616 checks : write
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v7
1919
2020 - name : Build
2121 run : |
2222 docker build -t $TAG_NAME -f ./distro/alpine.dockerfile --build-arg REF=$RUN_URL --build-arg VERSION=${GITHUB_REF#refs/tags/} .
2323
24- - uses : anchore/scan-action@v3
24+ - uses : anchore/scan-action@v7
2525 with :
2626 image : ${{ env.TAG_NAME }}
27+ output-format : table
2728
2829 - name : Package
2930 run : |
3334 ls -la wsl-vpnkit.tar.gz
3435
3536 - name : Artifacts
36- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v7
3738 with :
3839 name : wsl-vpnkit
3940 path : |
You can’t perform that action at this time.
0 commit comments