2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Workflows: Use SHA-1 precise references for third-party actions (#41595)

This commit is contained in:
Julien Déramond
2025-07-16 18:11:53 +02:00
committed by GitHub
parent 3ec3e20440
commit 117a248faa
14 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -23,12 +23,12 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Run cspell
uses: streetsidesoftware/cspell-action@v7
uses: streetsidesoftware/cspell-action@157048954070986ce4315d0813573a2d8faee361 # v7.1.1
with:
config: ".cspell.json"
files: "**/*.{md,mdx}"