From 0b4c5a4ae278fa7da903f6c8724096a842c04bb5 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Tue, 21 Jan 2025 10:14:43 +0000 Subject: [PATCH 1/6] sample test --- security-sh-readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 security-sh-readme.md diff --git a/security-sh-readme.md b/security-sh-readme.md new file mode 100644 index 000000000..225053503 --- /dev/null +++ b/security-sh-readme.md @@ -0,0 +1 @@ +Sample test file agents From 004ae934a5f1f423871904ee6cd617c4ef8f01f0 Mon Sep 17 00:00:00 2001 From: javedlingasur-px <104414235+javedlingasur-px@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:05:58 +0530 Subject: [PATCH 2/6] Update security.yaml --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 3ff66b977..89a7a6b0f 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -8,7 +8,7 @@ jobs: name: Security AI Code Agent steps: - name: Security AI - uses: cirolini/genai-code-review@v2 + uses: cirolini/genai-code-review@v1.4 with: openai_api_key: ${{ secrets.openai_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }} From efb41294ff963fce619d9dd679c9c737cccd15ab Mon Sep 17 00:00:00 2001 From: javedlingasur-px <104414235+javedlingasur-px@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:06:54 +0530 Subject: [PATCH 3/6] Update security.yaml --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 89a7a6b0f..62325a73a 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -8,7 +8,7 @@ jobs: name: Security AI Code Agent steps: - name: Security AI - uses: cirolini/genai-code-review@v1.4 + uses: cirolini/genai-code-review@v1.2 with: openai_api_key: ${{ secrets.openai_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }} From 7c5036e272956ae1f011336ed2c36e6ba5b102d5 Mon Sep 17 00:00:00 2001 From: javedlingasur-px <104414235+javedlingasur-px@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:09:18 +0530 Subject: [PATCH 4/6] Update security.yaml --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 62325a73a..5af0f6e10 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -8,7 +8,7 @@ jobs: name: Security AI Code Agent steps: - name: Security AI - uses: cirolini/genai-code-review@v1.2 + uses: cirolini/genai-code-review@v1 with: openai_api_key: ${{ secrets.openai_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }} From 2402093a4c5fe5b0e51d0afadac2f8787367318f Mon Sep 17 00:00:00 2001 From: javedlingasur-px <104414235+javedlingasur-px@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:11:26 +0530 Subject: [PATCH 5/6] Update security.yaml --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 5af0f6e10..0ddf7e2f0 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -8,7 +8,7 @@ jobs: name: Security AI Code Agent steps: - name: Security AI - uses: cirolini/genai-code-review@v1 + uses: dlidstrom/genai-code-review@v3 with: openai_api_key: ${{ secrets.openai_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }} From 6bc0ec3e0bf32a95fdbe06ca5c9f8e61b031169b Mon Sep 17 00:00:00 2001 From: javedlingasur-px <104414235+javedlingasur-px@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:13:39 +0530 Subject: [PATCH 6/6] Update security.yaml --- .github/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 0ddf7e2f0..ec58dd4e1 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -8,7 +8,7 @@ jobs: name: Security AI Code Agent steps: - name: Security AI - uses: dlidstrom/genai-code-review@v3 + uses: dlidstrom/genai-code-review@v3.0.2 with: openai_api_key: ${{ secrets.openai_api_key }} github_token: ${{ secrets.GITHUB_TOKEN }}