Skip to content

Commit 8759cf8

Browse files
boomanaiden154mahesh-attarde
authored andcommitted
[Github] Explicitly Annotate Versions
These two actions were missing version annotations. This confuses renovate (slightly) and is also non-standard compared to all the other workflows.
1 parent e47b04e commit 8759cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hlsl-test-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
ninja check-hlsl-unit
8181
ninja ${{ inputs.TestTarget }}
8282
- name: Publish Test Results
83-
uses: EnricoMi/publish-unit-test-result-action/macos@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2
83+
uses: EnricoMi/publish-unit-test-result-action/macos@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
8484
if: always() && runner.os == 'macOS'
8585
with:
8686
comment_mode: off

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
# It's good practice to use setup-python, but this is also required on macos-14
7070
# due to https://github.com/actions/runner-images/issues/10385
71-
- uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234
71+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
7272
with:
7373
python-version: '3.13'
7474

0 commit comments

Comments
 (0)