aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-07-31 10:49:23 +0000
committerGitHub <noreply@github.com>2026-07-31 10:49:23 +0000
commit16cabcdbc65a152de56760e268aa8687c7b1084a (patch)
tree0db5ce3fd5a71e91b5e6b6c57fd6c02b7d2367e0
parent091130fa59f91c665742471fc81cf1eca620e24f (diff)
downloadluafilesystem-chore/dependabot-gh-actions-pin-20260731.tar.gz
luafilesystem-chore/dependabot-gh-actions-pin-20260731.tar.bz2
luafilesystem-chore/dependabot-gh-actions-pin-20260731.zip
Pin missed workflow action refschore/dependabot-gh-actions-pin-20260731
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ae8d2ef..fc59731 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25 runs-on: ${{ matrix.os }} 25 runs-on: ${{ matrix.os }}
26 26
27 steps: 27 steps:
28 - uses: actions/checkout@master 28 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
29 29
30 - name: Setup MSVC 30 - name: Setup MSVC
31 # 'luarocks/gh-actions-lua' step requires msvc to build PUC-Rio Lua 31 # 'luarocks/gh-actions-lua' step requires msvc to build PUC-Rio Lua
@@ -33,11 +33,11 @@ jobs:
33 if: ${{ matrix.toolchain == 'msvc' }} 33 if: ${{ matrix.toolchain == 'msvc' }}
34 uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1 34 uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1
35 35
36 - uses: luarocks/gh-actions-lua@master 36 - uses: luarocks/gh-actions-lua@fc6f8de246f8c01f6e1a56a1b851143e23370ff3 # v12
37 with: 37 with:
38 luaVersion: ${{ matrix.lua-version }} 38 luaVersion: ${{ matrix.lua-version }}
39 39
40 - uses: luarocks/gh-actions-luarocks@master 40 - uses: luarocks/gh-actions-luarocks@95d2308a0aff36ad31ebadca493ed14853399842 # v7
41 41
42 - name: Prep luacov 42 - name: Prep luacov
43 run: | 43 run: |