From f40438f9361fdc562d1c2cad1ea34b7d55f5745e Mon Sep 17 00:00:00 2001 From: Daniel Sanz <13658011+sdn4z@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:49:30 +0100 Subject: [PATCH] ci: use twyn action --- .github/workflows/dependencies-security.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependencies-security.yml b/.github/workflows/dependencies-security.yml index b6b9d0b..125d2b1 100644 --- a/.github/workflows/dependencies-security.yml +++ b/.github/workflows/dependencies-security.yml @@ -17,9 +17,12 @@ jobs: run: /osv-scanner --skip-git --format table --config .osv-scanner.toml -r . twyn: runs-on: ubuntu-latest - container: - image: docker.io/elementsinteractive/twyn:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run Twyn against our dependencies - run: twyn run -vv + uses: elementsinteractive/twyn-action@v1 + id: app-token + with: + publish: true + github-token: ${{ secrets.GITHUB_TOKEN }} + version: v6