Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-actions: Release 0.3.4 #2447

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -21,13 +21,13 @@ runs:

- id: fetch
name: Fetch AZP agents list
uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.4
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.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
if: ${{ inputs.result-filter }}
with:
input: ${{ steps.run.outputs.output }}
Expand Down
10 changes: 5 additions & 5 deletions gh-actions/cache/prime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.4
with:
bucket: ${{ inputs.gcs-bucket }}
key: ${{ inputs.key }}
Expand All @@ -70,15 +70,15 @@ runs:
lookup-only: true
path: ${{ inputs.path || inputs.path-tmp }}
key: ${{ inputs.key }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
if: ${{ ! inputs.lock-id && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }}
id: lock-id
with:
input: ${{ inputs.key }}
options: -Rr
filter: |
@base64
- uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.4
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 }}
Expand All @@ -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.3
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.4
with:
bucket: ${{ inputs.gcs-bucket }}
key: ${{ inputs.key }}
Expand Down Expand Up @@ -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.3
uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@actions-v0.3.4
with:
bucket: ${{ inputs.gcs-bucket }}
key: ${{ inputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/cache/restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.4
with:
bucket: ${{ inputs.gcs-bucket }}
path: ${{ inputs.path || inputs.path-tmp }}
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 @@ -21,7 +21,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.4
id: prime
with:
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
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 @@ -12,7 +12,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.4
with:
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
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 @@ -13,7 +13,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.4
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.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
id: yaml
with:
input: ${{ inputs.images }}
input-format: yaml
- uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.4
id: json_actions
with:
items: ${{ steps.yaml.outputs.value }}
steps: |
- uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.3.4
id: $KEY
with:
image: >-
%{{ fromJSON(inputs.context).items['$KEY'] }}
env_var: ${{ inputs.env_prefix }}_$KEY

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.4
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.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input-format: yaml
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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 @@ -69,7 +69,7 @@ runs:
#
# Only specified bots are trusted.
- id: trusted
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input: |
trusted_bots: |
Expand All @@ -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.3
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.4
id: changed
with:
title: git diff changes from ${{ inputs.merge-commit || 'HEAD^1' }}
Expand All @@ -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.3
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.4
id: config
with:
title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
Expand All @@ -128,7 +128,7 @@ runs:
result-filter: .

- id: build-images
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input-format: yaml-path
input: ${{ inputs.working-directory }}/${{ inputs.config-file }}
Expand All @@ -151,7 +151,7 @@ runs:
| {$requested, current: .}

# Check current/request versions
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
name: Validate given version string
id: version-string
with:
Expand All @@ -160,7 +160,7 @@ runs:
input: ${{ inputs.working-directory }}/VERSION.txt
filter: |
validate::version
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.4
id: version
with:
title: fetch ${{ inputs.branch-name }}:${{ inputs.version-file }}
Expand Down Expand Up @@ -192,7 +192,7 @@ runs:
| {requested: ., current: $current}

- id: request
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input: |
actor: ${{ toJSON(github.actor) }}
Expand Down Expand Up @@ -240,18 +240,18 @@ runs:

- name: Run config
id: run-config
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input-format: yaml
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}
- uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.4
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.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
if: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }}
with:
input: ${{ inputs.context }}
print-result: true
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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.3.3
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.4
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.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
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 @@ -25,21 +25,21 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
name: Context
id: context
with:
input: ${{ inputs.context || '{}' }}
filter: |
${{ inputs.context-filter }}
| . * {"items": ${{ inputs.items }}}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
name: Steps (JSON)
id: steps-json
with:
input: ${{ inputs.steps }}
input-format: yaml
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
name: Steps
id: steps-subs
with:
Expand All @@ -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.3
- uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.4
id: steps
with:
name: ${{ inputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/gcp/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
if: ${{ inputs.key }}
shell: bash

- uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/github/script/run@actions-v0.3.4
id: key
if: ${{ inputs.key }}
with:
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 @@ -42,7 +42,7 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.3.3
- uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.3.4
id: merge-commit
name: Fetch merge commit hash
if: ${{ inputs.pr && fromJSON(inputs.fetch-merge-commit) }}
Expand All @@ -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.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input: ${{ inputs.config || '{}' }}
input-format: yaml
Expand Down Expand Up @@ -102,7 +102,7 @@ runs:
- name: Config
id: config-token
if: ${{ inputs.ssh-key == '' }}
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input: ${{ inputs.token || github.token }}
options: -R
Expand All @@ -115,7 +115,7 @@ runs:
| del(.branch, .["requested-ref"])
- name: Config
id: config-ssh
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
if: ${{ inputs.ssh-key != '' }}
with:
input: ${{ inputs.ssh-key }}
Expand Down Expand Up @@ -151,7 +151,7 @@ runs:
COMMITTER_EMAIL: ${{ inputs.committer-email }}
shell: bash
- id: branch
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.3
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.4
with:
input: ${{ fromJSON(steps.parsed-config.outputs.value).branch }}
input-format: text
Expand Down
Loading