Skip to content

Commit 205256d

Browse files
Update super-linter version tag comment to v8.3.2 (#13)
Corrected the version tag comment in `.github/workflows/Linter.yml` from the major version tag `# v8` to the specific patch level tag `# v8.3.2` to accurately reflect the pinned commit hash. **Changes:** - Updated super-linter action comment from `# v8` → `# v8.3.2` in Linter workflow The commit hash `d5b0a2ab116623730dd094f15ddc1b6b25bf7b99` corresponds to super-linter v8.3.2, not the floating v8 major tag. <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent 63b7a76 commit 205256d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Lint code base
28-
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8
28+
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
3131
VALIDATE_JSON_PRETTIER: false

0 commit comments

Comments
 (0)