From ced8e5b8ec91b739f209c8146b498e434d0ae3b6 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 09:07:31 +0300 Subject: [PATCH 1/8] test Advance Security Compliance with d-bot/cql alerts --- .github/workflows/build-dev.yml | 3 +++ .gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index fc9b9c565..4b7b5f39f 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -30,6 +30,9 @@ jobs: steps: - uses: actions/checkout@v2.3.4 + - name: Advance Security Compliance Action + uses: GeekMasher/advanced-security-compliance@1.5 + - name: Run tests on Windows for all targets run: dotnet test -c Release diff --git a/.gitignore b/.gitignore index d07351da2..9a097301c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ RestSharp.IntegrationTests/config.json /node_modules/ /out/ /docs/.vuepress/dist/ + +launch.json +tasks.json \ No newline at end of file From 051e901a82c61bdb2c5e566b4950f95ace84a834 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 09:10:48 +0300 Subject: [PATCH 2/8] test Advance Security Compliance with d-bot/cql alerts 2 --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index c02d31fa1..72941dd72 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Advance Security Compliance Action - uses: GeekMasher/advanced-security-compliance@1.5 + uses: GeekMasher/advanced-security-compliance@v1.5 - name: Run tests on Windows for all targets run: dotnet test -c Release From 09db771e23e4b17cddc1e28b4542d2bf0d6f9d29 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 09:12:08 +0300 Subject: [PATCH 3/8] test Advance Security Compliance with d-bot/cql alerts 3 --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 72941dd72..7ef7b9c1d 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Advance Security Compliance Action - uses: GeekMasher/advanced-security-compliance@v1.5 + uses: GeekMasher/advanced-security-compliance@1.4 - name: Run tests on Windows for all targets run: dotnet test -c Release From 370592b38b8effca82701154a95b29dd194b71c3 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 09:15:46 +0300 Subject: [PATCH 4/8] test Advance Security Compliance with d-bot/cql alerts 4 --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 7ef7b9c1d..3278f5dcc 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -13,7 +13,7 @@ on: jobs: test-win: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout From 1eb622b5e1160f9e5e7c043fc326e3a122813a73 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 09:21:43 +0300 Subject: [PATCH 5/8] test Advance Security Compliance with d-bot/cql alerts 5 --- .github/workflows/build-dev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 3278f5dcc..f362959ab 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -21,6 +21,9 @@ jobs: - name: Advance Security Compliance Action uses: GeekMasher/advanced-security-compliance@1.4 + with: + severity: low + token: ${{ secrets.GITHUB_TOKEN }} - name: Run tests on Windows for all targets run: dotnet test -c Release From fde3229b6d02bb9e74ec3b1c6a07b7035efee374 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 09:24:09 +0300 Subject: [PATCH 6/8] test Advance Security Compliance with d-bot/cql alerts 6 --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index f362959ab..3d85d2b5b 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -22,7 +22,7 @@ jobs: - name: Advance Security Compliance Action uses: GeekMasher/advanced-security-compliance@1.4 with: - severity: low + severity: none token: ${{ secrets.GITHUB_TOKEN }} - name: Run tests on Windows for all targets From d9ff53a311e08dc7f1935c97e1ddffad0f766e52 Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 15 Sep 2021 10:08:45 +0300 Subject: [PATCH 7/8] test Advance Security Compliance with d-bot/cql alerts 7 --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 3d85d2b5b..bb2f97452 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Advance Security Compliance Action - uses: GeekMasher/advanced-security-compliance@1.4 + uses: GeekMasher/advanced-security-compliance@v1.5 with: severity: none token: ${{ secrets.GITHUB_TOKEN }} From dc93a10157d9c5d19a263eee6a656799cfb8ced3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 23:11:18 +0000 Subject: [PATCH 8/8] Bump JetBrains.Annotations from 2021.1.0 to 2021.2.0 Bumps JetBrains.Annotations from 2021.1.0 to 2021.2.0. --- updated-dependencies: - dependency-name: JetBrains.Annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ba7762fac..3beecb297 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -22,7 +22,7 @@ - +