diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b4ef9e..cb3d8b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: "Checkout Repository" uses: actions/checkout@v4 - name: "Security Check" - uses: pycord-development/execute-whitelist-action@v1.0.4 + uses: pycord-development/execute-whitelist-action@a837de44d8c7a758d6900c82651c3134f44c574b with: whitelisted-github-ids: ${{ vars.ALLOWED_USER_IDS }} token: ${{ secrets.GITHUB_TOKEN }}