File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 : |
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments