@@ -57,12 +57,12 @@ jobs:
57
57
58
58
steps :
59
59
- name : Checkout repository
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61
61
with :
62
62
submodules : false
63
63
lfs : false
64
64
65
- - uses : actions/cache@v4
65
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66
66
with :
67
67
path : Library
68
68
key : Library-linux-${{ matrix.unityVersion }}-${{ github.ref }}
82
82
run : echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"
83
83
84
84
- name : Run tests
85
- uses : game-ci/unity-test-runner@v4
85
+ uses : game-ci/unity-test-runner@0ff419b913a3630032cbe0de48a0099b5a9f0ed9 # v4
86
86
with :
87
87
githubToken : ${{ secrets.GITHUB_TOKEN }}
88
88
unityVersion : ${{ matrix.unityVersion }} # Default is `auto`
@@ -102,11 +102,11 @@ jobs:
102
102
if : ${{ matrix.octocov }}
103
103
104
104
- name : Run octocov
105
- uses : k1LoW/octocov-action@v1
105
+ uses : k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1
106
106
if : ${{ matrix.octocov }}
107
107
108
108
- name : Upload test results
109
- uses : actions/upload-artifact@v4
109
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
110
110
with :
111
111
name : TestResults-Unity${{ matrix.unityVersion }}-${{ matrix.testMode }}
112
112
path : |
@@ -123,7 +123,7 @@ jobs:
123
123
actions : read
124
124
125
125
steps :
126
- -
uses :
Gamesight/[email protected]
126
+ - uses : Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0
127
127
with :
128
128
repo_token : ${{ secrets.GITHUB_TOKEN }}
129
129
slack_webhook_url : ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments