diff options
author | Pedro Kaj Kjellerup Nacht <pnacht@google.com> | 2023-07-26 13:48:07 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-07-26 17:42:24 +0100 |
commit | 0d7f43f110ec2a246bda906d4190767f8626446c (patch) | |
tree | 4384c0e36436fddc6baac629580603e8604784c4 /.github/workflows/codespell.yml | |
parent | 624783d73baf151747fa72359af16c37260bfee2 (diff) | |
download | libfuse-0d7f43f110ec2a246bda906d4190767f8626446c.tar.gz |
Hash-pin workflow Actions
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r-- | .github/workflows/codespell.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 1ae78d4..2330368 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,6 +17,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Codespell - uses: codespell-project/actions-codespell@v1 + uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0 |