Skip to content

Commit 27c1dd6

Browse files
grasci-armsoumeh01
andauthored
🤖 Update go-workflows to v1.0.2 (#637)
Updates all common workflows references to the latest version. Co-authored-by: soumeh01 <[email protected]>
1 parent 3578c9d commit 27c1dd6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
build-and-verify:
27-
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].1
27+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].2
2828
secrets:
2929
QLTY_COVERAGE_TOKEN: ${{ secrets.QLTY_COVERAGE_TOKEN }}
3030
with:

‎.github/workflows/markdown.yml‎

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

1313
jobs:
1414
markdown-check:
15-
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].1
15+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].2
1616
with:
1717
lint-config: '.github/markdownlint.jsonc'
1818
link-check-config: '.github/markdown-link-check.jsonc'

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build-and-verify:
16-
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].1
16+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].2
1717
with:
1818
program: cpackget
1919
test-matrix: '[{"platform":"windows-2022","arch":"amd64"},{"platform":"ubuntu-24.04","arch":"amd64"},{"platform":"macos-14","arch":"amd64"},{"platform":"ubuntu-24.04","arch":"arm64"}]'

‎.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/[email protected].1
14+
uses: Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/[email protected].2
1515
secrets:
1616
TOKEN_ACCESS: ${{ secrets.GRASCI_WORKFLOW_UPDATE }}

0 commit comments

Comments
 (0)