diff --git a/deps/requirements.txt b/deps/requirements.txt index b8bb2c618d..10bfc89b5c 100644 --- a/deps/requirements.txt +++ b/deps/requirements.txt @@ -64,7 +64,7 @@ yarl>=1.7.2 zstandard types-aiofiles -types-docutils==0.21.0.20250715 +types-docutils==0.22.2.20251006 types-frozendict types-orjson types-protobuf diff --git a/gh-actions/azp/agent-cleanup/action.yml b/gh-actions/azp/agent-cleanup/action.yml index 40dea373f5..7c8df90d37 100644 --- a/gh-actions/azp/agent-cleanup/action.yml +++ b/gh-actions/azp/agent-cleanup/action.yml @@ -21,13 +21,13 @@ runs: - id: fetch name: Fetch AZP agents list - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input-format: json-path input: ${{ steps.fetch.outputs.path }} diff --git a/gh-actions/bson/action.yml b/gh-actions/bson/action.yml index 0489987f4b..e06e7b17c4 100644 --- a/gh-actions/bson/action.yml +++ b/gh-actions/bson/action.yml @@ -48,7 +48,7 @@ runs: chmod +x $TMPFILE echo "path=$TMPFILE" >> $GITHUB_OUTPUT shell: bash - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: command with: input: ${{ inputs.input }} @@ -76,7 +76,7 @@ runs: TMPFILE: ${{ steps.script.outputs.path }} shell: bash - id: output - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ inputs.result-filter }} with: input: ${{ steps.run.outputs.output }} diff --git a/gh-actions/buildah/action.yml b/gh-actions/buildah/action.yml index fce9cd8850..6253225fe8 100644 --- a/gh-actions/buildah/action.yml +++ b/gh-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/gh-actions/bson@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 id: execute with: title: Execute buildah operations diff --git a/gh-actions/cache/prime/action.yml b/gh-actions/cache/prime/action.yml index 5b0eb67dac..406ec69675 100644 --- a/gh-actions/cache/prime/action.yml +++ b/gh-actions/cache/prime/action.yml @@ -57,7 +57,7 @@ runs: - name: Check GCS bucket cache id: gcs-object if: ${{ inputs.gcs-bucket }} - uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.24 with: bucket: ${{ inputs.gcs-bucket }} key: ${{ inputs.key }} @@ -70,7 +70,7 @@ runs: lookup-only: true path: ${{ inputs.path || inputs.path-tmp }} key: ${{ inputs.key }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ ! inputs.lock-id && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }} id: lock-id with: @@ -78,7 +78,7 @@ runs: options: -Rr filter: | @base64 - - uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.24 if: ${{ inputs.lock-token && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }} with: key: ${{ inputs.lock-id || steps.lock-id.outputs.value }} @@ -96,7 +96,7 @@ runs: - name: Check GCS bucket cache id: gcs-object-recheck if: ${{ inputs.gcs-bucket && steps.gcs-object.outputs.exists != 'true' }} - uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.24 with: bucket: ${{ inputs.gcs-bucket }} key: ${{ inputs.key }} @@ -156,7 +156,7 @@ runs: key: ${{ inputs.key }} - if: ${{ steps.restore.outputs.save == 'true' && inputs.gcs-bucket }} - uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@actions-v0.3.24 with: bucket: ${{ inputs.gcs-bucket }} key: ${{ inputs.key }} diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index 743fd92121..73f41d1537 100644 --- a/gh-actions/cache/restore/action.yml +++ b/gh-actions/cache/restore/action.yml @@ -54,7 +54,7 @@ runs: - name: Restore GCS cache if: ${{ inputs.gcs-bucket }} id: cache-restore-gcs - uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.24 with: bucket: ${{ inputs.gcs-bucket }} path: ${{ inputs.path || inputs.path-tmp }} diff --git a/gh-actions/docker/cache/prime/action.yml b/gh-actions/docker/cache/prime/action.yml index b7cfbb1265..4e78d17baf 100644 --- a/gh-actions/docker/cache/prime/action.yml +++ b/gh-actions/docker/cache/prime/action.yml @@ -21,7 +21,7 @@ outputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.24 id: prime with: key: ${{ inputs.image-tag }}${{ inputs.key-suffix }} diff --git a/gh-actions/docker/cache/restore/action.yml b/gh-actions/docker/cache/restore/action.yml index 041016908e..43682d3295 100644 --- a/gh-actions/docker/cache/restore/action.yml +++ b/gh-actions/docker/cache/restore/action.yml @@ -15,7 +15,7 @@ inputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.24 with: key: ${{ inputs.image-tag }}${{ inputs.key-suffix }} command: | diff --git a/gh-actions/docker/fetch/action.yml b/gh-actions/docker/fetch/action.yml index a85fb5ed6d..5eb862a9d5 100644 --- a/gh-actions/docker/fetch/action.yml +++ b/gh-actions/docker/fetch/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.24 id: fetch with: url: ${{ inputs.url }} diff --git a/gh-actions/docker/shas/action.yml b/gh-actions/docker/shas/action.yml index 3c509a4b67..ea3088c1eb 100644 --- a/gh-actions/docker/shas/action.yml +++ b/gh-actions/docker/shas/action.yml @@ -14,24 +14,24 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: yaml with: input: ${{ inputs.images }} input-format: yaml - - uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.24 id: json_actions with: items: ${{ steps.yaml.outputs.value }} steps: | - - uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.3.24 id: $KEY with: image: >- %{{ fromJSON(inputs.context).items['$KEY'] }} env_var: ${{ inputs.env_prefix }}_$KEY - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: images with: input: ${{ steps.json_actions.outputs.out }} diff --git a/gh-actions/envoy/ci/env/action.yml b/gh-actions/envoy/ci/env/action.yml index e9f47c65aa..0ef92e87f1 100644 --- a/gh-actions/envoy/ci/env/action.yml +++ b/gh-actions/envoy/ci/env/action.yml @@ -52,7 +52,7 @@ runs: steps: # Check current/requested config (currently only build-images can be overridden) - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 id: config with: title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }} @@ -70,7 +70,7 @@ runs: result-filter: . - id: build-images - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input-format: yaml-path input: ${{ inputs.config-file }} @@ -86,7 +86,7 @@ runs: | {$requested} # Check request version - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Validate given version string id: version with: @@ -105,7 +105,7 @@ runs: | {requested: .} - id: request - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: | actor: ${{ toJSON(github.actor) }} @@ -138,12 +138,12 @@ runs: - name: Run config id: run-config - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input-format: yaml input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Create data id: data with: diff --git a/gh-actions/envoy/ci/request/action.yml b/gh-actions/envoy/ci/request/action.yml index 9d1120e486..36106d03ea 100644 --- a/gh-actions/envoy/ci/request/action.yml +++ b/gh-actions/envoy/ci/request/action.yml @@ -69,7 +69,7 @@ runs: # # Only specified bots are trusted. - id: trusted - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: | trusted_bots: | @@ -87,7 +87,7 @@ runs: | (. and ($input.event_name | startswith("pull_request") | not)) # Check requested changes - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 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/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 id: config with: title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }} @@ -128,7 +128,7 @@ runs: result-filter: . - id: build-images - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 id: version with: title: fetch ${{ inputs.branch-name }}:${{ inputs.version-file }} @@ -192,7 +192,7 @@ runs: | {requested: ., current: $current} - id: request - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: | actor: ${{ toJSON(github.actor) }} @@ -240,18 +240,18 @@ runs: - name: Run config id: run-config - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input-format: yaml input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }} - - uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.24 id: torun with: event: ${{ github.event_name }} config: ${{ steps.run-config.outputs.value }} paths: ${{ steps.changed.outputs.output || '[]' }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Create data id: data with: diff --git a/gh-actions/envoy/run/summary/action.yml b/gh-actions/envoy/run/summary/action.yml index f85a9a2531..b6cba1ba9b 100644 --- a/gh-actions/envoy/run/summary/action.yml +++ b/gh-actions/envoy/run/summary/action.yml @@ -113,12 +113,12 @@ inputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }} with: input: ${{ inputs.context }} print-result: true - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/json/table@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.24 name: Run information summary id: run-summary with: json: ${{ steps.run-info.outputs.value }} title: Runtime information - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: ${{ inputs.context }} options: -r diff --git a/gh-actions/foreach/action.yml b/gh-actions/foreach/action.yml index ebf700d7cd..98f10cd098 100644 --- a/gh-actions/foreach/action.yml +++ b/gh-actions/foreach/action.yml @@ -25,7 +25,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Context id: context with: @@ -33,13 +33,13 @@ runs: filter: | ${{ inputs.context-filter }} | . * {"items": ${{ inputs.items }}} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Steps (JSON) id: steps-json with: input: ${{ inputs.steps }} input-format: yaml - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/using/steps@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.24 id: steps with: name: ${{ inputs.name }} diff --git a/gh-actions/gcp/setup/action.yml b/gh-actions/gcp/setup/action.yml index bfe196fe0b..39f0196471 100644 --- a/gh-actions/gcp/setup/action.yml +++ b/gh-actions/gcp/setup/action.yml @@ -64,7 +64,7 @@ runs: if: ${{ inputs.key }} shell: bash - - uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.24 id: key if: ${{ inputs.key }} with: diff --git a/gh-actions/gcs/fuse/action.yml b/gh-actions/gcs/fuse/action.yml index 6fe9e4103b..653ad64f3f 100644 --- a/gh-actions/gcs/fuse/action.yml +++ b/gh-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/gh-actions/fetch@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.24 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/gh-actions/github/script/run@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Parse mount with: input: ${{ steps.mount.outputs.output-path }} diff --git a/gh-actions/github/checkout/action.yml b/gh-actions/github/checkout/action.yml index bdab429aeb..6c1056c883 100644 --- a/gh-actions/github/checkout/action.yml +++ b/gh-actions/github/checkout/action.yml @@ -42,7 +42,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.3.24 id: merge-commit name: Fetch merge commit hash if: ${{ inputs.pr && fromJSON(inputs.fetch-merge-commit) }} @@ -57,7 +57,7 @@ runs: # depth of the checked ancestor. - name: Parse YAML config id: parsed-config - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: ${{ inputs.config || '{}' }} input-format: yaml @@ -102,7 +102,7 @@ runs: - name: Config id: config-token if: ${{ inputs.ssh-key == '' }} - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: ${{ inputs.token || github.token }} options: -R @@ -115,7 +115,7 @@ runs: | del(.branch, .["requested-ref"]) - name: Config id: config-ssh - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ inputs.ssh-key != '' }} with: input: ${{ inputs.ssh-key }} @@ -151,7 +151,7 @@ runs: COMMITTER_EMAIL: ${{ inputs.committer-email }} shell: bash - id: branch - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: ${{ fromJSON(steps.parsed-config.outputs.value).branch }} input-format: text diff --git a/gh-actions/github/command/action.yml b/gh-actions/github/command/action.yml index 90a6308522..a37a2e3f22 100644 --- a/gh-actions/github/command/action.yml +++ b/gh-actions/github/command/action.yml @@ -17,7 +17,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Parse command from text id: command with: diff --git a/gh-actions/github/env/load/action.yml b/gh-actions/github/env/load/action.yml index df4d276586..6a16c6f260 100644 --- a/gh-actions/github/env/load/action.yml +++ b/gh-actions/github/env/load/action.yml @@ -36,7 +36,7 @@ runs: using: composite steps: # For dispatch events we have to find the request via the Request workflow - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 name: Find request id: find-request if: ${{ inputs.head-sha }} @@ -47,7 +47,7 @@ runs: | ("${{ inputs.template-script-current }}" | bash::output) - name: Download environment data id: download - uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.3.24 with: name: ${{ inputs.name }} path: ${{ runner.temp }} @@ -55,7 +55,7 @@ runs: - name: Validate environment source if: ${{ github.event_name == 'workflow_run' }} - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 with: input: | workflow_event: ${{ toJSON(github.event.workflow_run.event) }} @@ -79,7 +79,7 @@ runs: else "✓ Environment source validation passed" end - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Load env data id: data with: diff --git a/gh-actions/github/env/save/action.yml b/gh-actions/github/env/save/action.yml index 989f1d11af..7afd6153d1 100644 --- a/gh-actions/github/env/save/action.yml +++ b/gh-actions/github/env/save/action.yml @@ -20,7 +20,7 @@ runs: # Create temporary directory OUTPUT_DIR=$(mktemp -d) echo "directory=${OUTPUT_DIR}" >> $GITHUB_OUTPUT - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Check proxy data id: env with: diff --git a/gh-actions/github/env/summary/action.yml b/gh-actions/github/env/summary/action.yml index a39367f3a3..85ba6d61e7 100644 --- a/gh-actions/github/env/summary/action.yml +++ b/gh-actions/github/env/summary/action.yml @@ -61,7 +61,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: linked-title with: input: | @@ -76,7 +76,7 @@ runs: options: -r filter: gfm::event_title - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: title with: input: | @@ -92,7 +92,7 @@ runs: filter: gfm::event_title # This generates a filter from configuration - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Table filter id: table-filter with: @@ -103,7 +103,7 @@ runs: filter: | with_entries({key: .key, value: .value.filter}) | utils::filters - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Tables id: tables with: @@ -121,7 +121,7 @@ runs: | select(.value.data | type != "null")) | gfm::tables - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: output with: input: ${{ toJSON(inputs) }} @@ -160,7 +160,7 @@ runs: " | str::indent($inputs.indent // "0" | fromjson) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ inputs.output-path }} with: input: ${{ steps.output.outputs.value }} diff --git a/gh-actions/github/issue/get/action.yml b/gh-actions/github/issue/get/action.yml index fa595eda5c..cf97fc8454 100644 --- a/gh-actions/github/issue/get/action.yml +++ b/gh-actions/github/issue/get/action.yml @@ -60,7 +60,7 @@ runs: shell: bash env: GH_TOKEN: "${{ inputs.GITHUB_TOKEN }}" - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: issue-id with: input: ${{ steps.issue-query.outputs.result }} diff --git a/gh-actions/github/merge-commit/action.yml b/gh-actions/github/merge-commit/action.yml index ecec827803..13206fe6f5 100644 --- a/gh-actions/github/merge-commit/action.yml +++ b/gh-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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: jq with: input: ${{ steps.fetch.outputs.response }} options: -r filter: | .merge_commit_sha // "" - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ ! steps.jq.outputs.value }} with: input: ${{ steps.fetch.outputs.response }} diff --git a/gh-actions/github/pr/action.yml b/gh-actions/github/pr/action.yml index a5be18c215..d07a18c2f3 100644 --- a/gh-actions/github/pr/action.yml +++ b/gh-actions/github/pr/action.yml @@ -47,7 +47,7 @@ runs: using: composite steps: - name: Checkout branch (${{ inputs.branch }}) - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 env: GH_TOKEN: ${{ inputs.GITHUB_TOKEN }} CI_DEBUG: true @@ -106,7 +106,7 @@ runs: " - name: Upload diff - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.3.24 if: ${{ inputs.diff-upload }} with: diff: HEAD^1 diff --git a/gh-actions/github/run/action.yml b/gh-actions/github/run/action.yml index 508456e72f..16325161e6 100644 --- a/gh-actions/github/run/action.yml +++ b/gh-actions/github/run/action.yml @@ -112,10 +112,10 @@ runs: steps: - if: ${{ fromJSON(inputs.diskspace-hack) }} name: Free diskspace - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.24 with: to_remove: ${{ inputs.diskspace-hack-paths }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Generate download config if: ${{ inputs.downloads }} id: download-config @@ -132,7 +132,7 @@ runs: else "${{ runner.temp }}/\(.)" end) - - uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Generate run context (steps-pre) id: context-steps-pre with: input: ${{ inputs.steps-pre || '""' }} options: -Rs input-format: string - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Generate run context (steps-post) id: context-steps-post with: input: ${{ inputs.steps-post || '""' }} options: -Rs input-format: string - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.24 name: Pre report if: ${{ inputs.report-pre }} with: steps: ${{ inputs.report-pre }} context: ${{ inputs.context }} - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.24 name: Run pre steps if: ${{ inputs.steps-pre }} with: @@ -242,7 +242,7 @@ runs: id: command shell: bash - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ always() }} id: started with: @@ -276,21 +276,21 @@ runs: env: COMMAND: ${{ steps.command.outputs.command }} TARGET_PATH: ${{ inputs.working-directory }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: cancelled if: ${{ cancelled() }} with: options: -r filter: | true - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 if: ${{ always() }} id: completed with: options: -r filter: now - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Generate run context id: context if: ${{ always() }} @@ -330,7 +330,7 @@ runs: | {"run": ., "context": ${{ inputs.context || '{}' }}} - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.24 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/gh-actions/using/steps@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/using/steps@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 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/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: run-cancelled if: ${{ cancelled() }} with: input: ${{ steps.post-failed.outputs.value || steps.context.outputs.value }} filter: | .run["cancelled"] = true - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.24 name: Job summary if: ${{ always() && inputs.summary-post }} with: diff --git a/gh-actions/gpg/import/action.yml b/gh-actions/gpg/import/action.yml index d4486e5542..14a2aaa61b 100644 --- a/gh-actions/gpg/import/action.yml +++ b/gh-actions/gpg/import/action.yml @@ -22,7 +22,7 @@ runs: gpg_private_key: ${{ inputs.key }} passphrase: ${{ inputs.passphrase }} - - uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.24 if: ${{ inputs.passphrase && inputs.passphrase-path }} with: run: | diff --git a/gh-actions/json/table/action.yml b/gh-actions/json/table/action.yml index 37d95a2ab8..dfa8295f62 100644 --- a/gh-actions/json/table/action.yml +++ b/gh-actions/json/table/action.yml @@ -84,7 +84,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 name: Generate table id: table with: @@ -102,7 +102,7 @@ runs: ${{ inputs.mutate-cells || '.cell' }}; ${{ inputs.sanitize-filter || '.' }}) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: summary if: ${{ steps.table.outputs.value }} with: diff --git a/gh-actions/oci/collector/action.yml b/gh-actions/oci/collector/action.yml index 3e90c92966..7245ce5a34 100644 --- a/gh-actions/oci/collector/action.yml +++ b/gh-actions/oci/collector/action.yml @@ -80,7 +80,7 @@ runs: ls -la ${{ inputs.oci-tmp-path }} echo "::endgroup::" - name: Buildah operations - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: operations with: input: | @@ -112,7 +112,7 @@ runs: args: ["push", "--all", $manifest_name, "docker://\($manifest_tag)"], metadata: {tag: $manifest_tag}}] - name: Execute buildah operations - uses: envoyproxy/toolshed/gh-actions/buildah@0a35e73988ced481f7b786b9a404f4d4cbf3a2ea + uses: envoyproxy/toolshed/gh-actions/buildah@actions-v0.3.24 id: buildah with: operations: ${{ steps.operations.outputs.value }} diff --git a/gh-actions/regctl/install/action.yml b/gh-actions/regctl/install/action.yml index e753bf71da..7993780bc9 100644 --- a/gh-actions/regctl/install/action.yml +++ b/gh-actions/regctl/install/action.yml @@ -19,7 +19,7 @@ runs: using: 'composite' steps: - name: Fetch regctl - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.23 + uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.24 with: url: https://github.com/regclient/regclient/releases/download/${{ inputs.version }}/regctl-linux-${{ inputs.arch }} path: /tmp/regctl diff --git a/gh-actions/using/recurse/action.yml b/gh-actions/using/recurse/action.yml index e19f942381..32127fa61a 100644 --- a/gh-actions/using/recurse/action.yml +++ b/gh-actions/using/recurse/action.yml @@ -11,7 +11,7 @@ runs: steps: # .tmp.action/action.yml **must** be hardcoded - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.24 id: yaml with: input: ${{ inputs.with }}