Commit e211007
🩹[Patch]: Pin super-linter actions and refine Dependabot configuration (#207)
## Description
This pull request makes several updates to the GitHub Actions workflows
and Dependabot configuration to improve reliability, clarity, and
control over code linting and dependency management. The main changes
involve pinning the super-linter action to a specific commit for
reproducibility, updating linting environment variables, and enhancing
dependency labeling.
- Fixes #206
### GitHub Actions workflow improvements
* Pin the `super-linter/super-linter` and
`super-linter/super-linter/slim` actions to the specific commit
`7bba2eeb89d01dc9bfd93c497477a57e72c83240` (v8.2.0) in all workflows,
instead of using the `latest` tag, to ensure consistent and reproducible
builds.
[[1]](diffhunk://#diff-7671544ba08199b4a27426300b58127b470b79b74ee36d823dacd165a01036eeL98-R98)
[[2]](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L28-R32)
[[3]](diffhunk://#diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1L109-R113)
* Update linting environment variables in all workflows to explicitly
disable `VALIDATE_BIOME_LINT` and `VALIDATE_GITHUB_ACTIONS_ZIZMOR`,
providing finer control over which linters are run.
[[1]](diffhunk://#diff-7671544ba08199b4a27426300b58127b470b79b74ee36d823dacd165a01036eeL108-R109)
[[2]](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L28-R32)
[[3]](diffhunk://#diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1L109-R113)
### Dependabot configuration enhancement
* Add `dependencies` and `github-actions` labels to Dependabot PRs for
GitHub Actions, making it easier to categorize and filter dependency
updates. (.github/dependabot.yml)
### PSModule process diagram
* Updated the diagram with the repo linter.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent ee6798e commit e211007
File tree
5 files changed
+10
-3
lines changed- .github
- workflows
- media
5 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
Loading
0 commit comments