diff --git a/.github/workflows/approval-worker.yml b/.github/workflows/approval-worker.yml index d8dd166576..f4ba7c7b36 100644 --- a/.github/workflows/approval-worker.yml +++ b/.github/workflows/approval-worker.yml @@ -48,7 +48,7 @@ jobs: pull-requests: write statuses: write issues: write - uses: tetherto/qvac-devops/.github/workflows/approval-check-worker.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/approval-check-worker.yml@v1.1.8 secrets: pat_token: ${{ secrets.PAT_TOKEN }} with: diff --git a/.github/workflows/on-merge-lib-infer-diffusion.yml b/.github/workflows/on-merge-lib-infer-diffusion.yml index 45676def36..cf7311becb 100644 --- a/.github/workflows/on-merge-lib-infer-diffusion.yml +++ b/.github/workflows/on-merge-lib-infer-diffusion.yml @@ -165,7 +165,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -187,6 +187,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -214,7 +215,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-ocr-onnx.yml b/.github/workflows/on-merge-ocr-onnx.yml index c8c1f8586e..363d3c4183 100644 --- a/.github/workflows/on-merge-ocr-onnx.yml +++ b/.github/workflows/on-merge-ocr-onnx.yml @@ -152,7 +152,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -174,6 +174,7 @@ jobs: permissions: contents: write packages: write + id-token: write env: PKG_DIR: packages/ocr-onnx steps: @@ -190,7 +191,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-decoder-audio.yml b/.github/workflows/on-merge-qvac-lib-decoder-audio.yml index 2165c524fa..7781d32d0d 100644 --- a/.github/workflows/on-merge-qvac-lib-decoder-audio.yml +++ b/.github/workflows/on-merge-qvac-lib-decoder-audio.yml @@ -154,7 +154,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -176,13 +176,14 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-infer-llamacpp-embed.yml b/.github/workflows/on-merge-qvac-lib-infer-llamacpp-embed.yml index 2a3ac3dfa4..2234e3d457 100644 --- a/.github/workflows/on-merge-qvac-lib-infer-llamacpp-embed.yml +++ b/.github/workflows/on-merge-qvac-lib-infer-llamacpp-embed.yml @@ -146,7 +146,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -168,6 +168,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -182,7 +183,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-infer-llamacpp-llm.yml b/.github/workflows/on-merge-qvac-lib-infer-llamacpp-llm.yml index 56921aec63..a7477b8d77 100644 --- a/.github/workflows/on-merge-qvac-lib-infer-llamacpp-llm.yml +++ b/.github/workflows/on-merge-qvac-lib-infer-llamacpp-llm.yml @@ -166,7 +166,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -188,6 +188,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -215,7 +216,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-infer-onnx-tts.yml b/.github/workflows/on-merge-qvac-lib-infer-onnx-tts.yml index 214f139018..10c99ee0bb 100644 --- a/.github/workflows/on-merge-qvac-lib-infer-onnx-tts.yml +++ b/.github/workflows/on-merge-qvac-lib-infer-onnx-tts.yml @@ -144,7 +144,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -166,6 +166,7 @@ jobs: permissions: contents: write packages: write + id-token: write env: WORKDIR: packages/qvac-lib-infer-onnx-tts steps: @@ -180,7 +181,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-infer-onnx.yml b/.github/workflows/on-merge-qvac-lib-infer-onnx.yml index e97b621722..b81c2bfe63 100644 --- a/.github/workflows/on-merge-qvac-lib-infer-onnx.yml +++ b/.github/workflows/on-merge-qvac-lib-infer-onnx.yml @@ -146,7 +146,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -167,6 +167,7 @@ jobs: permissions: contents: write packages: write + id-token: write env: PKG_DIR: packages/qvac-lib-infer-onnx steps: @@ -183,7 +184,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-infer-parakeet.yml b/.github/workflows/on-merge-qvac-lib-infer-parakeet.yml index b51a4d64b6..72e450d29a 100644 --- a/.github/workflows/on-merge-qvac-lib-infer-parakeet.yml +++ b/.github/workflows/on-merge-qvac-lib-infer-parakeet.yml @@ -159,7 +159,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || needs.publish-logic.outputs.gpr_tag }} @@ -196,6 +196,7 @@ jobs: permissions: contents: read packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -208,7 +209,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-merge-qvac-lib-infer-whispercpp.yml b/.github/workflows/on-merge-qvac-lib-infer-whispercpp.yml index 9fdf4c1cf3..4db7f585a6 100644 --- a/.github/workflows/on-merge-qvac-lib-infer-whispercpp.yml +++ b/.github/workflows/on-merge-qvac-lib-infer-whispercpp.yml @@ -162,7 +162,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.tag) || needs.publish-logic.outputs.gpr_tag }} @@ -202,6 +202,7 @@ jobs: permissions: contents: write packages: write + id-token: write env: WORKDIR: packages/qvac-lib-infer-whispercpp steps: @@ -218,7 +219,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/on-pr-close-lib-infer-diffusion.yml b/.github/workflows/on-pr-close-lib-infer-diffusion.yml index 89b9fd6896..6085faddf6 100644 --- a/.github/workflows/on-pr-close-lib-infer-diffusion.yml +++ b/.github/workflows/on-pr-close-lib-infer-diffusion.yml @@ -52,7 +52,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-ocr-onnx.yml b/.github/workflows/on-pr-close-ocr-onnx.yml index 46d5f24a83..94fe04b308 100644 --- a/.github/workflows/on-pr-close-ocr-onnx.yml +++ b/.github/workflows/on-pr-close-ocr-onnx.yml @@ -49,7 +49,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-decoder-audio.yml b/.github/workflows/on-pr-close-qvac-lib-decoder-audio.yml index 42dff87fe6..690cfb7ab8 100644 --- a/.github/workflows/on-pr-close-qvac-lib-decoder-audio.yml +++ b/.github/workflows/on-pr-close-qvac-lib-decoder-audio.yml @@ -57,7 +57,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-embed.yml b/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-embed.yml index 4ad8d1a4ae..4c46411f14 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-embed.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-embed.yml @@ -56,7 +56,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-llm.yml b/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-llm.yml index 86e07cba84..44591da737 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-llm.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-llamacpp-llm.yml @@ -52,7 +52,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-nmtcpp.yml b/.github/workflows/on-pr-close-qvac-lib-infer-nmtcpp.yml index 7214bd5acd..21a05dc876 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-nmtcpp.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-nmtcpp.yml @@ -47,7 +47,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-onnx-tts.yml b/.github/workflows/on-pr-close-qvac-lib-infer-onnx-tts.yml index 9970c3b402..26c00cf432 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-onnx-tts.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-onnx-tts.yml @@ -57,7 +57,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-onnx.yml b/.github/workflows/on-pr-close-qvac-lib-infer-onnx.yml index f0853e318e..c7e6db078c 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-onnx.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-onnx.yml @@ -49,7 +49,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-parakeet.yml b/.github/workflows/on-pr-close-qvac-lib-infer-parakeet.yml index 35b6640d26..70f97d435d 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-parakeet.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-parakeet.yml @@ -57,7 +57,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || inputs.pr-number }} diff --git a/.github/workflows/on-pr-close-qvac-lib-infer-whispercpp.yml b/.github/workflows/on-pr-close-qvac-lib-infer-whispercpp.yml index 4d6890473f..98fb3798bb 100644 --- a/.github/workflows/on-pr-close-qvac-lib-infer-whispercpp.yml +++ b/.github/workflows/on-pr-close-qvac-lib-infer-whispercpp.yml @@ -57,7 +57,7 @@ jobs: delete-npm-versions-trigger: permissions: packages: write - uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-delete-npm-versions.yml@v1.1.8 with: version: ${{ inputs.version }} pr-number: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || inputs.pr-number }} diff --git a/.github/workflows/on-pr-lib-infer-diffusion.yml b/.github/workflows/on-pr-lib-infer-diffusion.yml index 5e1b775027..a9c58e8492 100644 --- a/.github/workflows/on-pr-lib-infer-diffusion.yml +++ b/.github/workflows/on-pr-lib-infer-diffusion.yml @@ -52,7 +52,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -72,7 +72,7 @@ jobs: cpp-lint: if: needs.authorize.outputs.allowed == 'true' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 needs: authorize secrets: inherit with: @@ -165,7 +165,7 @@ jobs: ts-checks, ] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 permissions: contents: read pull-requests: write diff --git a/.github/workflows/on-pr-ocr-onnx.yml b/.github/workflows/on-pr-ocr-onnx.yml index 1365c2db1f..6dc3caa73a 100644 --- a/.github/workflows/on-pr-ocr-onnx.yml +++ b/.github/workflows/on-pr-ocr-onnx.yml @@ -107,7 +107,7 @@ jobs: - name: Verify that yaml files are formatted id: yamlfmt - uses: tetherto/qvac-devops/.github/actions/yamlfmt@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/yamlfmt@v1.1.8 continue-on-error: true - name: Check for disallowed dependencies @@ -123,7 +123,7 @@ jobs: - name: Run JavaScript tests id: run_js_tests continue-on-error: true - uses: tetherto/qvac-devops/.github/actions/run-lint-and-unit-tests@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/run-lint-and-unit-tests@v1.1.8 with: npm-token: ${{ secrets.NPM_TOKEN }} gpr-token: ${{ secrets.GITHUB_TOKEN }} @@ -162,7 +162,7 @@ jobs: cpp-lint: needs: [authorize, changes] if: needs.authorize.outputs.allowed == 'true' || github.event_name == 'workflow_dispatch' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ github.event.pull_request.base.sha || github.sha }} @@ -228,7 +228,7 @@ jobs: merge-guard: needs: [authorize, changes, sanity-checks, prebuild, run-integration-tests, run-mobile-integration-tests] if: always() && (needs.changes.outputs.pkg == 'true' || github.event_name == 'workflow_dispatch') - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' }} build-status: ${{ needs.prebuild.result == 'success' }} diff --git a/.github/workflows/on-pr-qvac-lib-decoder-audio.yml b/.github/workflows/on-pr-qvac-lib-decoder-audio.yml index f46d6eab11..66d4184727 100644 --- a/.github/workflows/on-pr-qvac-lib-decoder-audio.yml +++ b/.github/workflows/on-pr-qvac-lib-decoder-audio.yml @@ -139,7 +139,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -179,7 +179,7 @@ jobs: merge-guard: needs: [authorize, sanity-checks, run-integration-tests, run-mobile-integration-tests] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' }} build-status: ${{ needs.run-integration-tests.result == 'success' || needs.run-integration-tests.result == 'skipped' }} diff --git a/.github/workflows/on-pr-qvac-lib-infer-llamacpp-embed.yml b/.github/workflows/on-pr-qvac-lib-infer-llamacpp-embed.yml index 7dfb7f1958..1704d55fa7 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-llamacpp-embed.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-llamacpp-embed.yml @@ -47,7 +47,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -58,7 +58,7 @@ jobs: cpp-lint: if: needs.authorize.outputs.allowed == 'true' needs: authorize - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ github.event.pull_request.base.sha }} @@ -153,7 +153,7 @@ jobs: merge-guard: needs: [authorize, sanity-checks, cpp-lint, cpp-tests, prebuild, integration-tests, run-mobile-integration-tests, ts-checks] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' }} build-status: ${{ needs.prebuild.result == 'success' }} diff --git a/.github/workflows/on-pr-qvac-lib-infer-llamacpp-llm.yml b/.github/workflows/on-pr-qvac-lib-infer-llamacpp-llm.yml index 012b62b0e2..6792d09c1c 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-llamacpp-llm.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-llamacpp-llm.yml @@ -52,7 +52,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -72,7 +72,7 @@ jobs: cpp-lint: if: needs.authorize.outputs.allowed == 'true' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 needs: authorize secrets: inherit with: @@ -165,7 +165,7 @@ jobs: ts-checks, ] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' }} build-status: ${{ needs.prebuild.result == 'success'}} diff --git a/.github/workflows/on-pr-qvac-lib-infer-nmtcpp.yml b/.github/workflows/on-pr-qvac-lib-infer-nmtcpp.yml index 45e0940c1b..3bb240e32f 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-nmtcpp.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-nmtcpp.yml @@ -65,7 +65,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -113,7 +113,7 @@ jobs: always() && needs.authorize.outputs.allowed == 'true' && (needs.changes.outputs.pkg == 'true' || github.event_name == 'workflow_dispatch') - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ github.event.pull_request.base.sha || github.event.before || 'HEAD~1' }} @@ -201,7 +201,7 @@ jobs: run-mobile-integration-tests, ] if: always() && (needs.changes.outputs.pkg == 'true' || github.event_name == 'workflow_dispatch') - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' && needs.cpp-tests.result == 'success' && needs.ts-checks.result == 'success' }} build-status: ${{ needs.prebuild.result == 'success' }} diff --git a/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml b/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml index 743d875de1..d0adeb8030 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml @@ -139,7 +139,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -150,7 +150,7 @@ jobs: cpp-lint: needs: [authorize, context] if: needs.authorize.outputs.allowed == 'true' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ needs.context.outputs.base_sha }} @@ -228,7 +228,7 @@ jobs: run-mobile-integration-tests, ] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' && (needs.cpp-lint.result == 'success' || needs.cpp-lint.result == 'skipped') && (needs.cpp-tests-coverage.result == 'success' || needs.cpp-tests-coverage.result == 'skipped') }} build-status: ${{ needs.prebuild.result == 'success' || needs.prebuild.result == 'skipped' }} diff --git a/.github/workflows/on-pr-qvac-lib-infer-onnx.yml b/.github/workflows/on-pr-qvac-lib-infer-onnx.yml index 3585b06c60..2bcb2201d2 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-onnx.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-onnx.yml @@ -105,7 +105,7 @@ jobs: - name: Verify that yaml files are formatted id: yamlfmt - uses: tetherto/qvac-devops/.github/actions/yamlfmt@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/yamlfmt@v1.1.8 continue-on-error: true - name: Check for disallowed dependencies @@ -121,7 +121,7 @@ jobs: - name: Run JavaScript tests id: run_js_tests continue-on-error: true - uses: tetherto/qvac-devops/.github/actions/run-lint-and-unit-tests@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/run-lint-and-unit-tests@v1.1.8 with: npm-token: ${{ secrets.NPM_TOKEN }} gpr-token: ${{ secrets.GITHUB_TOKEN }} @@ -160,7 +160,7 @@ jobs: cpp-lint: needs: [authorize, changes] if: needs.authorize.outputs.allowed == 'true' || github.event_name == 'workflow_dispatch' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ github.event.pull_request.base.sha || github.sha }} @@ -188,7 +188,7 @@ jobs: merge-guard: needs: [authorize, changes, sanity-checks, prebuild] if: always() && (needs.changes.outputs.pkg == 'true' || github.event_name == 'workflow_dispatch') - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' }} build-status: ${{ needs.prebuild.result == 'success' }} diff --git a/.github/workflows/on-pr-qvac-lib-infer-parakeet.yml b/.github/workflows/on-pr-qvac-lib-infer-parakeet.yml index 8455f31d8e..521368ab27 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-parakeet.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-parakeet.yml @@ -124,7 +124,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -135,7 +135,7 @@ jobs: cpp-lint: needs: context if: needs.context.outputs.run_verify == 'true' || github.event_name == 'workflow_dispatch' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ needs.context.outputs.base_sha }} @@ -200,7 +200,7 @@ jobs: merge-guard: needs: [authorize, sanity-checks, cpp-lint, cpp-tests-coverage, prebuild, run-integration-tests, run-mobile-integration-tests] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' && (needs.cpp-lint.result == 'success' || needs.cpp-lint.result == 'skipped') && (needs.cpp-tests-coverage.result == 'success' || needs.cpp-tests-coverage.result == 'skipped') }} build-status: ${{ needs.prebuild.result == 'success' || needs.prebuild.result == 'skipped' }} diff --git a/.github/workflows/on-pr-qvac-lib-infer-whispercpp.yml b/.github/workflows/on-pr-qvac-lib-infer-whispercpp.yml index a92f3483de..c696bf49f6 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-whispercpp.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-whispercpp.yml @@ -139,7 +139,7 @@ jobs: environment: release steps: - name: Run Sanity checks - uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/sanity-checks@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} @@ -150,7 +150,7 @@ jobs: cpp-lint: needs: [authorize, context] if: needs.authorize.outputs.allowed == 'true' - uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@v1.1.8 secrets: inherit with: sha: ${{ needs.context.outputs.base_sha }} @@ -216,7 +216,7 @@ jobs: merge-guard: needs: [authorize, sanity-checks, cpp-lint, cpp-tests-coverage, prebuild, run-integration-tests, run-mobile-integration-tests] if: always() - uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@v1.1.8 with: sanity-checks-status: ${{ needs.sanity-checks.result == 'success' && (needs.cpp-lint.result == 'success' || needs.cpp-lint.result == 'skipped') && (needs.cpp-tests-coverage.result == 'success' || needs.cpp-tests-coverage.result == 'skipped') }} build-status: ${{ needs.prebuild.result == 'success' || needs.prebuild.result == 'skipped' }} diff --git a/.github/workflows/pr-test-qvac-lib-inference-addon-cpp.yml b/.github/workflows/pr-test-qvac-lib-inference-addon-cpp.yml index 24a47b6824..ea94cdf867 100644 --- a/.github/workflows/pr-test-qvac-lib-inference-addon-cpp.yml +++ b/.github/workflows/pr-test-qvac-lib-inference-addon-cpp.yml @@ -74,7 +74,7 @@ jobs: token: ${{ secrets.PAT_TOKEN }} - name: yamlfmt - uses: tetherto/qvac-devops/.github/actions/yamlfmt@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/yamlfmt@v1.1.8 with: workdir: ${{ env.PKG_DIR }} diff --git a/.github/workflows/publish-qvac-lib-registry-server.yml b/.github/workflows/publish-qvac-lib-registry-server.yml index b9b9d9d396..3e3133504b 100644 --- a/.github/workflows/publish-qvac-lib-registry-server.yml +++ b/.github/workflows/publish-qvac-lib-registry-server.yml @@ -230,7 +230,7 @@ jobs: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc - name: Publish to GitHub Package Registry - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} workdir: ${{ env.PKG_DIR }}/shared @@ -252,6 +252,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -270,7 +271,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" @@ -403,7 +404,7 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc - name: Publish to GitHub Package Registry - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} workdir: ${{ env.PKG_DIR }}/client @@ -425,6 +426,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -445,7 +447,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/publish-sdk.yml b/.github/workflows/publish-sdk.yml index fe65145ae9..ad2f3bd88c 100644 --- a/.github/workflows/publish-sdk.yml +++ b/.github/workflows/publish-sdk.yml @@ -345,7 +345,7 @@ jobs: - name: Publish to GitHub Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.tag || github.event.inputs.tag || needs.publish-logic.outputs.gpr_tag || 'dev'}} @@ -365,6 +365,7 @@ jobs: permissions: contents: write packages: write + id-token: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 @@ -377,7 +378,7 @@ jobs: - name: Publish to NPM Package Registry id: publish - uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" diff --git a/.github/workflows/trigger-reusable-lib-cli.yml b/.github/workflows/trigger-reusable-lib-cli.yml index 0e978fc4f0..6b499c2938 100644 --- a/.github/workflows/trigger-reusable-lib-cli.yml +++ b/.github/workflows/trigger-reusable-lib-cli.yml @@ -145,7 +145,7 @@ jobs: uses: ./.github/actions/cli-rewrite-sdk-scope-for-gpr - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -179,7 +179,7 @@ jobs: - name: Publish to NPM id: publish - uses: ./.github/actions/publish-library-to-npm + uses: tetherto/qvac-devops/.github/actions/publish-library-to-npm-oidc@v1.1.8 with: secret-token: ${{ secrets.NPM_TOKEN }} tag: "latest" @@ -223,7 +223,7 @@ jobs: uses: ./.github/actions/cli-rewrite-sdk-scope-for-gpr - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -255,7 +255,7 @@ jobs: uses: ./.github/actions/cli-rewrite-sdk-scope-for-gpr - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-dl-base.yml b/.github/workflows/trigger-reusable-lib-dl-base.yml index 58a2ea2f86..5519e63b4c 100644 --- a/.github/workflows/trigger-reusable-lib-dl-base.yml +++ b/.github/workflows/trigger-reusable-lib-dl-base.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/dl-base @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-error.yml b/.github/workflows/trigger-reusable-lib-error.yml index c551e79068..06c28240e2 100644 --- a/.github/workflows/trigger-reusable-lib-error.yml +++ b/.github/workflows/trigger-reusable-lib-error.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/error @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-logging.yml b/.github/workflows/trigger-reusable-lib-logging.yml index e2ea3bb38b..8d7c20624b 100644 --- a/.github/workflows/trigger-reusable-lib-logging.yml +++ b/.github/workflows/trigger-reusable-lib-logging.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/logging @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-qvac-lib-diagnostics.yml b/.github/workflows/trigger-reusable-lib-qvac-lib-diagnostics.yml index 427814cdfe..d2718281eb 100644 --- a/.github/workflows/trigger-reusable-lib-qvac-lib-diagnostics.yml +++ b/.github/workflows/trigger-reusable-lib-qvac-lib-diagnostics.yml @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -115,7 +115,7 @@ jobs: packages: write id-token: write if: needs.publish-logic.outputs.publish_release == 'true' - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/qvac-lib-diagnostics @@ -150,7 +150,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -173,7 +173,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-qvac-lib-dl-filesystem.yml b/.github/workflows/trigger-reusable-lib-qvac-lib-dl-filesystem.yml index 9ac75ac3aa..bcf6439b54 100644 --- a/.github/workflows/trigger-reusable-lib-qvac-lib-dl-filesystem.yml +++ b/.github/workflows/trigger-reusable-lib-qvac-lib-dl-filesystem.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/qvac-lib-dl-filesystem @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-qvac-lib-dl-hyperdrive.yml b/.github/workflows/trigger-reusable-lib-qvac-lib-dl-hyperdrive.yml index 4bcd8beeeb..1d41d93123 100644 --- a/.github/workflows/trigger-reusable-lib-qvac-lib-dl-hyperdrive.yml +++ b/.github/workflows/trigger-reusable-lib-qvac-lib-dl-hyperdrive.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/qvac-lib-dl-hyperdrive @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-qvac-lib-infer-base.yml b/.github/workflows/trigger-reusable-lib-qvac-lib-infer-base.yml index 92551969a6..0ab66209a9 100644 --- a/.github/workflows/trigger-reusable-lib-qvac-lib-infer-base.yml +++ b/.github/workflows/trigger-reusable-lib-qvac-lib-infer-base.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/qvac-lib-infer-base @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text-cld2.yml b/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text-cld2.yml index b13044ec03..9ab3652bb7 100644 --- a/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text-cld2.yml +++ b/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text-cld2.yml @@ -149,7 +149,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -168,7 +168,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/qvac-lib-langdetect-text-cld2 @@ -189,7 +189,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -212,7 +212,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text.yml b/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text.yml index 56aed5ab37..16008fe4c4 100644 --- a/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text.yml +++ b/.github/workflows/trigger-reusable-lib-qvac-lib-langdetect-text.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/qvac-lib-langdetect-text @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/trigger-reusable-lib-rag.yml b/.github/workflows/trigger-reusable-lib-rag.yml index 70a8b293f9..1264b4cedd 100644 --- a/.github/workflows/trigger-reusable-lib-rag.yml +++ b/.github/workflows/trigger-reusable-lib-rag.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (dev) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -128,7 +128,7 @@ jobs: always() && needs.publish-logic.outputs.publish_release == 'true' && (needs.release-merge-guard.result == 'success' || needs.release-merge-guard.result == 'skipped') - uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.7 + uses: tetherto/qvac-devops/.github/workflows/public-reusable-npm.yml@v1.1.8 secrets: inherit with: workdir: packages/rag @@ -163,7 +163,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (feature) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} @@ -186,7 +186,7 @@ jobs: fetch-depth: 0 - name: Publish to GitHub Packages (tmp) - uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.7 + uses: tetherto/qvac-devops/.github/actions/publish-library-to-gpr@v1.1.8 with: secret-token: ${{ secrets.GITHUB_TOKEN }} pat-token: ${{ secrets.PAT_TOKEN }} diff --git a/packages/qvac-lib-decoder-audio/package.json b/packages/qvac-lib-decoder-audio/package.json index fc8666e8b1..7243715795 100644 --- a/packages/qvac-lib-decoder-audio/package.json +++ b/packages/qvac-lib-decoder-audio/package.json @@ -1,6 +1,6 @@ { "name": "@qvac/decoder-audio", - "version": "0.3.6", + "version": "0.3.7", "description": "", "license": "Apache-2.0", "author": "Tether",