From 284864bb91fd25c7a74bfab1f1438b4ba1ef4594 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 17 Nov 2025 08:27:21 +0000 Subject: [PATCH 1/3] ci: update of files from global .github repo --- .github/workflows/if-nodejs-release.yml | 10 +++++----- .github/workflows/if-nodejs-version-bump.yml | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/if-nodejs-release.yml b/.github/workflows/if-nodejs-release.yml index c2a8bc6..326f6f1 100644 --- a/.github/workflows/if-nodejs-release.yml +++ b/.github/workflows/if-nodejs-release.yml @@ -33,9 +33,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner. - # See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001 - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows run: | @@ -50,7 +48,8 @@ jobs: shell: bash - if: steps.packagejson.outputs.exists == 'true' name: Check package-lock version - uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR id: lockversion - if: steps.packagejson.outputs.exists == 'true' name: Setup Node.js @@ -96,7 +95,8 @@ jobs: shell: bash - if: steps.packagejson.outputs.exists == 'true' name: Check package-lock version - uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR id: lockversion - if: steps.packagejson.outputs.exists == 'true' name: Setup Node.js diff --git a/.github/workflows/if-nodejs-version-bump.yml b/.github/workflows/if-nodejs-version-bump.yml index 30cd7e5..2a4c36b 100644 --- a/.github/workflows/if-nodejs-version-bump.yml +++ b/.github/workflows/if-nodejs-version-bump.yml @@ -26,7 +26,8 @@ jobs: run: test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT - if: steps.packagejson.outputs.exists == 'true' name: Check package-lock version - uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR id: lockversion - if: steps.packagejson.outputs.exists == 'true' name: Setup Node.js From aba56ea669728aeb8d032c45ea070697e7cc33b1 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 17 Nov 2025 08:27:52 +0000 Subject: [PATCH 2/3] ci: update of files from global .github repo --- .github/workflows/if-nodejs-pr-testing.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/if-nodejs-pr-testing.yml b/.github/workflows/if-nodejs-pr-testing.yml index 462e613..eba05a9 100644 --- a/.github/workflows/if-nodejs-pr-testing.yml +++ b/.github/workflows/if-nodejs-pr-testing.yml @@ -14,9 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner. - # See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001 - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - if: > !github.event.pull_request.draft && !( @@ -52,7 +50,8 @@ jobs: shell: bash - if: steps.packagejson.outputs.exists == 'true' name: Check package-lock version - uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR id: lockversion - if: steps.packagejson.outputs.exists == 'true' name: Setup Node.js From 0aeb8e1b5efbc5b6231a26619663e7b5cd1f85e5 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 17 Nov 2025 08:28:58 +0000 Subject: [PATCH 3/3] ci: update of files from global .github repo --- .github/workflows/automerge-orphans.yml | 3 ++- .github/workflows/issues-prs-notifications.yml | 9 ++++++--- .../workflows/notify-tsc-members-mention.yml | 18 ++++++++++++------ .github/workflows/release-announcements.yml | 3 ++- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/workflows/automerge-orphans.yml b/.github/workflows/automerge-orphans.yml index 74b485c..23a0b00 100644 --- a/.github/workflows/automerge-orphans.yml +++ b/.github/workflows/automerge-orphans.yml @@ -52,7 +52,8 @@ jobs: } - if: steps.orphans.outputs.found == 'true' name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: issuemarkdown with: markdown: "-> [${{steps.orphans.outputs.title}}](${{steps.orphans.outputs.url}})" diff --git a/.github/workflows/issues-prs-notifications.yml b/.github/workflows/issues-prs-notifications.yml index a05cd4b..ce13628 100644 --- a/.github/workflows/issues-prs-notifications.yml +++ b/.github/workflows/issues-prs-notifications.yml @@ -21,7 +21,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Convert markdown to slack markdown for issue - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: issuemarkdown env: ISSUE_TITLE: ${{github.event.issue.title}} @@ -43,7 +44,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Convert markdown to slack markdown for pull request - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: prmarkdown env: PR_TITLE: ${{github.event.pull_request.title}} @@ -65,7 +67,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Convert markdown to slack markdown for pull request - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: discussionmarkdown env: DISCUSSION_TITLE: ${{github.event.discussion.title}} diff --git a/.github/workflows/notify-tsc-members-mention.yml b/.github/workflows/notify-tsc-members-mention.yml index 61241b8..ffa39bb 100644 --- a/.github/workflows/notify-tsc-members-mention.yml +++ b/.github/workflows/notify-tsc-members-mention.yml @@ -43,7 +43,8 @@ jobs: # Handling Slack notifications ######### - name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: issuemarkdown with: markdown: "[${{github.event.issue.title}}](${{github.event.issue.html_url}}) \n ${{github.event.issue.body}}" @@ -89,7 +90,8 @@ jobs: # Handling Slack notifications ######### - name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: prmarkdown with: markdown: "[${{github.event.pull_request.title}}](${{github.event.pull_request.html_url}}) \n ${{github.event.pull_request.body}}" @@ -135,7 +137,8 @@ jobs: # Handling Slack notifications ######### - name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: discussionmarkdown with: markdown: "[${{github.event.discussion.title}}](${{github.event.discussion.html_url}}) \n ${{github.event.discussion.body}}" @@ -181,7 +184,8 @@ jobs: # Handling Slack notifications ######### - name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: issuemarkdown with: markdown: "[${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}" @@ -227,7 +231,8 @@ jobs: # Handling Slack notifications ######### - name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: prmarkdown with: markdown: "[${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}" @@ -273,7 +278,8 @@ jobs: # Handling Slack notifications ######### - name: Convert markdown to slack markdown - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: discussionmarkdown with: markdown: "[${{github.event.discussion.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}" diff --git a/.github/workflows/release-announcements.yml b/.github/workflows/release-announcements.yml index 786b37f..311b701 100644 --- a/.github/workflows/release-announcements.yml +++ b/.github/workflows/release-announcements.yml @@ -17,7 +17,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Convert markdown to slack markdown for issue - uses: asyncapi/.github/.github/actions/slackify-markdown@master + # This workflow is from our own org repo and safe to reference by 'master'. + uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR id: markdown env: RELEASE_TAG: ${{github.event.release.tag_name}}