File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
83
83
steps :
84
84
85
- - uses : actions/checkout@v4
85
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86
86
87
87
- name : Install Windows SDK
88
88
run : |
91
91
shell : pwsh
92
92
if : runner.os == 'Windows'
93
93
94
- - uses : ilammy/msvc-dev-cmd@v1.13.0
94
+ - uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
95
95
with :
96
96
sdk : 10.0.20348.0
97
97
@@ -148,7 +148,7 @@ jobs:
148
148
shell : bash
149
149
150
150
- name : Cache
151
- uses : actions/cache@v4
151
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
152
152
with :
153
153
path : sconsCache
154
154
key : ${{ runner.os }}-${{ matrix.containerImage }}-${{env.CORTEX_DEPENDENCIES_HASH}}-${{ matrix.buildType }}-${{ github.sha }}
@@ -174,7 +174,7 @@ jobs:
174
174
${{ env.PACKAGE_COMMAND }} ${{ env.CORTEX_BUILD_NAME }}.${{env.PACKAGE_EXTENSION}} ${{ env.CORTEX_BUILD_NAME }}
175
175
if : matrix.publish
176
176
177
- - uses : actions/upload-artifact@v4
177
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
178
178
with :
179
179
name : ${{ env.CORTEX_BUILD_NAME }}
180
180
path : ${{ env.CORTEX_BUILD_NAME }}.${{ env.PACKAGE_EXTENSION }}
You can’t perform that action at this time.
0 commit comments