From 4e6c1fcc4a3d7322a32aa4e0249c6c349b90aacb Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 3 Sep 2026 17:41:59 +1000 Subject: [PATCH 1/2] [#3080] Ignored 'SC1090' through the actionlint configuration file. --- .github/actionlint.yml | 6 ++++++ .github/workflows/vortex-test-common.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/actionlint.yml diff --git a/.github/actionlint.yml b/.github/actionlint.yml new file mode 100644 index 000000000..883cdd763 --- /dev/null +++ b/.github/actionlint.yml @@ -0,0 +1,6 @@ +paths: + .github/workflows/**/*.yml: + ignore: + # The steps that load '.env' source an environment snapshot from a path + # created at runtime, which shellcheck cannot resolve. + - 'shellcheck reported issue in this script: SC1090:.+' diff --git a/.github/workflows/vortex-test-common.yml b/.github/workflows/vortex-test-common.yml index c42949756..a8e46f2a5 100644 --- a/.github/workflows/vortex-test-common.yml +++ b/.github/workflows/vortex-test-common.yml @@ -273,7 +273,7 @@ jobs: continue-on-error: ${{ vars.VORTEX_CI_YAMLLINT_IGNORE_FAILURE == '1' }} - name: Check coding standards with actionlint - run: docker run --rm -v "${GITHUB_WORKSPACE:-.}":/app --workdir /app rhysd/actionlint:1.7.12 -ignore 'SC2002:' -ignore 'SC2155:' -ignore 'SC2015:' -ignore 'SC2046:' -ignore 'SC1090:' + run: docker run --rm -v "${GITHUB_WORKSPACE:-.}":/app --workdir /app rhysd/actionlint:1.7.12 -ignore 'SC2002:' -ignore 'SC2155:' -ignore 'SC2015:' -ignore 'SC2046:' continue-on-error: ${{ vars.VORTEX_CI_ACTIONLINT_IGNORE_FAILURE == '1' }} - name: Check GitHub Actions security with Zizmor From 4c12b520e6d9e3340bce4ce60f2743aedaf540a0 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 3 Sep 2026 17:42:07 +1000 Subject: [PATCH 2/2] Updated snapshots. --- .../handler_process/_baseline/.github/actionlint.yml | 6 ++++++ .../code_provider_other/.github/-actionlint.yml | 0 2 files changed, 6 insertions(+) create mode 100644 .vortex/installer/tests/Fixtures/handler_process/_baseline/.github/actionlint.yml create mode 100644 .vortex/installer/tests/Fixtures/handler_process/code_provider_other/.github/-actionlint.yml diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/actionlint.yml b/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/actionlint.yml new file mode 100644 index 000000000..883cdd763 --- /dev/null +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/actionlint.yml @@ -0,0 +1,6 @@ +paths: + .github/workflows/**/*.yml: + ignore: + # The steps that load '.env' source an environment snapshot from a path + # created at runtime, which shellcheck cannot resolve. + - 'shellcheck reported issue in this script: SC1090:.+' diff --git a/.vortex/installer/tests/Fixtures/handler_process/code_provider_other/.github/-actionlint.yml b/.vortex/installer/tests/Fixtures/handler_process/code_provider_other/.github/-actionlint.yml new file mode 100644 index 000000000..e69de29bb