From 42c85b5032f3398d60d36c8b59cd0ab40867aba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 06:26:55 +0000 Subject: [PATCH 1/2] Bump eslint-plugin-jest from 27.6.0 to 27.6.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 27.6.3. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v27.6.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19ec4971c..2e32de774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "eslint-config-standard": "^17.1.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-jest": "^27.6.3", "eslint-plugin-n": "^16.6.0", "eslint-plugin-promise": "^6.1.1" } @@ -1170,9 +1170,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz", - "integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==", + "version": "27.6.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz", + "integrity": "sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" diff --git a/package.json b/package.json index 1580259a9..fb1bc7573 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "eslint-config-standard": "^17.1.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-jest": "^27.6.3", "eslint-plugin-n": "^16.6.0", "eslint-plugin-promise": "^6.1.1" }, From a855f99fb445e83f654dc8b351e822d6f202b6ef Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Mon, 29 Jan 2024 08:27:34 +0100 Subject: [PATCH 2/2] Update main.yml to no longer contain test uploads --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f06c28a98..187dade23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,6 +65,3 @@ jobs: with: name: e2e results path: target/test-classes/e2e/cypress/ - - name: Publish Test Report - if: ${{ github.event.pull_request.head.repo.full_name == 'OWASP/wrongsecrets' }} && ${{github.event.pull_request.base.repo.full_name == 'OWASP/wrongsecrets' }} - uses: scacap/action-surefire-report@v1