diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a2a392..2eaffd6 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.10 + uses: pycord-development/execute-whitelist-action@0101435a72d29bdfc5d5e5242fcb0896d529aaeb with: whitelisted-github-ids: ${{ vars.ALLOWED_USER_IDS }} token: ${{ secrets.GITHUB_TOKEN }}