From 703616f176282a8e5719bac59a546c53c0b906d7 Mon Sep 17 00:00:00 2001 From: Ashely Tenesaca Date: Mon, 18 Aug 2025 16:05:44 -0400 Subject: [PATCH 1/2] Add 'actions' and 'go' to CodeQL analysis languages --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7597055..b8ad513 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript-typescript' ] + language: [ 'javascript-typescript', 'actions', 'go' ] steps: - name: Checkout repository From 0bd5fe63287f5f5d3ba02fa3904c1638d6922c1d Mon Sep 17 00:00:00 2001 From: Ashely Tenesaca Date: Tue, 19 Aug 2025 12:48:03 -0400 Subject: [PATCH 2/2] Add permissions to .github/workflows/test.yml --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47889e2..0ea5536 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,10 @@ on: # rebuild any PRs and main branch changes branches: - main - 'releases/*' - + +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest