From b923e61b3f56c321537817c4c1997bbc1d2669c5 Mon Sep 17 00:00:00 2001 From: andrewg-mira <89816284+andrewg-mira@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:36:24 -0700 Subject: [PATCH 1/6] DEVOPS-977 test to trigger build --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 56f71a2..d14f127 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,7 @@ Why? An open-source serialization format and API library to support data interchange across the entire mining community. +Test Scope ----- From fd2e21fc262323268b346d033de2b0dad32c73a6 Mon Sep 17 00:00:00 2001 From: andrewg-mira <89816284+andrewg-mira@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:34:16 -0700 Subject: [PATCH 2/6] DEVOPS-977 reference hash for zizmor --- .github/workflows/security_scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index 0060b34..8b27fef 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -31,7 +31,7 @@ jobs: security-events: write contents: read actions: read - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v2 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@d4c4c1846217e72450c22acf8b6e32f798486a67 call-workflow-zizmor-advanced-security: name: Zizmor analysis (annotate) @@ -40,4 +40,4 @@ jobs: checks: write contents: read actions: read - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v2 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@d4c4c1846217e72450c22acf8b6e32f798486a67 From ec4472319d09647fc43082d9a3d85d90e16fa799 Mon Sep 17 00:00:00 2001 From: andrewg-mira <89816284+andrewg-mira@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:53:27 -0700 Subject: [PATCH 3/6] DEVOPS-977 trigger build --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index d14f127..fb73ea7 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,7 @@ Why? An open-source serialization format and API library to support data interchange across the entire mining community. Test +Test 2 Scope ----- From b8303988982e81785c3a786859e453d8e33cd578 Mon Sep 17 00:00:00 2001 From: andrewg-mira <89816284+andrewg-mira@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:59:19 -0700 Subject: [PATCH 4/6] DEVOPS-977 add workflow_dispatch to security_scan --- .github/workflows/security_scan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index 8b27fef..f19dfe0 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -17,6 +17,8 @@ on: - feature/** - hotfix/** + workflow_dispatch: + permissions: {} concurrency: From db0e061a80190c7ea7e504254036a3a7ee7088ba Mon Sep 17 00:00:00 2001 From: andrewg-mira <89816284+andrewg-mira@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:13:28 -0700 Subject: [PATCH 5/6] DEVOPS-977 point to v3.1 of reusable-zizmor workflows --- .github/workflows/security_scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index f19dfe0..21ea9d6 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -33,7 +33,7 @@ jobs: security-events: write contents: read actions: read - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@d4c4c1846217e72450c22acf8b6e32f798486a67 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v3.1 call-workflow-zizmor-advanced-security: name: Zizmor analysis (annotate) @@ -42,4 +42,4 @@ jobs: checks: write contents: read actions: read - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@d4c4c1846217e72450c22acf8b6e32f798486a67 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v3.1 From 6b9fe5012c6e91d7e09928b2bd41c6f5cb94129a Mon Sep 17 00:00:00 2001 From: andrewg-mira <89816284+andrewg-mira@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:13:01 -0700 Subject: [PATCH 6/6] DEVOPS-977 try pointing to CI-tools branch --- .github/workflows/security_scan.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index 21ea9d6..6042752 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -33,7 +33,8 @@ jobs: security-events: write contents: read actions: read - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@v3.1 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-advanced-security.yml@DEVOPS-977-allow-mira-github-actions-tags + call-workflow-zizmor-advanced-security: name: Zizmor analysis (annotate) @@ -42,4 +43,4 @@ jobs: checks: write contents: read actions: read - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v3.1 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@DEVOPS-977-allow-mira-github-actions-tags