Skip to content

GitHub workflow vulnerabilities fixes#800

Merged
cheeyanglee merged 4 commits intoopen-edge-platform:3.0-devfrom
chrngc:workflow2
Mar 9, 2026
Merged

GitHub workflow vulnerabilities fixes#800
cheeyanglee merged 4 commits intoopen-edge-platform:3.0-devfrom
chrngc:workflow2

Conversation

@chrngc
Copy link
Contributor

@chrngc chrngc commented Mar 6, 2026

Merge Checklist

All boxes should be checked before merging the PR

  • [] The changes in the PR have been built and tested
  • [] cgmanifest file has been updated if required
  • Ready to merge

Description

Medium severity vulnerabilities were detected with Zizmor, here are the fixes that make use of hashes instead of tags in the github workflow.

Any Newly Introduced Dependencies

How Has This Been Tested?

@chrngc chrngc requested a review from a team as a code owner March 6, 2026 07:12
@chrngc chrngc changed the title Update github workflow to use hashes instead of tags GitHub workflow vulnerabilities fixes Mar 6, 2026

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4

Check warning

Code scanning / zizmor

does not set persist-credentials: false Warning

does not set persist-credentials: false
@cheeyanglee cheeyanglee merged commit cb708c9 into open-edge-platform:3.0-dev Mar 9, 2026
23 of 28 checks passed
cheeyanglee pushed a commit that referenced this pull request Mar 17, 2026
* Update github workflow to use hashes instead of tag

* Added tag version comments alongside with the hashes

* Fix for injection vulnerability in workflows/check-files.yml

* Removed empty spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants