12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
17
- uses : leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e # v10.0.0
18
18
30
30
runs-on : ubuntu-latest
31
31
32
32
steps :
33
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- uses : leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e # v10.0.0
36
36
58
58
luaVersion : [ "5.3", "5.4" ]
59
59
60
60
steps :
61
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
61
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62
62
63
63
- uses : leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e # v10.0.0
64
64
with :
@@ -77,22 +77,22 @@ jobs:
77
77
run : ./test/runTests.sh -o junit
78
78
79
79
- name : Publish Test Results
80
- uses : EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1
80
+ uses : EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
81
81
if : always()
82
82
with :
83
83
junit_files : " test/results/**/*.xml"
84
84
85
85
- run : luacov
86
86
87
87
- name : Upload to Codecov
88
- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
88
+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
89
89
if : ${{ matrix.luaVersion == '5.3' }}
90
90
91
91
- name : Export In-Game Tests
92
92
run : ./test/exportAll.sh
93
93
94
94
- name : Upload Test Artifacts
95
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
95
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
96
96
if : ${{ matrix.luaVersion == '5.3' }}
97
97
with :
98
98
name : test_configs
@@ -103,7 +103,7 @@ jobs:
103
103
- run : rm -f test/results/*.xml
104
104
105
105
- name : Deploy Screen Renderer Output
106
- uses : JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
106
+ uses : JamesIves/github-pages-deploy-action@dc18a3c6b46d56484cb63f291becd7ed4f0269b9 # v4.7.1
107
107
if : ${{ matrix.luaVersion == '5.3' && (github.event_name == 'push' && github.ref_name == 'main') }}
108
108
with :
109
109
branch : codex
0 commit comments