From 053585dc6ad8b7725e052f13e502ac31f5623bc2 Mon Sep 17 00:00:00 2001 From: Senan Jude Date: Wed, 5 Jun 2024 11:42:45 +0530 Subject: [PATCH 1/3] test --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0e357a9..d73a2ae 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -21,4 +21,4 @@ jobs: path: .github/actions - name: GoSec Scanner - uses: ./.github/actions/gosec-scanner \ No newline at end of file + uses: ./.github/actions/gosec-analysis \ No newline at end of file From 7e07d32b1716de1a651e11d830065236c0244f1f Mon Sep 17 00:00:00 2001 From: Senan Jude Date: Wed, 5 Jun 2024 11:45:53 +0530 Subject: [PATCH 2/3] test --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index d73a2ae..0e357a9 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -21,4 +21,4 @@ jobs: path: .github/actions - name: GoSec Scanner - uses: ./.github/actions/gosec-analysis \ No newline at end of file + uses: ./.github/actions/gosec-scanner \ No newline at end of file From 6296cac5879f8d093671879300b2b7c82ed9bbf7 Mon Sep 17 00:00:00 2001 From: Senan Jude Date: Wed, 5 Jun 2024 11:50:32 +0530 Subject: [PATCH 3/3] test --- .github/workflows/static-analysis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0e357a9..9189375 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -7,7 +7,10 @@ on: jobs: static-analysis: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest + permissions: + checks: write + contents: read steps: - name: Checkout Repository uses: actions/checkout@v4