Skip to content

Commit 1ed90a0

Browse files
committed
Add Tags Security Notice
1 parent 03beccc commit 1ed90a0

File tree

4 files changed

+26
-11
lines changed

4 files changed

+26
-11
lines changed

.vitepress/theme/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:root {
22
--vp-home-hero-name-color: transparent;
33
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #1d63ed 30%, #b3d4f3);
4+
45
--vp-home-hero-image-background-image: linear-gradient(
56
0deg,
67
rgba(29, 99, 237, 0.7),

docs/guides/features.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,17 @@ You can view the release notes for each version on the [releases](https://github
8787

8888
The **Major** tag is recommended. It is the most up-to-date and always backwards compatible.
8989
Breaking changes would result in a **Major** version bump. At a minimum you should use a **Minor** tag.
90+
91+
### Tags Security Notice
92+
93+
As shown above, tags are mutable; however, **commit hashes are not**. Therefore,
94+
if security is your top priority, you should pin your actions to a specific commit hash.
95+
96+
- [GitHub Documentation](https://docs.github.com/en/actions/reference/security/secure-use#using-third-party-actions)
97+
- [Article by StepSecurity](https://www.stepsecurity.io/blog/pinning-github-actions-for-enhanced-security-a-complete-guide)
98+
99+
 
100+
101+
::: tip Action Comparison
102+
There is also an [Action Comparison](resources.md#action-comparison) on the [Resources](resources.md) guide.
103+
:::

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"postinstall": "npm run get-contributors"
99
},
1010
"dependencies": {
11-
"@cssnr/vitepress-plugin-contributors": "^0.0.2",
11+
"@cssnr/vitepress-plugin-contributors": "^0.0.3",
1212
"vitepress": "^1.6.4",
1313
"vitepress-plugin-group-icons": "^1.6.3"
1414
},

0 commit comments

Comments
 (0)