From b9b52126a63f8afe72590763bc230085722fb3c9 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sat, 12 Oct 2024 16:54:06 -0700 Subject: [PATCH 1/2] chore: changes from formatting on save --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index fd10e86..660372f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -30,4 +30,4 @@ jobs: - uses: actions/checkout@v4 - uses: rustsec/audit-check@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} From 3c3a12d3d30277c918cbeafea6946cab62fe24d4 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sat, 12 Oct 2024 16:54:22 -0700 Subject: [PATCH 2/2] fix: usage of `a deprecated Node.js version` in CI --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 660372f..d5edbf4 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -28,6 +28,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: rustsec/audit-check@v1 + - uses: rustsec/audit-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}