mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
Move internal Actions into .github/actions
This is a more standard location for these custom Actions.
This commit is contained in:
2
.github/workflows/debug-artifacts.yml
vendored
2
.github/workflows/debug-artifacts.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Prepare test
|
||||
id: prepare-test
|
||||
uses: ./.github/prepare-test
|
||||
uses: ./.github/actions/prepare-test
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
- uses: actions/setup-go@v4
|
||||
|
||||
Reference in New Issue
Block a user