Skip to content

Commit e85546c

Browse files
committed
Move internal Actions into .github/actions
This is a more standard location for these custom Actions.
1 parent bb28e7e commit e85546c

53 files changed

Lines changed: 70 additions & 70 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.

.github/query-filter-test/action.yml renamed to .github/actions/query-filter-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
env:
4545
CODEQL_ACTION_TEST_MODE: "true"
4646
- name: Check SARIF
47-
uses: ./../action/.github/check-sarif
47+
uses: ./../action/.github/actions/check-sarif
4848
with:
4949
sarif-file: ${{ inputs.sarif-file }}
5050
queries-run: ${{ inputs.queries-run}}

.github/actions/update-bundle/action.yml

Whitespace-only changes.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ updates:
1616
schedule:
1717
interval: weekly
1818
- package-ecosystem: github-actions
19-
directory: "/.github/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
19+
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
2020
schedule:
2121
interval: weekly

.github/workflows/__analyze-ref-input.yml

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

0 commit comments

Comments
 (0)