From f2e1a4761e3fd91d3a5b6347ceb45b2b9334f42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 5 Sep 2024 18:43:13 +0200 Subject: [PATCH] ci: attempt to fix audit.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- .forgejo/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/audit.yml b/.forgejo/workflows/audit.yml index 8ea848c..9a5fcfb 100644 --- a/.forgejo/workflows/audit.yml +++ b/.forgejo/workflows/audit.yml @@ -17,6 +17,6 @@ jobs: runs-on: native steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@cargo-deny + - uses: https://github.com/taiki-e/install-action@cargo-deny - name: Scan for vulnerabilities run: cargo deny check