From 57aa1e4c6f65aa4f0243dc8506ddbafef84374df Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 3 Jun 2026 15:23:52 +0200 Subject: [PATCH 1/2] Set GH action to use commit ID instead of branch Using a pinned dependency ensure stable CI and to avoid issues when branch updates --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e747bb..c6f6296 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v3 - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master + uses: ludeeus/action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca env: SHELLCHECK_OPTS: -e SC2317 From e69e17826d1ffbd01a187b12ee358451857fc641 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 3 Jun 2026 15:27:32 +0200 Subject: [PATCH 2/2] [squash] --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6f6296..1a1c813 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: push: - branches: [ master ] + branches: [ main ] tags: - v* pull_request: @@ -9,10 +9,8 @@ on: jobs: test: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Run ShellCheck uses: ludeeus/action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca env: