Skip to content

Commit 0cf4ace

Browse files
committed
ci: use twyn action
1 parent ebfdeb8 commit 0cf4ace

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/dependencies-security.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
run: /osv-scanner --skip-git --format table --config .osv-scanner.toml -r .
1818
twyn:
1919
runs-on: ubuntu-latest
20-
container:
21-
image: docker.io/elementsinteractive/twyn:latest
2220
steps:
23-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2422
- name: Run Twyn against our dependencies
25-
run: twyn run -vv
23+
uses: elementsinteractive/twyn-action@v1
24+
id: app-token
25+
with:
26+
publish: true
27+
github-token: ${{ secrets.GITHUB_TOKEN }}
28+
version: v6

0 commit comments

Comments
 (0)