From c7d194a2e2f60cd755807cb1906ae234cdf808bb Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 25 Aug 2025 10:07:33 -0400 Subject: [PATCH 1/3] Fix for code scanning alerts: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 424b9aec..650e33f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,6 +9,8 @@ on: - 'go.mod' - .github/workflows/tests.yml +permissions: + contents: read jobs: test: runs-on: ubuntu-latest From d97d7b0786254b6d80d9b7c40eff80ffbea181ca Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 25 Aug 2025 10:08:06 -0400 Subject: [PATCH 2/3] Fix for code scanning alert no. 10: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/tests-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 8f2ee7d6..fe2a2f28 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: Integration Tests on: From fe4a66633036b8613c38887ef2cf96313b52d141 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 25 Aug 2025 10:08:38 -0400 Subject: [PATCH 3/3] Fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index fab5d8ab..d8f84480 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: Security on: