Skip to content

Commit

Permalink
gh-actions: Release 0.2.28 (#2000)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Mar 21, 2024
1 parent dc5ca17 commit 95cb385
Show file tree
Hide file tree
Showing 22 changed files with 83 additions and 83 deletions.
4 changes: 2 additions & 2 deletions gh-actions/azp/agent-cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ runs:

- id: fetch
name: Fetch AZP agents list
uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.2.28
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.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input-format: json-path
input: ${{ steps.fetch.outputs.path }}
Expand Down
4 changes: 2 additions & 2 deletions gh-actions/bson/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
chmod +x $TMPFILE
echo "path=$TMPFILE" >> $GITHUB_OUTPUT
shell: bash
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
id: command
with:
input: ${{ inputs.input }}
Expand Down Expand Up @@ -76,7 +76,7 @@ runs:
TMPFILE: ${{ steps.script.outputs.path }}
shell: bash
- id: output
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
if: ${{ inputs.result-filter }}
with:
input: ${{ steps.run.outputs.output }}
Expand Down
4 changes: 2 additions & 2 deletions gh-actions/cache/prime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ runs:
lookup-only: true
path: ${{ inputs.path_tmp }}
key: ${{ inputs.key }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
if: ${{ ! inputs.lock-id && steps.cache-restore-initial.outputs.cache-hit != 'true' }}
id: lock-id
with:
input: ${{ inputs.key }}
options: -Rr
filter: |
@base64
- uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.2.28
if: ${{ inputs.lock-token && steps.cache-restore-initial.outputs.cache-hit != 'true' }}
with:
key: ${{ inputs.lock-id || steps.lock-id.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/docker/cache/prime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.2.28
id: prime
with:
key: ${{ inputs.image-tag }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/docker/cache/restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.2.28
with:
key: ${{ inputs.image_tag }}
command: |
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/docker/fetch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.2.28
id: fetch
with:
url: ${{ inputs.url }}
Expand Down
8 changes: 4 additions & 4 deletions gh-actions/docker/shas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
id: yaml
with:
input: ${{ inputs.images }}
input-format: yaml
- uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.2.28
id: json_actions
with:
items: ${{ steps.yaml.outputs.value }}
steps: |
- uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.2.28
id: $KEY
with:
image: >-
%{{ fromJSON(inputs.context).items['$KEY'] }}
env_var: ${{ inputs.env_prefix }}_$KEY
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
id: images
with:
input: ${{ steps.json_actions.outputs.out }}
Expand Down
12 changes: 6 additions & 6 deletions gh-actions/envoy/ci/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.27
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.28
id: config
with:
title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
Expand All @@ -70,7 +70,7 @@ runs:
result-filter: .

- id: build-images
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input-format: yaml-path
input: ${{ inputs.config-file }}
Expand All @@ -86,7 +86,7 @@ runs:
| {$requested}
# Check request version
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Validate given version string
id: version
with:
Expand All @@ -105,7 +105,7 @@ runs:
| {requested: .}
- id: request
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: |
actor: ${{ toJSON(github.actor) }}
Expand Down Expand Up @@ -138,12 +138,12 @@ runs:
- name: Run config
id: run-config
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input-format: yaml
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Create data
id: data
with:
Expand Down
20 changes: 10 additions & 10 deletions gh-actions/envoy/ci/request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
#
# Only specified bots are trusted.
- id: trusted
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: |
trusted_bots: |
Expand All @@ -84,7 +84,7 @@ runs:
| (. and ($input.event_name | startswith("pull_request") | not))
# Check requested changes
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.28
id: changed
with:
title: git diff changes from ${{ inputs.merge-commit || 'HEAD^1' }}
Expand All @@ -103,7 +103,7 @@ runs:
| split("\n")
# Check current/requested config (currently only build-images can be overridden)
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.28
id: config
with:
title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
Expand All @@ -121,7 +121,7 @@ runs:
result-filter: .

- id: build-images
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input-format: yaml-path
input: ${{ inputs.config-file }}
Expand All @@ -144,7 +144,7 @@ runs:
| {$requested, current: .}
# Check current/request versions
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Validate given version string
id: version-string
with:
Expand All @@ -153,7 +153,7 @@ runs:
input: VERSION.txt
filter: |
validate::version
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.28
id: version
with:
title: fetch ${{ inputs.branch-name }}:${{ inputs.version-file }}
Expand Down Expand Up @@ -184,7 +184,7 @@ runs:
| {requested: ., current: $current}
- id: request
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: |
actor: ${{ toJSON(github.actor) }}
Expand Down Expand Up @@ -232,18 +232,18 @@ runs:
- name: Run config
id: run-config
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input-format: yaml
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}
- uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.2.28
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.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Create data
id: data
with:
Expand Down
8 changes: 4 additions & 4 deletions gh-actions/envoy/run/summary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ inputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
if: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }}
with:
input: ${{ inputs.context }}
print-result: true
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Runtime information
id: run-info
with:
Expand All @@ -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.2.27
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.2.28
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.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: ${{ inputs.context }}
options: -r
Expand Down
8 changes: 4 additions & 4 deletions gh-actions/foreach/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Context
id: context
with:
input: ${{ inputs.context || '{}' }}
filter: |
${{ inputs.context-filter }}
| . * {"items": ${{ inputs.items }}}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Steps (JSON)
id: steps-json
with:
input: ${{ inputs.steps }}
input-format: yaml
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Steps
id: steps-subs
with:
Expand All @@ -56,7 +56,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.2.27
- uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.2.28
id: steps
with:
name: ${{ inputs.name }}
Expand Down
10 changes: 5 additions & 5 deletions gh-actions/github/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.2.28
id: merge-commit
name: Fetch merge commit hash
if: ${{ inputs.pr && fromJSON(inputs.fetch-merge-commit) }}
Expand All @@ -58,7 +58,7 @@ runs:
# depth of the checked ancestor.
- name: Parse YAML config
id: parsed-config
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: ${{ inputs.config || '{}' }}
input-format: yaml
Expand Down Expand Up @@ -103,7 +103,7 @@ runs:
- name: Config
id: config-token
if: ${{ inputs.ssh-key == '' }}
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: ${{ inputs.token || github.token }}
options: -R
Expand All @@ -116,7 +116,7 @@ runs:
| del(.branch, .["requested-ref"])
- name: Config
id: config-ssh
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
if: ${{ inputs.ssh-key != '' }}
with:
input: ${{ inputs.ssh-key }}
Expand Down Expand Up @@ -152,7 +152,7 @@ runs:
COMMITTER_EMAIL: ${{ inputs.committer-email }}
shell: bash
- id: branch
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
with:
input: ${{ fromJSON(steps.parsed-config.outputs.value).branch }}
input-format: text
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/github/command/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Parse command from text
id: command
with:
Expand Down
6 changes: 3 additions & 3 deletions gh-actions/github/env/load/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.2.27
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.2.28
name: Find request
id: find-request
if: ${{ inputs.head-sha }}
Expand All @@ -48,12 +48,12 @@ runs:
| ("${{ inputs.template-script-current }}" | bash::output)
- name: Download environment data
id: download
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.2.27
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.2.28
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}
run-id: ${{ steps.find-request.outputs.output || inputs.run-id }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Load env data
id: data
with:
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/github/env/save/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
# Create temporary directory
OUTPUT_DIR=$(mktemp -d)
echo "directory=${OUTPUT_DIR}" >> $GITHUB_OUTPUT
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.27
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.2.28
name: Check proxy data
id: env
with:
Expand Down
Loading

0 comments on commit 95cb385

Please sign in to comment.