Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
cb68e3f
fresh test workflow_run
iAmAshuSahoo May 10, 2025
4a69b22
fresh test workflow_run
iAmAshuSahoo May 10, 2025
45f6687
fix pretier
iAmAshuSahoo May 10, 2025
5da6ddd
fix pretier
iAmAshuSahoo May 10, 2025
b442198
fix pretier
iAmAshuSahoo May 10, 2025
43bf3d9
fix pretier
iAmAshuSahoo May 10, 2025
c679d09
testing ___needs
iAmAshuSahoo May 10, 2025
93484b4
add push
iAmAshuSahoo May 10, 2025
ba26b32
add pull_req
iAmAshuSahoo May 10, 2025
417aebc
to workflow_run
iAmAshuSahoo May 10, 2025
2c3ba89
move to 1 file
iAmAshuSahoo May 10, 2025
f31bf03
move to 1 file
iAmAshuSahoo May 10, 2025
5ebb017
added needs
iAmAshuSahoo May 10, 2025
8617f49
fix pretier
iAmAshuSahoo May 10, 2025
658366d
added analyze
iAmAshuSahoo May 10, 2025
2ecbe7e
added analyze
iAmAshuSahoo May 10, 2025
e66fdb8
fix pretier
iAmAshuSahoo May 10, 2025
e5d1245
fix test
iAmAshuSahoo May 10, 2025
4f3ac89
remove corn job reusablity
iAmAshuSahoo May 10, 2025
bc9c171
break build
iAmAshuSahoo May 10, 2025
3ec67b0
fix pretier
iAmAshuSahoo May 10, 2025
7932cb9
Merge branch 'develop' into 985
iAmAshuSahoo May 10, 2025
23639cd
resolve comments
iAmAshuSahoo May 10, 2025
cb6056f
Merge branch '985' of https://github.com/iAmAshuSahoo/website-dashboa…
iAmAshuSahoo May 10, 2025
a0f6ac7
remove redundant code
iAmAshuSahoo May 11, 2025
2c4b8a4
update setup node
iAmAshuSahoo May 12, 2025
a781a26
update analyze
iAmAshuSahoo May 12, 2025
bdc0de2
update node as package to maintain similar version
iAmAshuSahoo May 12, 2025
ef3530a
update node
iAmAshuSahoo May 12, 2025
b2753e7
Merge branch 'develop' into 985
prakashchoudhary07 May 19, 2025
1fe111f
remove on push trigger
iAmAshuSahoo May 23, 2025
9170aca
Merge branch '985' of https://github.com/iAmAshuSahoo/website-dashboa…
iAmAshuSahoo May 23, 2025
fe38da7
Merge branch 'develop' into 985
iAmAshuSahoo May 23, 2025
b69e6d0
Merge branch 'develop' into 985
iAmAshuSahoo May 24, 2025
33f224f
fix comment
iAmAshuSahoo May 24, 2025
6e700c8
Merge branch '985' of https://github.com/iAmAshuSahoo/website-dashboa…
iAmAshuSahoo May 24, 2025
65b272a
added new line
iAmAshuSahoo May 24, 2025
a10b881
fix comments
iAmAshuSahoo May 25, 2025
720ff3a
fix comments - code not trigger
iAmAshuSahoo May 25, 2025
027fb21
fix comments - code not trigger
iAmAshuSahoo May 25, 2025
9e93e93
fix comments - code not trigger
iAmAshuSahoo May 25, 2025
f478407
fix comments - code not trigger
iAmAshuSahoo May 25, 2025
9dedc98
fix comments - code not trigger
iAmAshuSahoo May 25, 2025
a1e534e
Merge branch 'develop' into 985
iAmAshuSahoo May 25, 2025
91962c3
fix comments - remove system dependencies
iAmAshuSahoo May 25, 2025
d9537bb
Merge branch '985' of https://github.com/iAmAshuSahoo/website-dashboa…
iAmAshuSahoo May 25, 2025
e1b8c05
Build failinf
iAmAshuSahoo May 25, 2025
ceeb676
remove test
iAmAshuSahoo May 26, 2025
85ccdb5
staging issues
iAmAshuSahoo May 26, 2025
dafb8b0
staging issues - double check
iAmAshuSahoo May 26, 2025
49e3ecd
staging issues - double check
iAmAshuSahoo May 26, 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
23 changes: 0 additions & 23 deletions .github/workflows/CI.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/tests.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,44 +1,55 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: 'CodeQL'
name: Workflow

on:
push:
branches: ['develop', main]
pull_request:
# The branches below must be a subset of the branches above
branches: ['develop']
branches:
- '**'
schedule:
- cron: '35 9 * * 6'

jobs:
build-test:
runs-on: ubuntu-latest
if: github.event_name != 'schedule'
strategy:
matrix:
node-version: [22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install system dependencies
run: |
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns

- run: yarn install
- run: yarn check

- name: Run tests
run: yarn test

analyze:
name: Analyze
runs-on: ubuntu-latest
needs: build-test
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: ['javascript']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
Loading