Skip to content

Commit 9fc8643

Browse files
Potential fix for code scanning alert no. 500: Code injection
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ea50bff commit 9fc8643

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests_results.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ jobs:
7676
echo "original_run_id = $original_run_id"
7777
7878
- name: Print links to other runs
79+
env:
80+
ORIGINAL_RUN_ID: ${{ steps.get-info.outputs.original_run_id }}
7981
run: |
80-
echo "Build and QEMU tests: https://github.com/${{ github.repository }}/actions/runs/${{ steps.get-info.outputs.original_run_id }}"
82+
echo "Build and QEMU tests: https://github.com/${{ github.repository }}/actions/runs/$ORIGINAL_RUN_ID"
8183
echo "Hardware and Wokwi tests: https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}"
8284
8385
unit-test-results:

0 commit comments

Comments
 (0)