Skip to content

Commit 0694f14

Browse files
authored
Merge pull request #3386 from felixhandte/pin-other-action-commit-hashes
Pin Remaining Action Dependencies (Except OSS-Fuzz)
2 parents 0790e86 + 150aa23 commit 0694f14

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dev-long-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
dry-run: false
280280
sanitizer: ${{ matrix.sanitizer }}
281281
- name: Upload Crash
282-
uses: actions/upload-artifact@v3
282+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
283283
if: failure() && steps.build.outcome == 'success'
284284
with:
285285
name: ${{ matrix.sanitizer }}-artifacts

.github/workflows/dev-short-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
steps:
237237
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3
238238
- name: Add MSBuild to PATH
239-
uses: microsoft/[email protected]
239+
uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # tag=v1.1.3
240240
- name: Build
241241
working-directory: ${{env.GITHUB_WORKSPACE}}
242242
run: |
@@ -255,7 +255,7 @@ jobs:
255255
steps:
256256
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3
257257
- name: Add MSBuild to PATH
258-
uses: microsoft/[email protected]
258+
uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # tag=v1.1.3
259259
- name: Build
260260
working-directory: ${{env.GITHUB_WORKSPACE}}
261261
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
@@ -274,7 +274,7 @@ jobs:
274274
# steps:
275275
# - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3
276276
# - name: Add MSBuild to PATH
277-
# uses: microsoft/[email protected]
277+
# uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # tag=v1.1.3
278278
# - name: Build
279279
# working-directory: ${{env.GITHUB_WORKSPACE}}
280280
# run: >
@@ -439,7 +439,7 @@ jobs:
439439
steps:
440440
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3
441441
- name: Add MSBuild to PATH
442-
uses: microsoft/[email protected]
442+
uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # tag=v1.1.3
443443
- name: Build and run tests
444444
working-directory: ${{env.GITHUB_WORKSPACE}}
445445
env:

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5252
# format to the repository Actions tab.
5353
- name: "Upload artifact"
54-
uses: actions/upload-artifact@v3 # tag=v3.0.0
54+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
5555
with:
5656
name: SARIF file
5757
path: results.sarif

0 commit comments

Comments
 (0)