diff --git a/.github/workflows/_bazel.yml b/.github/workflows/_bazel.yml index 2c6ea5e007..7e93d478d6 100644 --- a/.github/workflows/_bazel.yml +++ b/.github/workflows/_bazel.yml @@ -64,7 +64,7 @@ jobs: inputs.action == 'build' && inputs.artifacts && inputs.upload - uses: envoyproxy/toolshed/gh-actions/jq@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/jq@c690d096b071d79027d784add67b9874ba96009d with: input: ${{ inputs.artifacts }} input-format: text diff --git a/.github/workflows/_publish_release.yml b/.github/workflows/_publish_release.yml index 5f9a99ff4e..63ecbbd6b1 100644 --- a/.github/workflows/_publish_release.yml +++ b/.github/workflows/_publish_release.yml @@ -66,7 +66,7 @@ jobs: name: release (${{ inputs.name }}) runs-on: ubuntu-24.04 steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/appauth@c690d096b071d79027d784add67b9874ba96009d id: appauth name: Appauth if: >- @@ -77,7 +77,7 @@ jobs: key: ${{ secrets.app-key }} - id: checkout name: Checkout the repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/github/checkout@c690d096b071d79027d784add67b9874ba96009d with: branch: main committer-name: ${{ inputs.committer-name }} @@ -90,13 +90,13 @@ jobs: id: gpg if: >- inputs.artifacts - uses: envoyproxy/toolshed/gh-actions/gpg@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/gpg@c690d096b071d79027d784add67b9874ba96009d with: gpg-key: ${{ secrets.gpg-key }} gpg-password: ${{ secrets.gpg-password }} - name: Release title (eg commit message) id: title - uses: envoyproxy/toolshed/gh-actions/jq@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/jq@c690d096b071d79027d784add67b9874ba96009d with: options: -sRr input: | @@ -104,7 +104,7 @@ jobs: filter: | split("\n") | first - name: Publish the release - uses: envoyproxy/toolshed/gh-actions/github/release@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/github/release@c690d096b071d79027d784add67b9874ba96009d with: artifact-workflows: ${{ inputs.artifact-workflows }} artifacts: ${{ inputs.artifacts }} diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index db5441b2d1..99cefd20c5 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -80,7 +80,7 @@ jobs: name: ${{ inputs.action }} runs-on: ubuntu-24.04 steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/appauth@c690d096b071d79027d784add67b9874ba96009d id: appauth name: Appauth if: >- @@ -90,7 +90,7 @@ jobs: key: ${{ secrets.app-key }} - id: checkout name: Checkout the repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/github/checkout@c690d096b071d79027d784add67b9874ba96009d with: branch: main committer-name: ${{ inputs.committer-name }} @@ -99,7 +99,7 @@ jobs: token: ${{ steps.appauth.outputs.token }} - name: Get version file id: version-file - uses: envoyproxy/toolshed/gh-actions/jq@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/jq@c690d096b071d79027d784add67b9874ba96009d with: input: | actions: actions/VERSION.txt @@ -111,11 +111,11 @@ jobs: filter: .["${{ inputs.type }}"] - name: Get version info id: version - uses: envoyproxy/toolshed/gh-actions/version@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/version@c690d096b071d79027d784add67b9874ba96009d with: version-file: ${{ steps.version-file.outputs.value }} - name: Update version file - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d if: >- inputs.action != 'prepare' with: @@ -148,7 +148,7 @@ jobs: # BAZEL ONLY - name: Get latest bins release (for bazel) - uses: envoyproxy/toolshed/gh-actions/github/release/latest@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/github/release/latest@c690d096b071d79027d784add67b9874ba96009d id: bins-version if: >- inputs.type == 'bazel' @@ -156,7 +156,7 @@ jobs: with: pattern: ^bins- - name: Get SHAs for latest bins release (for bazel) - uses: envoyproxy/toolshed/gh-actions/github/release/shas@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/github/release/shas@c690d096b071d79027d784add67b9874ba96009d id: bins-shas if: >- inputs.type == 'bazel' @@ -164,7 +164,7 @@ jobs: with: tag: ${{ steps.bins-version.outputs.tag }} - name: Get current SHAs and version (for bazel) - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d id: bins-deps if: >- inputs.type == 'bazel' @@ -179,7 +179,7 @@ jobs: bash::output options: -sRr - name: Update bins shas (for bazel) - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d id: bins-updates if: >- inputs.type == 'bazel' @@ -253,7 +253,7 @@ jobs: if: >- inputs.type == 'python' && inputs.action != 'release-no-prepare' - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d with: input: | ${{ inputs.python-find-versions }} @@ -270,7 +270,7 @@ jobs: inputs.type == 'python' && inputs.action != 'release-no-prepare' name: Update python release packages - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d with: input: | args: >- @@ -292,7 +292,7 @@ jobs: if: >- inputs.type == 'python' && inputs.action != 'release-no-prepare' - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d with: input: | ${{ inputs.python-find-versions }} @@ -338,7 +338,7 @@ jobs: echo "message=${COMMIT_MESSAGE}" >> "$GITHUB_OUTPUT" echo "changes=true" >> "$GITHUB_OUTPUT" - name: Create Pull Request - uses: envoyproxy/toolshed/gh-actions/github/pr@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/github/pr@c690d096b071d79027d784add67b9874ba96009d if: fromJSON(steps.commit.outputs.changes) with: base: main diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 844c6d5093..8a8548d442 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -21,7 +21,7 @@ jobs: run: ${{ steps.filter.outputs.run }} tests: ${{ steps.tests.outputs.output }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | @@ -30,7 +30,7 @@ jobs: - 'js/**' - '.github/workflows/actions.yml' - id: tests - uses: envoyproxy/toolshed/gh-actions/bson@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d with: input: | OUTPUT="$(find actions -path "*/tests/*.test.yml" -type f)" @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run test - uses: envoyproxy/toolshed/gh-actions/test-runner@2d46e676172c17700ec475a69ae0893eb55b484d + uses: envoyproxy/toolshed/actions/test-runner@c690d096b071d79027d784add67b9874ba96009d with: config: ${{ matrix.test }} name: ${{ matrix.test }} diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 9e9688129d..f52574eb39 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -20,7 +20,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e3921b3918..69b28d2e13 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/jq.yml b/.github/workflows/jq.yml index 6ddd1c0675..4129716343 100644 --- a/.github/workflows/jq.yml +++ b/.github/workflows/jq.yml @@ -20,7 +20,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 73921e6761..ed66188f82 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -20,7 +20,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index fe28850da0..bc67cd5c28 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -19,7 +19,7 @@ jobs: run: ${{ steps.filter.outputs.run }} sha: ${{ steps.commit.outputs.sha }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index f1551c026e..f653c0f893 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -22,7 +22,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index aeae945a54..e4e7d66875 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -19,7 +19,7 @@ jobs: run: ${{ steps.filter.outputs.run }} sha: ${{ steps.commit.outputs.sha }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ca4832cdb7..a69a30214c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/.github/workflows/sh.yml b/.github/workflows/sh.yml index 40df37a4e0..e800832be3 100644 --- a/.github/workflows/sh.yml +++ b/.github/workflows/sh.yml @@ -20,7 +20,7 @@ jobs: outputs: run: ${{ steps.filter.outputs.run }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/should-run@2d46e676172c17700ec475a69ae0893eb55b484d + - uses: envoyproxy/toolshed/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d id: filter with: config: | diff --git a/actions/github/script/run/action.yml b/actions/github/script/run/action.yml index fa4490bf24..88ea347a19 100644 --- a/actions/github/script/run/action.yml +++ b/actions/github/script/run/action.yml @@ -16,4 +16,4 @@ inputs: runs: using: node20 main: '../../../../js/github/script/run/dist/index.js' - post: 'dist/index.js' + post: '../../../../js/github/script/run/dist/index.js'