Skip to content

pip dependencies are not pinned (Scorecard Pinned-Dependencies)- continue - #2247

Merged
AkramBitar merged 1 commit into
mainfrom
fix-2238
Aug 17, 2026
Merged

pip dependencies are not pinned (Scorecard Pinned-Dependencies)- continue#2247
AkramBitar merged 1 commit into
mainfrom
fix-2238

Conversation

@Effi-S

@Effi-S Effi-S commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Fixes #2238
continuation of #2239

OpenSSF Scorecard reports Pinned-Dependencies findings (severity: medium) across the repository's GitHub Actions workflows. Actions, container images, and script-installed tooling are referenced by pip install.

Affected workflows (3 alerts total)

File Details
.github/workflows/token-validation-benchmark.yml:228 pip install pandas
.github/workflows/docs.yml:58 python -m pip install --upgrade pip
.github/workflows/docs.yml:59 pip install -r requirements.txt

@Effi-S

Effi-S commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Hi @AkramBitar ,
Minor changes that were missing from #2239

@AkramBitar AkramBitar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Effi-S
Effi-S force-pushed the fix-2238 branch 2 times, most recently from e012e7e to 5fa27a7 Compare August 17, 2026 12:48

@AkramBitar AkramBitar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Effi-S <effi.szt@gmail.com>

@AkramBitar AkramBitar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AkramBitar
AkramBitar merged commit 06be7c2 into main Aug 17, 2026
150 checks passed
@AkramBitar
AkramBitar deleted the fix-2238 branch August 17, 2026 18:14
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.

pip dependencies are not pinned (Scorecard Pinned-Dependencies)

2 participants