Skip to content

Fix #2,3,4,5,6,7,8,9,10,11 #3805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e9810d8
Fix code scanning alert no. 3: Disabling certificate validation
guruh46 Nov 27, 2024
e19cea4
Fix code scanning alert no. 10: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
2da3d67
Fix code scanning alert no. 9: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
56c58c2
Fix code scanning alert no. 8: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
bf1cf07
Fix code scanning alert no. 7: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
c92af19
Fix code scanning alert no. 6: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
646f5a0
Fix code scanning alert no. 5: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
e8dca0c
Fix code scanning alert no. 4: Incomplete string escaping or encoding
guruh46 Nov 27, 2024
86caf2e
Fix code scanning alert no. 2: Incomplete URL substring sanitization
guruh46 Nov 27, 2024
22479a8
Merge pull request #9 from guruh46/alert-autofix-2
guruh46 Nov 27, 2024
23580e5
Merge pull request #8 from guruh46/alert-autofix-4
guruh46 Nov 27, 2024
d86815b
Merge pull request #7 from guruh46/alert-autofix-5
guruh46 Nov 27, 2024
920225f
Merge pull request #6 from guruh46/alert-autofix-6
guruh46 Nov 27, 2024
0ae4047
Merge pull request #5 from guruh46/alert-autofix-7
guruh46 Nov 27, 2024
1ebfa1a
Merge pull request #4 from guruh46/alert-autofix-8
guruh46 Nov 27, 2024
9a7f6b3
Merge pull request #3 from guruh46/alert-autofix-9
guruh46 Nov 27, 2024
60a3be6
Merge pull request #2 from guruh46/alert-autofix-10
guruh46 Nov 27, 2024
4e65793
Merge pull request #1 from guruh46/alert-autofix-3
guruh46 Nov 27, 2024
179fd88
Fix code scanning alert no. 11: Disabling certificate validation
guruh46 Nov 27, 2024
bc73a36
Merge pull request #10 from guruh46/alert-autofix-11
guruh46 Nov 27, 2024
4bcd494
Merge branch 'gitkraken:main' into main
guruh46 Nov 28, 2024
894960a
Merge branch 'gitkraken:main' into main
guruh46 Dec 8, 2024
7fad88e
Merge branch 'gitkraken:main' into main
guruh46 Dec 10, 2024
b53fcfb
Merge branch 'gitkraken:main' into main
guruh46 Dec 11, 2024
bd8fab6
Merge branch 'gitkraken:main' into main
guruh46 Dec 13, 2024
28651b8
Merge branch 'gitkraken:main' into main
guruh46 Dec 20, 2024
1e44924
Merge branch 'gitkraken:main' into main
guruh46 Jan 1, 2025
417a385
Merge branch 'gitkraken:main' into main
guruh46 Jan 7, 2025
6d42213
Merge branch 'gitkraken:main' into main
guruh46 Jan 9, 2025
c5840d1
Merge branch 'gitkraken:main' into main
guruh46 Jan 18, 2025
9a8ea38
Merge branch 'main' into main
guruh46 Jan 27, 2025
887baa8
Merge branch 'gitkraken:main' into main
guruh46 Feb 10, 2025
6103902
Bump esbuild in the npm_and_yarn group across 1 directory
dependabot[bot] Feb 10, 2025
baf717c
Merge pull request #11 from guruh46/dependabot/npm_and_yarn/npm_and_y…
guruh46 Feb 10, 2025
20fa3a7
Potential fix for code scanning alert no. 19: Incomplete string escap…
guruh46 Feb 10, 2025
724a29e
Merge pull request #12 from guruh46/alert-autofix-19
guruh46 Feb 10, 2025
5e3bd3a
Bump the npm_and_yarn group across 1 directory with 2 updates
dependabot[bot] Feb 14, 2025
7f8920d
Potential fix for code scanning alert no. 13: Workflow does not conta…
guruh46 Jun 10, 2025
70636e3
Potential fix for code scanning alert no. 12: Workflow does not conta…
guruh46 Jun 10, 2025
452c1c6
Merge pull request #14 from guruh46/alert-autofix-13
guruh46 Jun 10, 2025
82ce51c
Merge pull request #15 from guruh46/alert-autofix-12
guruh46 Jun 10, 2025
856df69
Merge pull request #13 from guruh46/dependabot/npm_and_yarn/npm_and_y…
guruh46 Jun 10, 2025
ee4e760
Bump the npm_and_yarn group across 1 directory with 6 updates
dependabot[bot] Jun 10, 2025
31942d5
Merge pull request #16 from guruh46/dependabot/npm_and_yarn/npm_and_y…
guruh46 Jun 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cd-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
needs: check
runs-on: ubuntu-latest
if: needs.check.outputs.status == 'changed'
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Unit tests

permissions:
contents: read

on:
pull_request:
branches: ['*']
types:
- opened
- reopened
- synchronize
- ready_for_review
- opened
- reopened
- synchronize
- ready_for_review

jobs:
test:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20155,8 +20155,8 @@
"@lit/react": "1.0.7",
"@lit/task": "1.0.2",
"@octokit/graphql": "8.1.2",
"@octokit/request": "9.2.0",
"@octokit/request-error": "6.1.6",
"@octokit/request": "9.2.1",
"@octokit/request-error": "6.1.7",
"@octokit/types": "13.7.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "0.57.1",
Expand Down Expand Up @@ -20206,7 +20206,7 @@
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"cssnano-preset-advanced": "7.0.6",
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"esbuild-loader": "4.2.2",
"esbuild-node-externals": "1.16.0",
"esbuild-sass-plugin": "3.3.1",
Expand Down Expand Up @@ -20246,7 +20246,7 @@
"webpack-require-from": "1.8.6"
},
"resolutions": {
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"iconv-lite": "0.6.3",
"node-fetch": "2.7.0",
"semver-regex": "4.0.5"
Expand Down
Loading