diff --git a/actions/azp/agent-cleanup/action.yml b/actions/azp/agent-cleanup/action.yml index 3894d6668..77142fc19 100644 --- a/actions/azp/agent-cleanup/action.yml +++ b/actions/azp/agent-cleanup/action.yml @@ -21,13 +21,13 @@ runs: - id: fetch name: Fetch AZP agents list - uses: envoyproxy/toolshed/actions/fetch@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/fetch@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: url: https://dev.azure.com/${{ inputs.azp-org }}/_apis/distributedtask/pools/${{ inputs.pool-id }}/agents?api-version=7.1-preview.1 args: -u ":${{ inputs.azp-token }}" - name: Get dead AZP agent ids - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input-format: json-path input: ${{ steps.fetch.outputs.path }} diff --git a/actions/bind-mounts/action.yml b/actions/bind-mounts/action.yml index fe122f38e..6e2989c83 100644 --- a/actions/bind-mounts/action.yml +++ b/actions/bind-mounts/action.yml @@ -23,7 +23,7 @@ runs: using: composite steps: - name: Bind mount directories - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: mount with: input: ${{ inputs.mounts }} diff --git a/actions/bson/action.yml b/actions/bson/action.yml index 0c90e48a7..195f9a1c6 100644 --- a/actions/bson/action.yml +++ b/actions/bson/action.yml @@ -48,7 +48,7 @@ runs: chmod +x $TMPFILE echo "path=$TMPFILE" >> $GITHUB_OUTPUT shell: bash - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: command with: input: ${{ inputs.input }} @@ -76,7 +76,7 @@ runs: TMPFILE: ${{ steps.script.outputs.path }} shell: bash - id: output - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ inputs.result-filter }} with: input: ${{ steps.run.outputs.output }} diff --git a/actions/buildah/action.yml b/actions/buildah/action.yml index cb508fa93..766004a4f 100644 --- a/actions/buildah/action.yml +++ b/actions/buildah/action.yml @@ -65,7 +65,7 @@ runs: echo '${{ inputs.gcr-key }}' | base64 -d | buildah login --username _json_key --password-stdin gcr.io echo "::endgroup::" - name: Execute buildah operations - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: execute with: title: Execute buildah operations diff --git a/actions/cache/prime/action.yml b/actions/cache/prime/action.yml index b8f8d4a7c..7769da48f 100644 --- a/actions/cache/prime/action.yml +++ b/actions/cache/prime/action.yml @@ -70,7 +70,7 @@ runs: id: gcs-object if: >- inputs.cache-type == 'gcs' - uses: envoyproxy/toolshed/actions/gcs/cache/exists@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gcs/cache/exists@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: bucket: ${{ inputs.gcs-bucket }} key: ${{ inputs.key }} @@ -78,7 +78,7 @@ runs: id: artifact-object if: >- inputs.cache-type == 'artifact' - uses: envoyproxy/toolshed/actions/github/artifact/cache/id@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/artifact/cache/id@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: name: ${{ inputs.key }} wf-path: ${{ inputs.artifact-wf-path }} @@ -94,7 +94,7 @@ runs: key: ${{ inputs.key }} # Mutex - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: >- ! inputs.lock-id && steps.cache-restore-initial.outputs.cache-hit != 'true' @@ -106,7 +106,7 @@ runs: options: -Rr filter: | @base64 - - uses: envoyproxy/toolshed/actions/github/mutex@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/github/mutex@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: >- inputs.lock-token && steps.cache-restore-initial.outputs.cache-hit != 'true' @@ -134,7 +134,7 @@ runs: if: >- inputs.cache-type == 'artifact' && steps.artifact-object.outputs.exists == '' - uses: envoyproxy/toolshed/actions/github/artifact/cache/id@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/artifact/cache/id@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: name: ${{ inputs.key }} wf-path: ${{ inputs.artifact-wf-path }} @@ -143,7 +143,7 @@ runs: if: >- inputs.cache-type == 'gcs' && steps.gcs-object.outputs.exists != 'true' - uses: envoyproxy/toolshed/actions/gcs/cache/exists@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gcs/cache/exists@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: bucket: ${{ inputs.gcs-bucket }} key: ${{ inputs.key }} @@ -210,7 +210,7 @@ runs: - if: >- steps.restore.outputs.save == 'true' && inputs.gcs-bucket - uses: envoyproxy/toolshed/actions/gcs/cache/save@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gcs/cache/save@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: bucket: ${{ inputs.gcs-bucket }} key: ${{ inputs.key }} @@ -220,7 +220,7 @@ runs: if: >- steps.restore.outputs.save == 'true' && inputs.cache-type == 'artifact' - uses: envoyproxy/toolshed/actions/github/artifact/cache/save@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/artifact/cache/save@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: name: ${{ inputs.artifact-name }} path: ${{ inputs.path || inputs.path-tmp }} diff --git a/actions/cache/restore/action.yml b/actions/cache/restore/action.yml index c3a07a763..98b1540b7 100644 --- a/actions/cache/restore/action.yml +++ b/actions/cache/restore/action.yml @@ -72,7 +72,7 @@ runs: if: >- inputs.cache-type == 'gcs' id: cache-restore-gcs - uses: envoyproxy/toolshed/actions/gcs/cache/restore@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gcs/cache/restore@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: bucket: ${{ inputs.gcs-bucket }} path: ${{ inputs.path || inputs.path-tmp }} @@ -81,7 +81,7 @@ runs: if: >- inputs.cache-type == 'artifact' id: cache-restore-artifact - uses: envoyproxy/toolshed/actions/github/artifact/cache/restore@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/artifact/cache/restore@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: id: ${{ inputs.artifact-id }} name: ${{ inputs.artifact-name }} diff --git a/actions/docker/cache/prime/action.yml b/actions/docker/cache/prime/action.yml index 722fb14ed..850745cc3 100644 --- a/actions/docker/cache/prime/action.yml +++ b/actions/docker/cache/prime/action.yml @@ -21,7 +21,7 @@ outputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/actions/cache/prime@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/cache/prime@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: prime with: key: ${{ inputs.image-tag }}${{ inputs.key-suffix }} diff --git a/actions/docker/cache/restore/action.yml b/actions/docker/cache/restore/action.yml index 587ff236d..297dc33dc 100644 --- a/actions/docker/cache/restore/action.yml +++ b/actions/docker/cache/restore/action.yml @@ -18,7 +18,7 @@ inputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/actions/cache/restore@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/cache/restore@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: key: ${{ inputs.image-tag }}${{ inputs.key-suffix }} command: | diff --git a/actions/docker/fetch/action.yml b/actions/docker/fetch/action.yml index 0a6f291d7..f08cb4dd4 100644 --- a/actions/docker/fetch/action.yml +++ b/actions/docker/fetch/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/actions/fetch@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/fetch@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: fetch with: url: ${{ inputs.url }} diff --git a/actions/docker/shas/action.yml b/actions/docker/shas/action.yml index c12e6f10a..d6f5f9961 100644 --- a/actions/docker/shas/action.yml +++ b/actions/docker/shas/action.yml @@ -14,24 +14,24 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: yaml with: input: ${{ inputs.images }} input-format: yaml - - uses: envoyproxy/toolshed/actions/foreach@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/foreach@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: json_actions with: items: ${{ steps.yaml.outputs.value }} steps: | - - uses: envoyproxy/toolshed/actions/docker/sha@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/docker/sha@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: $KEY with: image: >- %{{ fromJSON(inputs.context).items['$KEY'] }} env_var: ${{ inputs.env_prefix }}_$KEY - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: images with: input: ${{ steps.json_actions.outputs.out }} diff --git a/actions/envoy/ci/request/action.yml b/actions/envoy/ci/request/action.yml index 4ce58c5c2..350a83e6b 100644 --- a/actions/envoy/ci/request/action.yml +++ b/actions/envoy/ci/request/action.yml @@ -69,7 +69,7 @@ runs: # # Only specified bots are trusted. - id: trusted - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | trusted_bots: | @@ -87,7 +87,7 @@ runs: | (. and ($input.event_name | startswith("pull_request") | not)) # Check requested changes - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: changed with: title: git diff changes from ${{ inputs.merge-commit || 'HEAD^1' }} @@ -108,7 +108,7 @@ runs: | split("\n") # Check current/requested config (currently only build-images can be overridden) - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: config with: title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }} @@ -128,7 +128,7 @@ runs: result-filter: . - id: build-images - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input-format: yaml-path input: ${{ inputs.working-directory }}/${{ inputs.config-file }} @@ -151,7 +151,7 @@ runs: | {$requested, current: .} # Check current/request versions - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Validate given version string id: version-string with: @@ -160,7 +160,7 @@ runs: input: ${{ inputs.working-directory }}/VERSION.txt filter: | validate::version - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: version with: title: fetch ${{ inputs.branch-name }}:${{ inputs.version-file }} @@ -192,7 +192,7 @@ runs: | {requested: ., current: $current} - id: request - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | actor: ${{ toJSON(github.actor) }} @@ -240,18 +240,18 @@ runs: - name: Run config id: run-config - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input-format: yaml input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }} - - uses: envoyproxy/toolshed/actions/torun@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/torun@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: torun with: event: ${{ github.event_name }} config: ${{ steps.run-config.outputs.value }} paths: ${{ steps.changed.outputs.output || '[]' }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Create data id: data with: diff --git a/actions/envoy/run/summary/action.yml b/actions/envoy/run/summary/action.yml index a7cb00abb..9d9e1a251 100644 --- a/actions/envoy/run/summary/action.yml +++ b/actions/envoy/run/summary/action.yml @@ -113,12 +113,12 @@ inputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }} with: input: ${{ inputs.context }} print-result: true - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Runtime information id: run-info with: @@ -135,13 +135,13 @@ runs: completed: .run.completed, "run-time": "\(.run.completed - .run.started | . * 100 | round / 100)s", "job-time": "\(.run.completed - .context["job-started"] | . * 100 | round / 100)s"} - - uses: envoyproxy/toolshed/actions/json/table@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/json/table@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Run information summary id: run-summary with: json: ${{ steps.run-info.outputs.value }} title: Runtime information - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: ${{ inputs.context }} options: -r diff --git a/actions/foreach/action.yml b/actions/foreach/action.yml index fe02b513a..254ea881f 100644 --- a/actions/foreach/action.yml +++ b/actions/foreach/action.yml @@ -25,7 +25,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Context id: context with: @@ -33,13 +33,13 @@ runs: filter: | ${{ inputs.context-filter }} | . * {"items": ${{ inputs.items }}} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Steps (JSON) id: steps-json with: input: ${{ inputs.steps }} input-format: yaml - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Steps id: steps-subs with: @@ -55,7 +55,7 @@ runs: | map(.key as $k | $out | . + [($steps | walk(if type == "string" then sub("\\$KEY"; "\($k)") else . end))]) | flatten - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: steps with: name: ${{ inputs.name }} diff --git a/actions/gcp/setup/action.yml b/actions/gcp/setup/action.yml index 5025f2e2a..ae9a9443d 100644 --- a/actions/gcp/setup/action.yml +++ b/actions/gcp/setup/action.yml @@ -64,7 +64,7 @@ runs: if: ${{ inputs.key }} shell: bash - - uses: envoyproxy/toolshed/actions/github/script/run@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/github/script/run@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: key if: ${{ inputs.key }} with: diff --git a/actions/gcs/fuse/action.yml b/actions/gcs/fuse/action.yml index 26d4dae8b..4d038fd79 100644 --- a/actions/gcs/fuse/action.yml +++ b/actions/gcs/fuse/action.yml @@ -131,7 +131,7 @@ runs: ARCH="arm64" fi echo "address=${GCSFUSE_DOWNLOAD_ROOT}/${GCSFUSE_VERSION}/gcsfuse_${GCSFUSE_VERSION#v}_${ARCH}.deb" >> $GITHUB_OUTPUT - - uses: envoyproxy/toolshed/actions/fetch@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/fetch@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Fetch gcsfuse if: ${{ steps.status.outputs.installed != 'true' }} with: @@ -171,7 +171,7 @@ runs: echo "key-path=${KEY_PATH}" >> $GITHUB_OUTPUT echo "GOOGLE_APPLICATION_CREDENTIALS=${KEY_PATH}" >> $GITHUB_ENV shell: bash - - uses: envoyproxy/toolshed/actions/github/script/run@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/github/script/run@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Mount GCS bucket id: mount env: @@ -232,7 +232,7 @@ runs: post: | rm -rf ${{ steps.sa.outputs.key-path }} ${AS_ROOT} fusermount -u "${{ inputs.mount-point }}" || true - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Parse mount with: input: ${{ steps.mount.outputs.output-path }} diff --git a/actions/github/afterall/action.yml b/actions/github/afterall/action.yml index 428360c5c..33ca85aa2 100644 --- a/actions/github/afterall/action.yml +++ b/actions/github/afterall/action.yml @@ -56,7 +56,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: workflows with: options: -sRc @@ -65,7 +65,7 @@ runs: . | split("\n") | map(select(length > 0)) - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: check-workflows env: GH_TOKEN: ${{ inputs.token }} diff --git a/actions/github/artifact/cache/restore/action.yml b/actions/github/artifact/cache/restore/action.yml index 8b4fd00ba..cca99651c 100644 --- a/actions/github/artifact/cache/restore/action.yml +++ b/actions/github/artifact/cache/restore/action.yml @@ -29,7 +29,7 @@ runs: if: >- ! inputs.id id: cache-id - uses: envoyproxy/toolshed/actions/github/artifact/cache/id@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/artifact/cache/id@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: name: ${{ inputs.name }} token: ${{ inputs.token }} diff --git a/actions/github/checkout/action.yml b/actions/github/checkout/action.yml index 4a7cb123a..c9e7992e9 100644 --- a/actions/github/checkout/action.yml +++ b/actions/github/checkout/action.yml @@ -79,7 +79,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/github/merge-commit@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/github/merge-commit@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: merge-commit name: Fetch merge commit hash if: ${{ inputs.pr != '' && fromJSON(inputs.fetch-merge-commit) }} @@ -91,7 +91,7 @@ runs: # otherwise the config value is respected. - name: Parse YAML config id: parsed-config - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: ${{ inputs.config || '{}' }} input-format: yaml @@ -138,7 +138,7 @@ runs: - name: Config id: config-token if: ${{ inputs.ssh-key == '' }} - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: ${{ inputs.token || github.token }} options: -R @@ -151,7 +151,7 @@ runs: | del(.branch, .["requested-ref"]) - name: Config id: config-ssh - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ inputs.ssh-key != '' }} with: input: ${{ inputs.ssh-key }} @@ -190,7 +190,7 @@ runs: COMMITTER_EMAIL: ${{ inputs.committer-email }} shell: bash - id: branch - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: ${{ fromJSON(steps.parsed-config.outputs.value).branch }} input-format: text diff --git a/actions/github/command/action.yml b/actions/github/command/action.yml index 28b8e5a0e..5051479c3 100644 --- a/actions/github/command/action.yml +++ b/actions/github/command/action.yml @@ -17,7 +17,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Parse command from text id: command with: diff --git a/actions/github/issue/get/action.yml b/actions/github/issue/get/action.yml index 6f7a60fe7..31b293735 100644 --- a/actions/github/issue/get/action.yml +++ b/actions/github/issue/get/action.yml @@ -60,7 +60,7 @@ runs: shell: bash env: GH_TOKEN: "${{ inputs.GITHUB_TOKEN }}" - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: issue-id with: input: ${{ steps.issue-query.outputs.result }} diff --git a/actions/github/merge-commit/action.yml b/actions/github/merge-commit/action.yml index 707d33949..7c89c7577 100644 --- a/actions/github/merge-commit/action.yml +++ b/actions/github/merge-commit/action.yml @@ -32,14 +32,14 @@ runs: shell: bash env: URL: https://api.github.com/repos/${{ inputs.repository }}/pulls/${{ inputs.pr }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: jq with: input: ${{ steps.fetch.outputs.response }} options: -r filter: | .merge_commit_sha // "" - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ ! steps.jq.outputs.value }} with: input: ${{ steps.fetch.outputs.response }} diff --git a/actions/github/pr/action.yml b/actions/github/pr/action.yml index 7f85a3160..81063238c 100644 --- a/actions/github/pr/action.yml +++ b/actions/github/pr/action.yml @@ -59,7 +59,7 @@ runs: using: composite steps: - name: Checkout branch (${{ inputs.branch }}) - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc env: GH_TOKEN: ${{ inputs.GITHUB_TOKEN }} CI_DEBUG: true @@ -91,7 +91,7 @@ runs: | "${{ inputs.template-create-pr }}" - name: Upload diff - uses: envoyproxy/toolshed/actions/upload/diff@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/upload/diff@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ inputs.diff-upload }} with: diff: HEAD^1 diff --git a/actions/github/release/action.yml b/actions/github/release/action.yml index d95127399..c29a86a20 100644 --- a/actions/github/release/action.yml +++ b/actions/github/release/action.yml @@ -64,7 +64,7 @@ runs: steps: - name: Check release status id: status - uses: envoyproxy/toolshed/actions/github/release/status@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/release/status@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: name: ${{ inputs.name }} repository: ${{ inputs.repository }} @@ -80,7 +80,7 @@ runs: && fromJSON(inputs.artifacts) && ! fromJSON(steps.status.outputs.version).is_dev name: Download artifacts from workflow runs - uses: envoyproxy/toolshed/actions/github/release/artifacts@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/release/artifacts@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: filter-artifacts: ${{ inputs.filter-artifacts }} gpg-fingerprint: ${{ inputs.gpg-fingerprint }} @@ -92,7 +92,7 @@ runs: if: >- fromJSON(steps.status.outputs.continue) && ! fromJSON(steps.status.outputs.version).is_dev - uses: envoyproxy/toolshed/actions/github/release/publish@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/release/publish@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: assets: ${{ fromJSON(inputs.artifacts) && format('{0}/*', inputs.publish-directory) || '' }} dry-run: ${{ inputs.dry-run }} diff --git a/actions/github/release/artifacts/action.yml b/actions/github/release/artifacts/action.yml index c3da008ed..722ca13d3 100644 --- a/actions/github/release/artifacts/action.yml +++ b/actions/github/release/artifacts/action.yml @@ -41,7 +41,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Generate download config id: download-config with: @@ -60,7 +60,7 @@ runs: name: $name, run_id: $run_ids[.]}}) | from_entries - - uses: envoyproxy/toolshed/actions/foreach@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/foreach@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: steps.download-config.outputs.value with: items: ${{ steps.download-config.outputs.value }} @@ -80,7 +80,7 @@ runs: - name: List downloaded artifacts id: artifacts if: steps.download-config.outputs.value - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: catch-errors: true input: | @@ -108,7 +108,7 @@ runs: if: >- steps.artifacts.outputs.output != '' && steps.artifacts.outputs.output != '{}' - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | artifacts: ${{ steps.artifacts.outputs.output }} @@ -125,14 +125,14 @@ runs: if: >- steps.artifacts.outputs.output != '' && steps.artifacts.outputs.output != '{}' - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: ${{ steps.artifacts.outputs.output }} - name: Generate workflow artifacts table if: >- steps.artifacts.outputs.output != '' && steps.artifacts.outputs.output != '{}' - uses: envoyproxy/toolshed/actions/json/table@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/json/table@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: title: Artifacts to publish append: true @@ -164,7 +164,7 @@ runs: steps.artifacts.outputs.output != '{}' && steps.artifacts.outputs.output != '' && inputs.gpg-fingerprint != '' - uses: envoyproxy/toolshed/actions/gpg/sign@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gpg/sign@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: debug: ${{ inputs.debug }} fingerprint: ${{ inputs.gpg-fingerprint }} diff --git a/actions/github/release/latest/action.yml b/actions/github/release/latest/action.yml index 4d7c0574d..52f7f7b20 100644 --- a/actions/github/release/latest/action.yml +++ b/actions/github/release/latest/action.yml @@ -36,7 +36,7 @@ runs: using: composite steps: - id: latest - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | repo: ${{ inputs.repository }} diff --git a/actions/github/release/publish/action.yml b/actions/github/release/publish/action.yml index 4e2c95ff9..2dd36d444 100644 --- a/actions/github/release/publish/action.yml +++ b/actions/github/release/publish/action.yml @@ -63,7 +63,7 @@ inputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: >- inputs.assets id: assets @@ -75,7 +75,7 @@ runs: . | split("\n") | join(" ") - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: release env: GH_TOKEN: ${{ inputs.token }} @@ -112,7 +112,7 @@ runs: && '(dry-run)' || '' }} if: fromJSON(inputs.summary) - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | result: ${{ steps.release.outputs.output || '[]' }} diff --git a/actions/github/release/shas/action.yml b/actions/github/release/shas/action.yml index 6360a15d5..9a26b011c 100644 --- a/actions/github/release/shas/action.yml +++ b/actions/github/release/shas/action.yml @@ -24,7 +24,7 @@ runs: using: composite steps: - id: filtered-assets - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | tag: ${{ inputs.tag }} diff --git a/actions/github/release/status/action.yml b/actions/github/release/status/action.yml index 56b7f380e..7c974ae61 100644 --- a/actions/github/release/status/action.yml +++ b/actions/github/release/status/action.yml @@ -42,20 +42,20 @@ runs: steps: - name: Check all workflows ran id: afterall - uses: envoyproxy/toolshed/actions/github/afterall@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/github/afterall@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: sha: ${{ inputs.sha }} workflows: ${{ inputs.workflows }} repo: ${{ inputs.repository }} - name: Version info id: version - uses: envoyproxy/toolshed/actions/version@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/version@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: version: ${{ inputs.version }} version-file: ${{ inputs.version-file }} - name: Status summary title id: status-summary-title - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: input: | name: ${{ inputs.name }} @@ -72,7 +72,7 @@ runs: end) as $release_info | "${{ inputs.template-status }}" - name: Versions info - uses: envoyproxy/toolshed/actions/json/table@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/json/table@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: append: true output-path: GITHUB_STEP_SUMMARY @@ -97,7 +97,7 @@ runs: "continue": .continue, } - name: Generate workflow status table - uses: envoyproxy/toolshed/actions/json/table@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/json/table@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: title: Required Workflows Status append: true diff --git a/actions/github/run/action.yml b/actions/github/run/action.yml index cd07d7be2..405faceba 100644 --- a/actions/github/run/action.yml +++ b/actions/github/run/action.yml @@ -112,10 +112,10 @@ runs: steps: - if: ${{ fromJSON(inputs.diskspace-hack) }} name: Free diskspace - uses: envoyproxy/toolshed/actions/diskspace@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/diskspace@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: to_remove: ${{ inputs.diskspace-hack-paths }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Generate download config if: ${{ inputs.downloads }} id: download-config @@ -132,7 +132,7 @@ runs: else "${{ runner.temp }}/\(.)" end) - - uses: envoyproxy/toolshed/actions/foreach@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/foreach@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ steps.download-config.outputs.value }} with: items: ${{ steps.download-config.outputs.value }} @@ -175,7 +175,7 @@ runs: OUTPUT_DATA: ${{ inputs.output-path }} shell: bash - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: entrypoint with: input: | @@ -185,7 +185,7 @@ runs: output-path: ${{ steps.paths.outputs.entrypoint }} print-output: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: source with: input: | @@ -194,27 +194,27 @@ runs: options: -Rsr output-path: ${{ steps.paths.outputs.source }} print-output: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Generate run context (steps-pre) id: context-steps-pre with: input: ${{ inputs.steps-pre || '""' }} options: -Rs input-format: string - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Generate run context (steps-post) id: context-steps-post with: input: ${{ inputs.steps-post || '""' }} options: -Rs input-format: string - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Pre report if: ${{ inputs.report-pre }} with: steps: ${{ inputs.report-pre }} context: ${{ inputs.context }} - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Run pre steps if: ${{ inputs.steps-pre }} with: @@ -242,7 +242,7 @@ runs: id: command shell: bash - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ always() }} id: started with: @@ -276,21 +276,21 @@ runs: env: COMMAND: ${{ steps.command.outputs.command }} TARGET_PATH: ${{ inputs.working-directory }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: cancelled if: ${{ cancelled() }} with: options: -r filter: | true - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ always() }} id: completed with: options: -r filter: now - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ ! (cancelled() || fromJSON(steps.cancelled.outputs.value || 'false')) }} with: input-format: string-path @@ -309,7 +309,7 @@ runs: error: $error_match, fail: $fail_match}) - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Generate run context id: context if: ${{ always() }} @@ -330,7 +330,7 @@ runs: | {"run": ., "context": ${{ inputs.context || '{}' }}} - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ inputs.container-output && ( ! (cancelled() || fromJSON(steps.cancelled.outputs.value || 'false'))) }} with: input: | @@ -350,21 +350,21 @@ runs: | "\($dir)/\($v)" as $target | "mkdir -p $(dirname \($dir_target))\n\(env.CONTAINER_COMMAND) cp -a \($k) \($target)") | join("\n") - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Run post steps if: ${{ inputs.steps-post && ! (fromJSON(steps.context.outputs.value).run.cancelled || cancelled()) }} with: name: ${{ inputs.steps-post-name }} steps: ${{ inputs.steps-post }} context: ${{ steps.context.outputs.value }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: post-failed if: ${{ failure() && inputs.upload-name && inputs.upload-path }} with: input: ${{ steps.context.outputs.value }} filter: | .run["post-steps-failed"] = true - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Post report if: ${{ inputs.report-post && ! (fromJSON(steps.context.outputs.value).run.cancelled || cancelled()) }} with: @@ -376,21 +376,21 @@ runs: with: name: ${{ inputs.upload-name }} path: ${{ startsWith(inputs.upload-path, '/') && inputs.upload-path || format('{0}/{1}', runner.temp, inputs.upload-path) }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: upload-failed if: ${{ failure() && inputs.upload-name && inputs.upload-path }} with: input: ${{ steps.post-failed.outputs.value || steps.context.outputs.value }} filter: | .run["upload-failed"] = true - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: run-cancelled if: ${{ cancelled() }} with: input: ${{ steps.post-failed.outputs.value || steps.context.outputs.value }} filter: | .run["cancelled"] = true - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Job summary if: ${{ always() && inputs.summary-post }} with: diff --git a/actions/github/should-run/action.yml b/actions/github/should-run/action.yml index 048831d0c..7fa30ab75 100644 --- a/actions/github/should-run/action.yml +++ b/actions/github/should-run/action.yml @@ -41,7 +41,7 @@ runs: if: inputs.checkout-repo with: fetch-depth: 0 - - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: changed with: input: | @@ -59,20 +59,20 @@ runs: result-filter: | rtrimstr("\n") | split("\n") - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: config with: input: ${{ inputs.config }} input-format: yaml filter: | {"check": .} - - uses: envoyproxy/toolshed/actions/torun@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/torun@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: torun with: event: ${{ inputs.event }} paths: ${{ steps.changed.outputs.output }} config: ${{ steps.config.outputs.value }} - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: check with: input: ${{ steps.torun.outputs.runs }} diff --git a/actions/gpg/action.yml b/actions/gpg/action.yml index 4c88b8838..be84e26a2 100644 --- a/actions/gpg/action.yml +++ b/actions/gpg/action.yml @@ -29,14 +29,14 @@ runs: id: gpg if: >- inputs.gpg-key == '' - uses: envoyproxy/toolshed/actions/gpg/generate@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gpg/generate@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: debug: ${{ inputs.debug }} - name: Import GPG key id: gpg-import if: >- inputs.gpg-key != '' - uses: envoyproxy/toolshed/actions/gpg/import@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/gpg/import@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: key: ${{ inputs.gpg-key }} passphrase: ${{ inputs.gpg-password }} diff --git a/actions/gpg/import/action.yml b/actions/gpg/import/action.yml index ff25a908e..09fff6366 100644 --- a/actions/gpg/import/action.yml +++ b/actions/gpg/import/action.yml @@ -25,7 +25,7 @@ runs: gpg_private_key: ${{ inputs.key }} passphrase: ${{ inputs.passphrase }} - - uses: envoyproxy/toolshed/actions/github/script/run@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/github/script/run@5544efa32de04553cf299b2b02e1bf7b6f1d43dc if: ${{ inputs.passphrase && inputs.passphrase-path }} with: run: | diff --git a/actions/json/table/action.yml b/actions/json/table/action.yml index 629a33af7..f842eaa7c 100644 --- a/actions/json/table/action.yml +++ b/actions/json/table/action.yml @@ -90,7 +90,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc name: Generate table id: table with: @@ -109,7 +109,7 @@ runs: ${{ inputs.mutate-cells || '.cell' }}; ${{ inputs.sanitize-filter || '.' }}) - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: summary if: ${{ steps.table.outputs.value }} with: diff --git a/actions/oci/collector/action.yml b/actions/oci/collector/action.yml index 6d487d5f2..aee433552 100644 --- a/actions/oci/collector/action.yml +++ b/actions/oci/collector/action.yml @@ -80,7 +80,7 @@ runs: ls -la ${{ inputs.oci-tmp-path }} echo "::endgroup::" - name: Buildah operations - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: operations with: input: | @@ -117,7 +117,7 @@ runs: args: ["push", "--all", $manifest_name, "docker://\($additional_tag)"], metadata: {tag: $additional_tag}})] - name: Execute buildah operations - uses: envoyproxy/toolshed/actions/buildah@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/buildah@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: buildah with: operations: ${{ steps.operations.outputs.value }} diff --git a/actions/regctl/install/action.yml b/actions/regctl/install/action.yml index 0132b8d79..ac9cc329c 100644 --- a/actions/regctl/install/action.yml +++ b/actions/regctl/install/action.yml @@ -19,7 +19,7 @@ runs: using: 'composite' steps: - name: Fetch regctl - uses: envoyproxy/toolshed/actions/fetch@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/fetch@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: url: https://github.com/regclient/regclient/releases/download/${{ inputs.version }}/regctl-linux-${{ inputs.arch }} path: /tmp/regctl diff --git a/actions/test-runner/action.yml b/actions/test-runner/action.yml index c9c388ae0..72dc4106e 100644 --- a/actions/test-runner/action.yml +++ b/actions/test-runner/action.yml @@ -25,7 +25,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: config with: input: ${{ inputs.config }} @@ -50,7 +50,7 @@ runs: MOCK_LOG="$(mktemp)" echo "MOCK_LOG=${MOCK_LOG}" >> "$GITHUB_ENV" echo "${ACTION_TEST_PATH}/mocks:$PATH" >> $GITHUB_PATH - - uses: envoyproxy/toolshed/actions/using/steps@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/using/steps@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: run with: name: Run test diff --git a/actions/test-runner/tests/test-runner.test.yml b/actions/test-runner/tests/test-runner.test.yml index 9a65039fb..cc392e7d0 100644 --- a/actions/test-runner/tests/test-runner.test.yml +++ b/actions/test-runner/tests/test-runner.test.yml @@ -6,7 +6,7 @@ before: - shell: bash run: | mkdir -p /tmp/testfiles -- uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 +- uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: before with: input-format: yaml @@ -17,7 +17,7 @@ before: run: | echo "BEFORE" >> /tmp/test-output mkdir /tmp/DELETEME - uses: envoyproxy/toolshed/actions/diskspace@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/diskspace@5544efa32de04553cf299b2b02e1bf7b6f1d43dc with: background: false to_remove: | diff --git a/actions/using/recurse/action.yml b/actions/using/recurse/action.yml index fa39916d7..583389cc3 100644 --- a/actions/using/recurse/action.yml +++ b/actions/using/recurse/action.yml @@ -11,7 +11,7 @@ runs: steps: # .tmp.action/action.yml **must** be hardcoded - - uses: envoyproxy/toolshed/actions/jq@718038ba06daddeee163f264a77aa47b31a66779 + - uses: envoyproxy/toolshed/actions/jq@5544efa32de04553cf299b2b02e1bf7b6f1d43dc id: yaml with: input: ${{ inputs.with }} diff --git a/actions/version/action.yml b/actions/version/action.yml index f94c14265..85bc09db4 100644 --- a/actions/version/action.yml +++ b/actions/version/action.yml @@ -27,7 +27,7 @@ runs: using: composite steps: - id: version - uses: envoyproxy/toolshed/actions/bson@718038ba06daddeee163f264a77aa47b31a66779 + uses: envoyproxy/toolshed/actions/bson@5544efa32de04553cf299b2b02e1bf7b6f1d43dc env: VERSION: ${{ inputs.version }} VERSION_FILE: ${{ inputs.version-file }}