Skip to content

Commit 8841a09

Browse files
authored
.sync/codeql: Update robinraju/release-downloader to v1.12 (#425)
Use the latest version in CodeQL workflows. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 8db6169 commit 8841a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync/workflows/leaf/codeql-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Download cargo-make
219219
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
220-
uses: robinraju/release-downloader@v1.11
220+
uses: robinraju/release-downloader@v1.12
221221
with:
222222
repository: 'sagiegurari/cargo-make'
223223
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

.sync/workflows/leaf/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Download cargo-make
224224
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
225-
uses: robinraju/release-downloader@v1.11
225+
uses: robinraju/release-downloader@v1.12
226226
with:
227227
repository: 'sagiegurari/cargo-make'
228228
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

0 commit comments

Comments
 (0)