You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renovate json removed
yarn build goes thorugh
yarn build goes thorugh
yarn build goes thorugh
ran yarn package
temp changes
temp changes
base sha and sha updated
deleted test folder to make it work
deleted test folder to make it work
sha and base sha removed
sha and base sha removed
file added to test/test3
file added to test/test3
test/test3 deleted
test.yml updated
file added to test/test3
test/test3 deleted
test/test3 deleted
test/test3 deleted
test/test3 deleted
test/test3 deleted
test/test3 deleted
file name renamed
test rename -> test-rename
base sha and sha corrected for file renaminhg tests
Renamed test/test rename 2.txt -> test/test rename-2.txt
base sha and sha corrected for file renaminhg tests
Added deleted file
Removed test file
sha added to test
submodule added to be deleted for test cases
submodule deleted
commits updated for sub module deletion test case
submodule added back to test/demo
submodule deleted
commits updated for sub module deletion test case
test/demo/test/test.txt deleted
test/demo/test/test.txt added
sha added to include added file change
funding.yml added again
test added
temp changes
temp changes
sha added to run for submodule
Revert "temp changes"
This reverts commit d1b35b0.
Revert "temp changes"
This reverts commit 0ac81c0.
code beautified
security.md reverted back
comments addressed and removed steps dependent on tj-actions in test
commit ids corrected
commit ids corrected
commit ids corrected
commit ids corrected
commit ids corrected
test case corrected
test case corrected
commit ids corrected
correcting commit id
test cases corrected
readme updated
author name corrected
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
43
+
44
+
steps:
45
+
- name: Checkout repository
46
+
uses: actions/checkout@v4
47
+
48
+
# Initializes the CodeQL tools for scanning.
49
+
- name: Initialize CodeQL
50
+
uses: github/codeql-action/init@v3
51
+
with:
52
+
languages: ${{ matrix.language }}
53
+
# If you wish to specify custom queries, you can do so here or in a config file.
54
+
# By default, queries listed here will override any specified in a config file.
55
+
# Prefix the list here with "+" to use these queries and those in the config file.
56
+
57
+
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
58
+
# queries: security-extended,security-and-quality
59
+
60
+
61
+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
+
# If this step fails, then you should remove it and run the build manually (see below)
63
+
- name: Autobuild
64
+
uses: github/codeql-action/autobuild@v3
65
+
66
+
# ℹ️ Command-line programs to run using the OS shell.
67
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
+
69
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
70
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments