From fb70c0c67b4bc083406565ec7d52a439477d4979 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 17 Sep 2025 10:11:08 +0530 Subject: [PATCH 1/6] added comment in bicep --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 4b40059dc..05525b392 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -41,7 +41,7 @@ param hostingPlanName string = 'asp-${resourceToken}' 'P4' ]) param hostingPlanSku string = 'B3' - +//DEmo comment @description('The sku tier for the App Service plan') @allowed([ 'Free' From 80716618c367b233ed80926fb419608e83a2c78f Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 17 Sep 2025 10:13:45 +0530 Subject: [PATCH 2/6] remove unnecesary comment --- infra/main.bicep | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 05525b392..983053901 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -41,7 +41,6 @@ param hostingPlanName string = 'asp-${resourceToken}' 'P4' ]) param hostingPlanSku string = 'B3' -//DEmo comment @description('The sku tier for the App Service plan') @allowed([ 'Free' From da4e241ae1a8f7dffe46cda27764a2babff6ebe0 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 17 Sep 2025 10:47:34 +0530 Subject: [PATCH 3/6] remove unnecesary comment1 --- .github/workflows/bicep-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bicep-audit.yml b/.github/workflows/bicep-audit.yml index 253dcc59a..618e1b15c 100644 --- a/.github/workflows/bicep-audit.yml +++ b/.github/workflows/bicep-audit.yml @@ -29,7 +29,7 @@ jobs: tools: templateanalyzer - name: Upload alerts to Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 if: github.repository_owner == 'Azure-Samples' with: sarif_file: ${{ steps.msdo.outputs.sarifFile }} From 0b99a33d24dc1e35f65940e914ed66f77274592b Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 17 Sep 2025 10:51:07 +0530 Subject: [PATCH 4/6] remove unnecesary comment3 --- .github/workflows/bicep-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bicep-audit.yml b/.github/workflows/bicep-audit.yml index 618e1b15c..253dcc59a 100644 --- a/.github/workflows/bicep-audit.yml +++ b/.github/workflows/bicep-audit.yml @@ -29,7 +29,7 @@ jobs: tools: templateanalyzer - name: Upload alerts to Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v3 if: github.repository_owner == 'Azure-Samples' with: sarif_file: ${{ steps.msdo.outputs.sarifFile }} From cb07254f6aefe2ec84a173659995693d7a3de363 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 17 Sep 2025 11:08:09 +0530 Subject: [PATCH 5/6] remove unnecesary comment5 --- .github/workflows/group_dependabot_security_updates.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/group_dependabot_security_updates.yml b/.github/workflows/group_dependabot_security_updates.yml index d284f03eb..23e83f405 100644 --- a/.github/workflows/group_dependabot_security_updates.yml +++ b/.github/workflows/group_dependabot_security_updates.yml @@ -65,9 +65,10 @@ jobs: git config --global user.email "github-actions@github.com" - name: Install required tools - uses: awalsh128/cache-apt-pkgs-action@v1.3.1 - with: - packages: "jq gh" + run: | + sudo apt-get update + sudo apt-get install -y jq gh + shell: bash - name: Enable strict error handling shell: bash From c94d986514e9e79b4910dd8273de5d7789196443 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 17 Sep 2025 11:44:51 +0530 Subject: [PATCH 6/6] remove unnecesary comment1 --- infra/main.bicep | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/main.bicep b/infra/main.bicep index 983053901..4b40059dc 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -41,6 +41,7 @@ param hostingPlanName string = 'asp-${resourceToken}' 'P4' ]) param hostingPlanSku string = 'B3' + @description('The sku tier for the App Service plan') @allowed([ 'Free'