Skip to content

Update action versions, pin to commit hashes, add zizmor to pre-commi… - #23

Open
m-aciek wants to merge 3 commits into
mainfrom
security
Open

Update action versions, pin to commit hashes, add zizmor to pre-commi…#23
m-aciek wants to merge 3 commits into
mainfrom
security

Conversation

@m-aciek

@m-aciek m-aciek commented Jun 1, 2026

Copy link
Copy Markdown
Owner

…t configuration

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

Copy link
Copy Markdown

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.

Reviewed commit: 817a0fb8e0

ℹ️ 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 "@codex address that feedback".

Comment thread .github/workflows/build.yaml
Comment thread .github/workflows/schedule.yaml
@m-aciek

m-aciek commented Jun 2, 2026

Copy link
Copy Markdown
Owner Author

@codex review

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

Copy link
Copy Markdown

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.

Reviewed commit: 3054be5f55

ℹ️ 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 "@codex address that feedback".

- name: Normalize language tag for publishing
id: normalize-lang
run: echo "tag=$(echo '${{ inputs.language }}' | tr '_' '-' | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
run: echo "tag=$(echo '${INPUTS_LANGUAGE}' | tr '_' '-' | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Expand the language env var before publishing

When build.yaml is run with publish: true, this command writes the literal string ${inputs-language} to steps.normalize-lang.outputs.tag because ${INPUTS_LANGUAGE} is inside single quotes within the shell command substitution. As a result the publish job creates and copies archives under _site/${inputs-language}/<version>/ instead of the requested language such as _site/fr-fr/<version>/, breaking manual/reusable publishes for every language.

Useful? React with 👍 / 👎.

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.

1 participant