From 82d4448540fce6c1fae2b9eef0d7f7860ba47cf3 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Tue, 3 Feb 2026 14:07:01 -0500 Subject: [PATCH 1/4] chore: lint test --- bash/install/falcon-linux-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/install/falcon-linux-install.sh b/bash/install/falcon-linux-install.sh index 58eda9a..0cec455 100755 --- a/bash/install/falcon-linux-install.sh +++ b/bash/install/falcon-linux-install.sh @@ -1,4 +1,5 @@ #!/bin/bash +# DO NOT MERGE :) print_usage() { cat < Date: Tue, 3 Feb 2026 14:11:19 -0500 Subject: [PATCH 2/4] test2 --- bash/install/falcon-linux-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/install/falcon-linux-install.sh b/bash/install/falcon-linux-install.sh index 0cec455..7d01ee7 100755 --- a/bash/install/falcon-linux-install.sh +++ b/bash/install/falcon-linux-install.sh @@ -1,4 +1,5 @@ #!/bin/bash + # DO NOT MERGE :) print_usage() { From 8d675536090aa43c0fb55a0e01bd23c246139bbd Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Tue, 3 Feb 2026 14:19:01 -0500 Subject: [PATCH 3/4] test3 --- .github/workflows/bash_install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bash_install.yml b/.github/workflows/bash_install.yml index bb9c36c..c3ec3ae 100644 --- a/.github/workflows/bash_install.yml +++ b/.github/workflows/bash_install.yml @@ -35,6 +35,8 @@ jobs: molecule-test: name: Molecule Test + permissions: + id-token: write needs: validate uses: ./.github/workflows/reusable-molecule-test-linux.yml with: From 328d1f55a0c4722b6a2d06163bd46a0cb5c9547b Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Tue, 3 Feb 2026 14:21:31 -0500 Subject: [PATCH 4/4] test4 --- .github/workflows/bash_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bash_install.yml b/.github/workflows/bash_install.yml index c3ec3ae..b8dcade 100644 --- a/.github/workflows/bash_install.yml +++ b/.github/workflows/bash_install.yml @@ -36,6 +36,7 @@ jobs: molecule-test: name: Molecule Test permissions: + contents: read id-token: write needs: validate uses: ./.github/workflows/reusable-molecule-test-linux.yml