Skip to content

Commit d12b248

Browse files
author
Alvaro Muñoz
committed
Merge branch 'untrusted_co' of https://github.com/GitHubSecurityLab/codeql-actions into untrusted_co
2 parents 35df951 + 7160f08 commit d12b248

File tree

1 file changed

+1
-1
lines changed
  • ql/test/query-tests/Security/CWE-829/.github/workflows

1 file changed

+1
-1
lines changed

ql/test/query-tests/Security/CWE-829/.github/workflows/auto_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v3
6969
with:
7070
fetch-depth: 0
71-
ref: ${{ github.event.pull_request.head.ref }}
71+
ref: ${{ github.event.pull_request.head.ref || github.event.pull_request.base.ref }}
7272
repository: ${{ github.event.pull_request.head.repo.full_name }}
7373

7474
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)