diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b44fbbed67..851f4b675f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -81,8 +81,8 @@ jobs: # Fetch Alerts - name: Fetch Alerts - if: github.event_name != 'pull_request' id: fetch-alerts + if: github.event_name != 'pull_request' uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -93,9 +93,9 @@ jobs: # Check Existing Issues - name: Check Existing Issues + id: check-existing-issues if: github.event_name != 'pull_request' uses: actions/github-script@v7 - id: check-existing-issues with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -106,6 +106,7 @@ jobs: # Create New Issues - name: Create New Issues + id: create-new-issues if: github.event_name != 'pull_request' uses: actions/github-script@v7 with: