From b30b41137fec582a73c836c524b5b6573723f37c Mon Sep 17 00:00:00 2001 From: avish mehta Date: Sun, 11 Jan 2026 01:32:00 +0530 Subject: [PATCH 1/2] Add empty line to pull_request_target.yml --- .../Security/CWE-094/.github/workflows/pull_request_target.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml b/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml index 4ca3753f50cd..8a2fa4d5516d 100644 --- a/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml +++ b/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml @@ -1,5 +1,6 @@ on: pull_request_target + jobs: echo-chamber: runs-on: ubuntu-latest From e69d81f612eb5c2478d620d35e91a5e99444c9c0 Mon Sep 17 00:00:00 2001 From: avish mehta Date: Sun, 11 Jan 2026 01:33:00 +0530 Subject: [PATCH 2/2] Update pull_request_target.yml --- .../Security/CWE-094/.github/workflows/pull_request_target.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml b/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml index 8a2fa4d5516d..c3e2ca2213e2 100644 --- a/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml +++ b/actions/ql/test/query-tests/Security/CWE-094/.github/workflows/pull_request_target.yml @@ -15,4 +15,5 @@ jobs: - run: echo '${{ github.event.pull_request.head.repo.homepage }}' - run: echo '${{ github.event.pull_request.head.ref }}' - run: echo '${{ github.head_ref }}' + - run: echo $GITHUB_TOKEN