FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use the correct action input parameter · github/codeql-action@415bca9 · GitHub

Commit 415bca9

Browse files
committed
Use the correct action input parameter
1 parent a291b7c commit 415bca9

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

‎.github/workflows/__with-checkout-path.yml‎

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pr-checks/checks/with-checkout-path.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Use a custom `checkout_path`"
22
description: "Checks that a custom `checkout_path` will find the proper commit_oid"
33
steps:
4+
# This ensures we don't accidentally use the original checkout for any part of the test.
5+
- name: Delete original checkout
6+
run: |
7+
rm -rf .
48
# Check out the actions repo again, but at a different location.
59
# choose an arbitrary SHA so that we can later test that the commit_oid is not from main
610
- uses: actions/checkout@v4
@@ -12,7 +16,7 @@ steps:
1216
tools: ${{ steps.prepare-test.outputs.tools-url }}
1317
# it's enough to test one compiled language and one interpreted language
1418
languages: csharp,javascript
15-
source-path: x/y/z/some-path/tests/multi-language-repo
19+
source-root: x/y/z/some-path/tests/multi-language-repo
1620
debug: true
1721
- name: Build code (non-windows)
1822
shell: bash

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL