-
Notifications
You must be signed in to change notification settings - Fork 6
initial changes #1
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
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
on: | ||
workflow_dispatch: | ||
inputs: | ||
tag: |
Check notice
Code scanning / Checkov (reported by Codacy)
The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. Note
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis | ||
- name: Run Codacy Analysis CLI | ||
continue-on-error: true | ||
uses: codacy/[email protected] |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
fetch-depth: 0 | ||
|
||
- name: Run auto-doc | ||
uses: tj-actions/auto-doc@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
use_major_version: true | ||
|
||
- name: Run remark | ||
uses: tj-actions/remark@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
uses: tj-actions/remark@v3 | ||
|
||
- name: Verify Changed files | ||
uses: tj-actions/verify-changed-files@v20 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
|
||
- name: Create Pull Request | ||
if: failure() | ||
uses: peter-evans/create-pull-request@v7 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
615926d
to
b15cc8d
Compare
README.md
Outdated
Effortlessly track all changed files and directories relative to a target branch, the current branch (preceding commit or the last remote commit), multiple branches, or custom commits returning **relative paths** from the project root using this GitHub action. | ||
|
||
> \[!NOTE] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this note, since we dont have https://github.com/step-security/verify-changed-files
README.md
Outdated
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove all the badges
README.md
Outdated
If you feel generous and want to show some extra appreciation: | ||
|
||
Support this project with a :star: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the buy me coffee part
README.md
Outdated
* Free software: [MIT license](LICENSE) | ||
|
||
## Credits 👏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove the credits section as all those actions no longer exist
af83610
to
1a1c736
Compare
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
d237c59
to
463901f
Compare
No description provided.