From f5a4c6bcb469e896eff0230e2940a4dc0727a3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:40:36 +0000 Subject: [PATCH] Bump the github-actions group across 2 directories with 5 updates Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [taiki-e/install-action](https://github.com/taiki-e/install-action), [github/codeql-action](https://github.com/github/codeql-action) and [docker/build-push-action](https://github.com/docker/build-push-action) to permit the latest version. Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) Updates `actions/setup-python` to e9675cc634901ff55d92c575ecd6945e65464b00 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/e9675cc634901ff55d92c575ecd6945e65464b00) Updates `taiki-e/install-action` from 2.44.7 to 2.44.13 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/7348990d6a11d92f3e482c9b1bb48cf31ab7f658...9bef7e9c3d7c7aa986ef19933b0722880ae377e0) Updates `github/codeql-action` from 3.26.8 to 3.26.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/294a9d92911152fe08befb9ec03e240add280cb3...461ef6c76dfe95d5c364de2f431ddbd31a417628) Updates `docker/build-push-action` from 6.7.0 to 6.8.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5cd11c3a4ced054e52742c5fd54dca954e0edd85...32945a339266b759abcbdc89316275140b0fc960) Updates `actions/setup-python` from 70dcb22d269dc9546a5d97f4b11548f130526421 to e9675cc634901ff55d92c575ecd6945e65464b00 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/e9675cc634901ff55d92c575ecd6945e65464b00) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .../actions/setup-python-poetry/action.yml | 2 +- .github/workflows/_parse_version.yml | 4 ++-- .github/workflows/_releaser_nightly_build.yml | 4 ++-- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci-python.yml | 2 +- .github/workflows/ci-rust.yml | 8 +++---- .github/workflows/ci-web.yml | 4 ++-- .github/workflows/ci.yml | 8 +++---- .github/workflows/codeql.yml | 22 +++++++++---------- .github/workflows/cspell.yml | 2 +- .github/workflows/docker-server.yml | 6 ++--- .github/workflows/docker-testbed.yml | 6 ++--- .github/workflows/package-cli.yml | 2 +- .github/workflows/package-client.yml | 12 +++++----- .github/workflows/package-server.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/releaser.yml | 2 +- 17 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.github/actions/setup-python-poetry/action.yml b/.github/actions/setup-python-poetry/action.yml index cb2e7251088..c2369776362 100644 --- a/.github/actions/setup-python-poetry/action.yml +++ b/.github/actions/setup-python-poetry/action.yml @@ -41,7 +41,7 @@ runs: echo "${APPDATA}\.poetry\bin" >> "$GITHUB_PATH" - name: Install python - uses: actions/setup-python@70dcb22d269dc9546a5d97f4b11548f130526421 # pin v5.2.0 + uses: actions/setup-python@e9675cc634901ff55d92c575ecd6945e65464b00 # pin v5.2.0 id: setup-python with: python-version-file: ${{ inputs.project-path }}/pyproject.toml diff --git a/.github/workflows/_parse_version.yml b/.github/workflows/_parse_version.yml index d50d524696f..b5bdad9a9a8 100644 --- a/.github/workflows/_parse_version.yml +++ b/.github/workflows/_parse_version.yml @@ -79,13 +79,13 @@ jobs: no_local: ${{ steps.version.outputs.no_local }} type: ${{ steps.version.outputs.type }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ inputs.commit_sha }} timeout-minutes: 5 - name: Install python - uses: actions/setup-python@29a37be0a3d3e8bf5bc1eb19cd0502922f5b312a # pin v5.2.0 + uses: actions/setup-python@e9675cc634901ff55d92c575ecd6945e65464b00 # pin v5.2.0 id: setup-python with: python-version: 3.12 diff --git a/.github/workflows/_releaser_nightly_build.yml b/.github/workflows/_releaser_nightly_build.yml index 3bb43b0438c..a28313b79a6 100644 --- a/.github/workflows/_releaser_nightly_build.yml +++ b/.github/workflows/_releaser_nightly_build.yml @@ -25,11 +25,11 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Install python - uses: actions/setup-python@29a37be0a3d3e8bf5bc1eb19cd0502922f5b312a # pin v5.2.0 + uses: actions/setup-python@e9675cc634901ff55d92c575ecd6945e65464b00 # pin v5.2.0 id: setup-python with: python-version: 3.12 diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index bdcb89e1fbb..dad57ce29be 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 15 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: sparse-checkout: | .github diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index e69c0abf79c..ab5667f1a14 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -48,7 +48,7 @@ jobs: # 20.04 is required to install PostgreSQL 12 runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Retrieve runner specs diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 92e00423437..f41eb1449d3 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -67,7 +67,7 @@ jobs: ports: - 6777:6777 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Retrieve runner specs @@ -102,7 +102,7 @@ jobs: timeout-minutes: 5 # Install cargo nextest command - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: nextest@0.9.54, wasm-pack@0.12.1, cargo-deny@0.15.0 @@ -212,7 +212,7 @@ jobs: timeout-minutes: 60 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Retrieve runner specs @@ -262,7 +262,7 @@ jobs: timeout-minutes: 5 # Install cargo nextest command - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: nextest@0.9.54 diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index 332a38ad0e4..732ca04ad51 100644 --- a/.github/workflows/ci-web.yml +++ b/.github/workflows/ci-web.yml @@ -40,7 +40,7 @@ jobs: ports: - 6777:6777 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Retrieve runner specs @@ -123,7 +123,7 @@ jobs: timeout-minutes: 5 # Install wasm-pack command - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: wasm-pack@${{ env.wasm-pack-version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93a1cb53db..d23affeaad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: web: ${{ steps.need-check.outputs.web }} docs: ${{ steps.need-check.outputs.docs }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin v3.0.2 @@ -129,7 +129,7 @@ jobs: # Just a fail-safe timeout, see the fine grain per-task timeout instead timeout-minutes: 10 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Ensure the PR head ref is not a perennial branch @@ -154,7 +154,7 @@ jobs: - newsfragments/** - name: Install python - uses: actions/setup-python@70dcb22d269dc9546a5d97f4b11548f130526421 # pin v5.2.0 + uses: actions/setup-python@e9675cc634901ff55d92c575ecd6945e65464b00 # pin v5.2.0 id: setup-python with: python-version: 3.12 @@ -191,7 +191,7 @@ jobs: diff --unified .pre-commit-config.yaml $TEMP_FILE || true echo "path=$TEMP_FILE" >> $GITHUB_OUTPUT - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: taplo-cli@0.9.3 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a93162edc90..445fea6333c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: poetry-version: 1.5.1 steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin v3.0.2 @@ -58,7 +58,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL if: steps.should-run-python-analysis.outputs.run == 'true' - uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 with: languages: python setup-python-dependencies: false @@ -87,7 +87,7 @@ jobs: - name: Perform CodeQL Analysis if: steps.should-run-python-analysis.outputs.run == 'true' - uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 with: category: /language:python @@ -101,7 +101,7 @@ jobs: # SDK_VERSION: 30.0.3 # steps: # - name: Checkout repository - # uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + # uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 # timeout-minutes: 5 # - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin v3.0.2 @@ -142,7 +142,7 @@ jobs: # # Initializes the CodeQL tools for scanning. # - name: Initialize CodeQL # if: steps.should-run-java-analysis.outputs.run == 'true' - # uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + # uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 # with: # languages: java # # If you wish to specify custom queries, you can do so here or in a config file. @@ -154,7 +154,7 @@ jobs: # - name: Autobuild android # if: steps.should-run-java-analysis.outputs.run == 'true' - # uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + # uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 # with: # working-directory: client/android # env: @@ -162,7 +162,7 @@ jobs: # - name: Perform CodeQL Analysis # if: steps.should-run-java-analysis.outputs.run == 'true' - # uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + # uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 # with: # category: /language:java @@ -171,7 +171,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin v3.0.2 @@ -191,7 +191,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL if: steps.should-run-js-analysis.outputs.run == 'true' - uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 with: languages: typescript @@ -202,12 +202,12 @@ jobs: - name: Autobuild for typescript if: steps.should-run-js-analysis.outputs.run == 'true' - uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 with: working-directory: client - name: Perform CodeQL Analysis if: steps.should-run-js-analysis.outputs.run == 'true' - uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # pin v3.26.8 + uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # pin v3.26.9 with: category: /language:typescript diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 59046d39640..055457d5222 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout the repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 - name: Generate cspell cache key diff --git a/.github/workflows/docker-server.yml b/.github/workflows/docker-server.yml index 1ebb74726a6..39aa33a1348 100644 --- a/.github/workflows/docker-server.yml +++ b/.github/workflows/docker-server.yml @@ -28,7 +28,7 @@ jobs: docker-server: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 3 # Set up BuildKit Docker container builder to be able to build @@ -64,7 +64,7 @@ jobs: latest=${{ github.event_name == 'push' && github.ref_type == 'tag' }} - name: Build and export to Docker - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 id: build with: context: . @@ -96,7 +96,7 @@ jobs: run: echo "${{ steps.metadata.outputs.tags }}" - name: Build and publish - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 id: publish with: context: . diff --git a/.github/workflows/docker-testbed.yml b/.github/workflows/docker-testbed.yml index 8ccc96da136..bc433406608 100644 --- a/.github/workflows/docker-testbed.yml +++ b/.github/workflows/docker-testbed.yml @@ -37,7 +37,7 @@ jobs: docker-testbed: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 timeout-minutes: 5 # Set up BuildKit Docker container builder to be able to build @@ -70,7 +70,7 @@ jobs: latest=${{ github.event_name == 'workflow_dispatch' }} - name: Build and export to Docker - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 id: build with: context: . @@ -103,7 +103,7 @@ jobs: - name: Build and publish if: github.event_name == 'workflow_dispatch' - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 with: context: . file: server/packaging/testbed-server/testbed-server.dockerfile diff --git a/.github/workflows/package-cli.yml b/.github/workflows/package-cli.yml index 9ecd730ae23..0b9fed952ac 100644 --- a/.github/workflows/package-cli.yml +++ b/.github/workflows/package-cli.yml @@ -56,7 +56,7 @@ jobs: name: 📦 Packaging CLI for linux 🐧 runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ inputs.commit_sha }} timeout-minutes: 5 diff --git a/.github/workflows/package-client.yml b/.github/workflows/package-client.yml index d57b143fce2..6e777f24bc6 100644 --- a/.github/workflows/package-client.yml +++ b/.github/workflows/package-client.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-22.04 name: ⚡ Package web app steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ inputs.commit_sha }} timeout-minutes: 5 @@ -94,7 +94,7 @@ jobs: working-directory: client # Install syft - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: syft@0.84.0, wasm-pack@${{ env.wasm-pack-version }} @@ -123,7 +123,7 @@ jobs: # Always run the job if `version` job is skipped otherwise only if `version` job was successful. if: ${{ inputs.version_patch_run_id != '' && always() || success() }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ inputs.commit_sha }} timeout-minutes: 5 @@ -195,7 +195,7 @@ jobs: mv -v parsec_*_*.snap Parsec_${{ steps.version.outputs.full }}_linux_$ARCH.snap # Install syft - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: syft@0.84.0 @@ -244,7 +244,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ inputs.commit_sha }} timeout-minutes: 5 @@ -350,7 +350,7 @@ jobs: timeout-minutes: 1 # Install syft - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: syft@0.84.0 diff --git a/.github/workflows/package-server.yml b/.github/workflows/package-server.yml index 49f5c1a6c83..d6265564a7f 100644 --- a/.github/workflows/package-server.yml +++ b/.github/workflows/package-server.yml @@ -76,7 +76,7 @@ jobs: name: "${{ matrix.name }}: 📦 Packaging (build Wheel)" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ inputs.commit_sha }} timeout-minutes: 5 @@ -136,7 +136,7 @@ jobs: run: python server/packaging/wheel/wheel_it.py ./server --output dist --skip-wheel # Install syft - - uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # pin v2.44.7 + - uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 # pin v2.44.13 with: tool: syft@0.84.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 369017bfa62..3008cf6a9d9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: sparse-checkout: | misc diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 67ea18a12f6..dbe3e9e7932 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -194,7 +194,7 @@ jobs: - name: Checkout the repository to update the nightly tag if: env.NIGHTLY_RELEASE == 'true' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin v4.2.0 with: ref: ${{ needs.version.outputs.commit_sha }} path: parsec-cloud