Skip to content

Commit 84fcf5a

Browse files
authored
Update workflow permissions (#242)
1 parent a3a4e41 commit 84fcf5a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
tags:
1111
- "v*"
1212

13-
permissions:
14-
contents: read
15-
1613
jobs:
1714
test:
1815
uses: Open-CMSIS-Pack/cbuild2cmake/.github/workflows/test.yml@main

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
check-latest: true
107107

108108
- name: Install go-junit-report
109-
run: go install github.com/jstemmer/go-junit-report/v2@14d61e6e75e3f3c74551d757ad936e8e88014464 # v2.1.0
109+
run: go install github.com/jstemmer/go-junit-report/v2@latest
110110

111111
- name: Unit testing
112112
run: |

0 commit comments

Comments
 (0)