diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 65ff1d9..599940e 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -40,7 +40,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} script: | const { execSync } = require('child_process'); - console.log(Object.keys(github)); # Debugging: Check available methods on 'github' + try { execSync('npm update'); execSync('git config --global user.name "GitHub Actions"');