Skip to content

Commit ef82f8d

Browse files
author
asyncapi-bot
committed
ci: update of files from global .github repo
1 parent a465d54 commit ef82f8d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/if-nodejs-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
# Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
37-
# See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
38-
os: [ubuntu-latest, macos-13, windows-latest]
36+
os: [ubuntu-latest, macos-latest, windows-latest]
3937
steps:
4038
- name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows
4139
run: |
@@ -50,7 +48,8 @@ jobs:
5048
shell: bash
5149
- if: steps.packagejson.outputs.exists == 'true'
5250
name: Check package-lock version
53-
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
51+
# This workflow is from our own org repo and safe to reference by 'master'.
52+
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
5453
id: lockversion
5554
- if: steps.packagejson.outputs.exists == 'true'
5655
name: Setup Node.js
@@ -96,7 +95,8 @@ jobs:
9695
shell: bash
9796
- if: steps.packagejson.outputs.exists == 'true'
9897
name: Check package-lock version
99-
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
98+
# This workflow is from our own org repo and safe to reference by 'master'.
99+
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
100100
id: lockversion
101101
- if: steps.packagejson.outputs.exists == 'true'
102102
name: Setup Node.js

.github/workflows/if-nodejs-version-bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
run: test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
2727
- if: steps.packagejson.outputs.exists == 'true'
2828
name: Check package-lock version
29-
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
29+
# This workflow is from our own org repo and safe to reference by 'master'.
30+
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
3031
id: lockversion
3132
- if: steps.packagejson.outputs.exists == 'true'
3233
name: Setup Node.js

0 commit comments

Comments
 (0)