We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4e41 commit 84fcf5aCopy full SHA for 84fcf5a
.github/workflows/release.yml
@@ -10,9 +10,6 @@ on:
10
tags:
11
- "v*"
12
13
-permissions:
14
- contents: read
15
-
16
jobs:
17
test:
18
uses: Open-CMSIS-Pack/cbuild2cmake/.github/workflows/test.yml@main
.github/workflows/test.yml
@@ -106,7 +106,7 @@ jobs:
106
check-latest: true
107
108
- name: Install go-junit-report
109
- run: go install github.com/jstemmer/go-junit-report/v2@14d61e6e75e3f3c74551d757ad936e8e88014464 # v2.1.0
+ run: go install github.com/jstemmer/go-junit-report/v2@latest
110
111
- name: Unit testing
112
run: |
0 commit comments