Skip to content

Commit ccf0455

Browse files
1 parent 75e9b92 commit ccf0455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484

85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686

8787
- name: Install Windows SDK
8888
run: |
@@ -91,7 +91,7 @@ jobs:
9191
shell: pwsh
9292
if: runner.os == 'Windows'
9393

94-
- uses: ilammy/msvc-dev-cmd@v1.13.0
94+
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
9595
with:
9696
sdk: 10.0.20348.0
9797

@@ -148,7 +148,7 @@ jobs:
148148
shell: bash
149149

150150
- name: Cache
151-
uses: actions/cache@v4
151+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
152152
with:
153153
path: sconsCache
154154
key: ${{ runner.os }}-${{ matrix.containerImage }}-${{env.CORTEX_DEPENDENCIES_HASH}}-${{ matrix.buildType }}-${{ github.sha }}
@@ -174,7 +174,7 @@ jobs:
174174
${{ env.PACKAGE_COMMAND }} ${{ env.CORTEX_BUILD_NAME }}.${{env.PACKAGE_EXTENSION}} ${{ env.CORTEX_BUILD_NAME }}
175175
if: matrix.publish
176176

177-
- uses: actions/upload-artifact@v4
177+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
178178
with:
179179
name: ${{ env.CORTEX_BUILD_NAME }}
180180
path: ${{ env.CORTEX_BUILD_NAME }}.${{ env.PACKAGE_EXTENSION }}

0 commit comments

Comments
 (0)