Skip to content

Commit 4960793

Browse files
committed
Update workflow versions
1 parent 7c54e47 commit 4960793

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ permissions:
2020

2121
jobs:
2222
build-and-verify:
23-
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/build-and-verify.yml@v1.0.0
23+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/build-and-verify.yml@v1.0.1
2424
secrets:
2525
QLTY_COVERAGE_TOKEN: ${{ secrets.QLTY_COVERAGE_TOKEN }}
2626
with:
2727
program: cbridge
2828
go-version-file: ./go.mod
29-
enable-code-climate: true
30-
artifact-retention-days: 1
29+
enable-qlty-coverage: true
3130

3231
publish-test-results:
3332
name: "Publish Tests Results"

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: read-all
1717

1818
jobs:
1919
markdown-check:
20-
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/markdown-lint.yml@v1.0.0
20+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/markdown-lint.yml@v1.0.1
2121
with:
2222
lint-config: '.github/markdownlint.jsonc'
2323
link-check-config: '.github/markdown-link-check.jsonc'

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
- "*"
77

88
jobs:
9-
test:
10-
uses: Open-CMSIS-Pack/generator-bridge/.github/workflows/test.yml@main
9+
build-and-verify:
10+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/build-and-verify.yml@v1.0.1
11+
with:
12+
program: cbridge
13+
go-version-file: ./go.mod
14+
enable-qlty-coverage: false
1115

1216
goreleaser:
1317
runs-on: ubuntu-latest
14-
needs: test
18+
needs: [ build-and-verify ]
1519
permissions:
1620
contents: write # for goreleaser/goreleaser-action to create a GitHub release
1721
steps:

.github/workflows/update-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions:
1111

1212
jobs:
1313
update-workflows:
14-
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/update-workflow.yml@v1.0.0
14+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/update-workflow.yml@v1.0.1
1515
secrets:
1616
TOKEN_ACCESS: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)