Skip to content

Commit b28a8b9

Browse files
authored
updated gh-actions to v1.0.0 (#27)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent c44f7ad commit b28a8b9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bump-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959
-
6060
name: install svu
61-
uses: go-openapi/gh-actions/install/svu@00fc74b63fc83dd6031018ecbeac387ca9131fe2 # v0.1.0
61+
uses: go-openapi/gh-actions/install/svu@3983df5e4a081b07ed17723b86610d306f40021e # v1.0.0
6262
-
6363
name: Bump release
6464
id: bump-release

.github/workflows/collect-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: reports/
3333
-
3434
name: Install go-junit-report
35-
uses: go-openapi/gh-actions/install/go-junit-report@2c8f8152814933c4cead92a51558699238ee9565
35+
uses: go-openapi/gh-actions/install/go-junit-report@3983df5e4a081b07ed17723b86610d306f40021e # v1.0.0
3636
-
3737
name: Convert test reports to a merged JUnit XML
3838
# NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics.
@@ -57,7 +57,7 @@ jobs:
5757
verbose: true
5858
-
5959
name: Install go-ctrf-json-reporter
60-
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@2c8f8152814933c4cead92a51558699238ee9565
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@3983df5e4a081b07ed17723b86610d306f40021e # v1.0.0
6161
-
6262
name: Convert test reports to CTRF JSON
6363
# description: |

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: true
5454
-
5555
name: Install gotestsum
56-
uses: go-openapi/gh-actions/install/gotestsum@2c8f8152814933c4cead92a51558699238ee9565
56+
uses: go-openapi/gh-actions/install/gotestsum@3983df5e4a081b07ed17723b86610d306f40021e # v1.0.0
5757
-
5858
name: Run unit tests
5959
run: >

0 commit comments

Comments
 (0)