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: Bump internal versions #1015

Merged
merged 1 commit into from
Nov 12, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions gh-actions/docker/cache/prime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ outputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.39
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.38
- uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.1.39
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.38
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.1.39
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.1.38
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.1.39
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.1.38
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.1.39
id: fetch
with:
url: ${{ inputs.url }}
Expand Down
6 changes: 3 additions & 3 deletions gh-actions/docker/shas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.39
id: yaml
with:
yaml: ${{ inputs.images }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
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.38",
uses: "envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.1.39",
id: .key,
with: {
image: .value,
Expand Down
8 changes: 4 additions & 4 deletions gh-actions/github/check/start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Print checks
with:
input: ${{ inputs.checks }}
options: -C
sanitize-input: false
print-result: true
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.39
name: App auth
id: appauth
with:
Expand All @@ -45,13 +45,13 @@ runs:
GH_TOKEN: ${{ steps.appauth.outputs.token }}
CHECKS: ${{ inputs.checks }}

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Started
id: started
with:
input: ${{ toJSON(steps.start-checks.outputs) }}

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Checks
id: checks
with:
Expand Down
4 changes: 2 additions & 2 deletions gh-actions/github/check/update/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/appauth@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.39
name: App auth
id: appauth
with:
Expand All @@ -36,7 +36,7 @@ runs:
env:
INPUT: ${{ inputs.data }}
GH_TOKEN: ${{ steps.appauth.outputs.token }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Print check response
with:
input: ${{ steps.progress.outputs.response }}
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 @@ -32,20 +32,20 @@ runs:
steps:
- name: Fetch token for app auth
id: appauth
uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.38
uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.39
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.38
uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.39
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.38
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
with:
input: ${{ steps.parsed.outputs.json }}
filter: |
Expand All @@ -58,15 +58,15 @@ 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.38
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
with:
input: ${{ steps.config.outputs.value }}
filter: |
| del(.ref)
- 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.38
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
with:
input: ${{ steps.updated-config-noref.outputs.value }}
filter: |
Expand Down
14 changes: 7 additions & 7 deletions gh-actions/github/context/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Config
id: config
with:
Expand All @@ -33,7 +33,7 @@ runs:
options: -Rs
filter: |
split("\n") | map(select(length > 0))
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Print github
if: ${{ contains(fromJSON(steps.config.outputs.value), 'github') }}
with:
Expand All @@ -43,35 +43,35 @@ runs:
use-tmp-file: true
filter: |
del(.token)
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
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.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
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.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
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.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
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.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Print env
if: ${{ contains(fromJSON(steps.config.outputs.value), 'vars') && inputs.vars }}
with:
Expand Down
8 changes: 4 additions & 4 deletions gh-actions/github/env/load/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/github/context@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/github/context@actions-v0.1.39
name: Github context
- name: Download environment data
id: download
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.38
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.39
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}
Expand All @@ -36,14 +36,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.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Print env data
with:
input: ${{ steps.data.outputs.value }}
options: -C
print-result: true

- uses: envoyproxy/toolshed/gh-actions/github/env/save@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/github/env/save@actions-v0.1.39
name: Save env
if: ${{ inputs.check-name }}
with:
Expand Down
4 changes: 2 additions & 2 deletions gh-actions/github/env/save/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ inputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Check proxy data
id: env
with:
input: |
${{ inputs.env }}
input-format: ${{ inputs.env-format }}
filter: ${{ inputs.env-filter || '.' }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Print check proxy data
with:
input: ${{ steps.env.outputs.value }}
Expand Down
4 changes: 2 additions & 2 deletions gh-actions/github/env/save/action.yml~
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- name: Download environment data
id: download
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.38
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.1.39
with:
name: env
path: ${{ runner.temp }}
Expand All @@ -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.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
id: toenv
with:
input: ${{ steps.data.outputs.data }}
Expand Down
12 changes: 6 additions & 6 deletions gh-actions/github/env/summary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.39
id: sha-short
with:
string: ${{ inputs.sha }}
length: 7
- uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.39
id: base-sha-short
with:
string: ${{ inputs.base-sha }}
length: 7
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
name: Change
id: change
with:
Expand All @@ -70,7 +70,7 @@ runs:
| {"title": ($message | split("\n")[0]),
"body": ($message | " > " + (split("\n")[1:] | join("\n > ")))}

- uses: envoyproxy/toolshed/gh-actions/github/env/title@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/github/env/title@actions-v0.1.39
id: title
with:
link: ${{ inputs.link }}
Expand Down Expand Up @@ -113,7 +113,7 @@ runs:
</details>

name: Summary
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.1.39
name: Environment summary
id: table
with:
Expand All @@ -132,7 +132,7 @@ runs:
env:
REQUEST: ${{ steps.request.outputs.value }}
TABLE: ${{ steps.table.outputs.summary }}
- uses: envoyproxy/toolshed/gh-actions/str/indent@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/str/indent@actions-v0.1.39
id: output
with:
string: ${{ steps.raw-output.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/github/env/title/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.39
id: sha-short
with:
string: ${{ inputs.sha }}
Expand Down
4 changes: 2 additions & 2 deletions gh-actions/github/merge-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ runs:
shell: bash
env:
URL: https://api.github.com/repos/${{ inputs.repository }}/pulls/${{ inputs.pr }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
id: jq
with:
input: ${{ steps.fetch.outputs.response }}
options: -r
filter: |
.merge_commit_sha // ""
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.38
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.39
if: ${{ ! steps.jq.outputs.value }}
with:
input: ${{ steps.fetch.outputs.response }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/github/pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38
uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.1.39
if: ${{ inputs.diff-upload }}
with:
diff: HEAD^1
Expand Down