From 53f9f4cf82a3b2a200a9be0592c2985d41c661bf Mon Sep 17 00:00:00 2001 From: phlax Date: Tue, 7 Nov 2023 21:02:53 +0000 Subject: [PATCH] gh-actions: Bump internal versions (#973) Signed-off-by: Ryan Northey --- gh-actions/docker/cache/prime/action.yml | 6 +++--- gh-actions/docker/cache/restore/action.yml | 2 +- gh-actions/docker/fetch/action.yml | 2 +- gh-actions/docker/shas/action.yml | 6 +++--- gh-actions/github/check/start/action.yml | 6 +++--- gh-actions/github/check/update/action.yml | 4 ++-- gh-actions/github/checkout/action.yml | 10 +++++----- gh-actions/github/context/action.yml | 14 +++++++------- gh-actions/github/env/load/action.yml | 8 ++++---- gh-actions/github/env/save/action.yml | 2 +- gh-actions/github/env/save/action.yml~ | 4 ++-- gh-actions/github/merge-commit/action.yml | 2 +- gh-actions/github/pr/action.yml | 2 +- gh-actions/github/run/action.yml | 10 +++++----- gh-actions/json/table/action.yml | 2 +- gh-actions/using/recurse/action.yml | 2 +- 16 files changed, 41 insertions(+), 41 deletions(-) diff --git a/gh-actions/docker/cache/prime/action.yml b/gh-actions/docker/cache/prime/action.yml index 7a6f01dbe..c5e0268d1 100644 --- a/gh-actions/docker/cache/prime/action.yml +++ b/gh-actions/docker/cache/prime/action.yml @@ -22,20 +22,20 @@ outputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.24 if: ${{ inputs.lock-app-id && inputs.lock-app-key }} name: Fetch app auth id: appauth with: app_id: ${{ inputs.lock-app-id }} key: ${{ inputs.lock-app-key }} - - uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.1.24 if: ${{ steps.appauth.outputs.token || inputs.lock-token }} with: key: ${{ inputs.lock-id || inputs.image_tag }} repository: ${{ inputs.lock-repository }} token: ${{ steps.appauth.outputs.token || inputs.lock-token }} - - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.1.24 id: prime with: key: "${{ inputs.image_tag }}" diff --git a/gh-actions/docker/cache/restore/action.yml b/gh-actions/docker/cache/restore/action.yml index dace2ebd8..0fa861dd2 100644 --- a/gh-actions/docker/cache/restore/action.yml +++ b/gh-actions/docker/cache/restore/action.yml @@ -7,7 +7,7 @@ inputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.1.24 with: key: ${{ inputs.image_tag }} command: | diff --git a/gh-actions/docker/fetch/action.yml b/gh-actions/docker/fetch/action.yml index ba80aaa20..3c66a17b6 100644 --- a/gh-actions/docker/fetch/action.yml +++ b/gh-actions/docker/fetch/action.yml @@ -14,7 +14,7 @@ inputs: runs: using: "composite" steps: - - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.1.24 id: fetch with: url: ${{ inputs.url }} diff --git a/gh-actions/docker/shas/action.yml b/gh-actions/docker/shas/action.yml index ea38f1e67..4cbbfe82c 100644 --- a/gh-actions/docker/shas/action.yml +++ b/gh-actions/docker/shas/action.yml @@ -12,17 +12,17 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.24 id: yaml with: yaml: ${{ inputs.images }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 id: json_actions with: input: ${{ steps.yaml.outputs.json }} filter: | {runs: {using: "composite", steps: [to_entries[] | { - uses: "envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.1.23", + uses: "envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.1.24", id: .key, with: { image: .value, diff --git a/gh-actions/github/check/start/action.yml b/gh-actions/github/check/start/action.yml index 103078974..6faf93a0b 100644 --- a/gh-actions/github/check/start/action.yml +++ b/gh-actions/github/check/start/action.yml @@ -18,13 +18,13 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print checks with: input: ${{ inputs.checks }} options: -C print-result: true - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.24 name: App auth id: appauth with: @@ -43,7 +43,7 @@ runs: env: GH_TOKEN: ${{ steps.appauth.outputs.token }} CHECKS: ${{ inputs.checks }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Checks id: checks with: diff --git a/gh-actions/github/check/update/action.yml b/gh-actions/github/check/update/action.yml index 83daf2e2c..2a8b9631f 100644 --- a/gh-actions/github/check/update/action.yml +++ b/gh-actions/github/check/update/action.yml @@ -21,7 +21,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.24 name: App auth id: appauth with: @@ -36,7 +36,7 @@ runs: env: INPUT: ${{ inputs.data }} GH_TOKEN: ${{ steps.appauth.outputs.token }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print check response with: input: ${{ steps.progress.outputs.response }} diff --git a/gh-actions/github/checkout/action.yml b/gh-actions/github/checkout/action.yml index 2e81a15d9..ef79b6a3e 100644 --- a/gh-actions/github/checkout/action.yml +++ b/gh-actions/github/checkout/action.yml @@ -32,20 +32,20 @@ runs: steps: - name: Fetch token for app auth id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.24 if: ${{ inputs.app_id && inputs.app_key }} with: app_id: ${{ inputs.app_id }} key: ${{ inputs.app_key }} - name: Parse YAML config id: parsed - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.24 with: yaml: ${{ inputs.config || '{}' }} - name: Add auth token to config id: config if: ${{ steps.appauth.outputs.token }} - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 with: input: ${{ steps.parsed.outputs.json }} filter: | @@ -58,7 +58,7 @@ runs: - name: Remove ref id: updated-config-noref if: ${{ inputs.ref-is-ancestor && toJSON(steps.config.outputs.value).ref }} - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 with: input: ${{ steps.config.outputs.value }} filter: | @@ -66,7 +66,7 @@ runs: - name: Set fetch-depth if required id: updated-config if: ${{ steps.updated-config-noref.outputs.value && contains(fromJSON('[1, "1", ""]'), toJSON(steps.config.outputs.value).fetch-depth) }} - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 with: input: ${{ steps.updated-config-noref.outputs.value }} filter: | diff --git a/gh-actions/github/context/action.yml b/gh-actions/github/context/action.yml index f63044d5c..8797ccdc3 100644 --- a/gh-actions/github/context/action.yml +++ b/gh-actions/github/context/action.yml @@ -24,7 +24,7 @@ inputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Config id: config with: @@ -32,7 +32,7 @@ runs: options: -Rs filter: | split("\n") | map(select(length > 0)) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print github if: ${{ contains(fromJSON(steps.config.outputs.value), 'github') }} with: @@ -42,35 +42,35 @@ runs: use-tmp-file: true filter: | del(.token) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print runner if: ${{ contains(fromJSON(steps.config.outputs.value), 'runner') }} with: input: ${{ toJSON(runner) }} options: -C print-result: true - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print job if: ${{ contains(fromJSON(steps.config.outputs.value), 'job') }} with: input: ${{ inputs.job || toJSON(job) }} options: -C print-result: true - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print env if: ${{ contains(fromJSON(steps.config.outputs.value), 'env') }} with: input: ${{ inputs.env || toJSON(env) }} options: -C print-result: true - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print env if: ${{ contains(fromJSON(steps.config.outputs.value), 'needs') && inputs.needs }} with: input: ${{ inputs.needs }} options: -C print-result: true - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print env if: ${{ contains(fromJSON(steps.config.outputs.value), 'vars') && inputs.vars }} with: diff --git a/gh-actions/github/env/load/action.yml b/gh-actions/github/env/load/action.yml index 9be5d51db..52443878d 100644 --- a/gh-actions/github/env/load/action.yml +++ b/gh-actions/github/env/load/action.yml @@ -17,11 +17,11 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/github/context@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/github/context@actions-v0.1.24 name: Github context - name: Download environment data id: download - uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.24 with: name: ${{ inputs.name }} path: ${{ runner.temp }} @@ -32,14 +32,14 @@ runs: DATA=$(cat ${{ runner.temp }}/${{ inputs.name }}.json) printf 'data=%s' "${DATA}" >> $GITHUB_OUTPUT shell: bash - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 id: toenv with: input: ${{ steps.data.outputs.data }} options: -r filter: | to_entries[] | .key + "=" + (.value | tostring) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print env data with: input: ${{ steps.data.outputs.value }} diff --git a/gh-actions/github/env/save/action.yml b/gh-actions/github/env/save/action.yml index 9bdb47648..0020e5eda 100644 --- a/gh-actions/github/env/save/action.yml +++ b/gh-actions/github/env/save/action.yml @@ -11,7 +11,7 @@ inputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Print check proxy data with: input: ${{ inputs.env }} diff --git a/gh-actions/github/env/save/action.yml~ b/gh-actions/github/env/save/action.yml~ index e2d42e939..049ca3363 100644 --- a/gh-actions/github/env/save/action.yml~ +++ b/gh-actions/github/env/save/action.yml~ @@ -16,7 +16,7 @@ runs: steps: - name: Download environment data id: download - uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.24 with: name: env path: ${{ runner.temp }} @@ -27,7 +27,7 @@ runs: DATA=$(cat ${{ runner.temp }}/env.json) echo "data=${DATA}" >> $GITHUB_OUTPUT shell: bash - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 id: toenv with: input: ${{ steps.data.outputs.data }} diff --git a/gh-actions/github/merge-commit/action.yml b/gh-actions/github/merge-commit/action.yml index 4d24e84bc..69f33c253 100644 --- a/gh-actions/github/merge-commit/action.yml +++ b/gh-actions/github/merge-commit/action.yml @@ -31,7 +31,7 @@ runs: shell: bash env: URL: https://api.github.com/repos/${{ inputs.repository }}/pulls/${{ inputs.pr }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 id: jq with: input: ${{ steps.fetch.outputs.response }} diff --git a/gh-actions/github/pr/action.yml b/gh-actions/github/pr/action.yml index 869d75113..1acdcec39 100644 --- a/gh-actions/github/pr/action.yml +++ b/gh-actions/github/pr/action.yml @@ -68,7 +68,7 @@ runs: working-directory: ${{ inputs.working-directory }} shell: bash - name: Upload diff - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.1.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 47d128dbd..a0470bd5c 100644 --- a/gh-actions/github/run/action.yml +++ b/gh-actions/github/run/action.yml @@ -75,15 +75,15 @@ runs: steps: - if: ${{ fromJSON(inputs.diskspace-hack) }} name: Free diskspace - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.23 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.24 with: to_remove: ${{ inputs.diskskpack-hack-paths }} - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.24 name: Pre report if: ${{ inputs.report-pre }} with: steps: ${{ inputs.report-pre }} - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.24 name: Run pre steps if: ${{ inputs.steps-pre }} with: @@ -158,13 +158,13 @@ runs: shell: bash env: INPUT_ENV: ${{ inputs.source }} - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.24 name: Run post steps if: ${{ inputs.steps-post }} with: name: ${{ inputs.steps-post-name }} steps: ${{ inputs.steps-post }} - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.24 name: Post report if: ${{ inputs.report-post }} with: diff --git a/gh-actions/json/table/action.yml b/gh-actions/json/table/action.yml index 2053657d9..ba42056bb 100644 --- a/gh-actions/json/table/action.yml +++ b/gh-actions/json/table/action.yml @@ -24,7 +24,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.24 name: Generate table id: table with: diff --git a/gh-actions/using/recurse/action.yml b/gh-actions/using/recurse/action.yml index a0d41df10..c58de5a43 100644 --- a/gh-actions/using/recurse/action.yml +++ b/gh-actions/using/recurse/action.yml @@ -12,7 +12,7 @@ runs: steps: # .tmp.action/action.yml **must** be hardcoded - - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.23 + - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.24 id: yaml with: yaml: ${{ inputs.with }}