Skip to content

Conversation

coliff
Copy link
Member

@coliff coliff commented Sep 3, 2025

This pull request makes several improvements to the GitHub Actions workflows, primarily enhancing security and reliability by updating configuration options and dependencies. The main changes include setting persist-credentials: false for all uses of actions/checkout@v5, updating the Super-linter action to a newer version, and adding a new word to the spellcheck dictionary.

Workflow security and reliability:

  • All workflow files now use actions/checkout@v5 with persist-credentials: false to prevent GitHub token persistence, improving security across CI/CD jobs. (.github/workflows/codeql-analysis.yml [1] .github/workflows/publish.yml [2] .github/workflows/spellcheck.yml [3] .github/workflows/super-linter.yml [4] .github/workflows/sync-labels.yml [5] .github/workflows/test.yml [6]

  • The Super-linter action has been upgraded from version v8 to v8.1.0, ensuring the latest fixes and features are used in linting workflows. (.github/workflows/super-linter.yml .github/workflows/super-linter.ymlR30-R33)

Spellcheck dictionary update:

  • Added the word micnncim to the .cspell.json dictionary to prevent false positives during spellchecking. (.cspell.json .cspell.jsonR50)

@coliff coliff requested a review from thedaviddias as a code owner September 3, 2025 11:40
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .cspell.json configuration file by adding the word "micnncim" to the dictionary. This change is likely intended to prevent spell-checking errors for this specific term. The new word is correctly placed to maintain the alphabetical order of the list. The change is minor and appears correct.

Copy link

cloudflare-workers-and-pages bot commented Sep 3, 2025

Deploying htmlhint with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7a9183e
Status: ✅  Deploy successful!
Preview URL: https://058fab0b.htmlhint.pages.dev
Branch Preview URL: https://dev-coliff-github-action-upd.htmlhint.pages.dev

View logs

@coliff coliff added the github_actions Pull requests that update GitHub Actions code label Sep 3, 2025
@coliff coliff merged commit e5fd93b into main Sep 3, 2025
16 of 20 checks passed
@coliff coliff deleted the dev/coliff/github-action-update branch September 3, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant