Skip to content

Conversation

pakrym-oai
Copy link
Collaborator

@pakrym-oai pakrym-oai commented Sep 25, 2025

Old version fails to find python 3.8 docker image

Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Comment on lines 24 to 25
- name: Codespell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
uses: codespell-project/actions-codespell@v2.1 # v2
Copy link
Contributor

Choose a reason for hiding this comment

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

P1 Badge Keep codespell action pinned to immutable commit

This step previously used the full commit SHA for codespell-project/actions-codespell, which protects the workflow from supply-chain tampering and guarantees reproducible runs. Swapping it to the mutable tag @v2.1 means any future retag or force-push to that tag will silently alter the action’s behavior for every run. To maintain the same security posture as before, the reference should stay pinned to the release’s commit hash (the SHA corresponding to v2.1) rather than a floating tag.

Useful? React with 👍 / 👎.

uses: codespell-project/codespell-problem-matcher@b80729f885d32f78a716c2f107b4db1025001c42 # v1
- name: Codespell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
uses: codespell-project/actions-codespell@v2.1 # v2
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
uses: codespell-project/actions-codespell@v2.1 # v2
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1

@pakrym-oai pakrym-oai enabled auto-merge (squash) September 25, 2025 03:56
@pakrym-oai pakrym-oai disabled auto-merge September 25, 2025 03:58
@pakrym-oai pakrym-oai enabled auto-merge (squash) September 25, 2025 03:59
@pakrym-oai pakrym-oai merged commit d1ed3a4 into main Sep 25, 2025
19 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/fix-codespell branch September 25, 2025 04:05
@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants