Skip to content

Commit 8c99222

Browse files
committed
update github actions
1 parent df154e2 commit 8c99222

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "gomod"
4-
directory: "/distro/npiperelay"
3+
- package-ecosystem: "docker"
4+
directory: "/distro"
55
schedule:
66
interval: "daily"
77

.github/workflows/distro.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ env:
1111

1212
jobs:
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: |
@@ -33,7 +34,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)