Skip to content

Commit b9df51e

Browse files
TieskeEvandroLG
authored andcommitted
pin action version numbers
1 parent 4f46842 commit b9df51e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26-
- uses: luarocks/gh-actions-lua@master
26+
- uses: luarocks/gh-actions-lua@816ec4c55af2f6dcb9dfcba372d93dd1fb5fa8f2
2727
with:
2828
luaVersion: "5.4"
2929

30-
- uses: luarocks/gh-actions-luarocks@master
30+
- uses: luarocks/gh-actions-luarocks@e42874645a111d78a858c3dba7530bdd707b21a4
3131
with:
3232
luaRocksVersion: "3.13.0"
3333

.github/workflows/unix_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131

32-
- uses: luarocks/gh-actions-lua@master
32+
- uses: luarocks/gh-actions-lua@816ec4c55af2f6dcb9dfcba372d93dd1fb5fa8f2
3333
with:
3434
luaVersion: ${{ matrix.luaVersion }}
3535

36-
- uses: luarocks/gh-actions-luarocks@master
36+
- uses: luarocks/gh-actions-luarocks@e42874645a111d78a858c3dba7530bdd707b21a4
3737
with:
3838
luaRocksVersion: "3.13.0"
3939

0 commit comments

Comments
 (0)