From 30b6a1c1f67c79a20157bcfc707d1e57c8621b4d Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Mon, 24 Mar 2025 13:53:29 +0000 Subject: [PATCH] chore(deps): update rustsec/audit-check action to v2 | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | rustsec/audit-check | v1.4.1 | v2.0.0 | --- template/.github/workflows/general_daily_security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/general_daily_security.yml b/template/.github/workflows/general_daily_security.yml index f6b90496..46a1862d 100644 --- a/template/.github/workflows/general_daily_security.yml +++ b/template/.github/workflows/general_daily_security.yml @@ -19,6 +19,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: rustsec/audit-check@dd51754d4e59da7395a4cd9b593f0ff2d61a9b95 # v1.4.1 + - uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }}