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

chore(deps): update minor-patch dependencies grouped by manager #750

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 10 additions & 10 deletions .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-lint
uses: ./actions/ci-lint-ts
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-prettier
uses: ./actions/ci-prettier
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-lint-misc
uses: ./actions/ci-lint-misc
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Commit back any changes based on the commit that triggered this action
# rather than merge commit of main into the PR branch
Expand All @@ -68,7 +68,7 @@ jobs:
run: pnpm nx run signed-commits:build

- name: Commit back any changes
uses: planetscale/ghcommit-action@b68767a2e130a71926b365322e62b583404a5e09 # v0.1.43
uses: planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 # v0.2.0
with:
commit_message: "🤖 Update build"
repo: ${{ github.repository }}
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup pnpm
uses: ./actions/setup-nodejs
Expand All @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-test
uses: ./actions/ci-test-ts
Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-build-artifacts
uses: ./actions/cicd-build-publish-artifacts-ts
Expand All @@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup pnpm
uses: ./actions/setup-nodejs
Expand All @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup pnpm
uses: ./actions/setup-nodejs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-lint
uses: ./actions/ci-lint-ts
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-prettier
uses: ./actions/ci-prettier
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: ci-test
uses: ./actions/ci-test-ts
Expand All @@ -56,7 +56,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand All @@ -74,7 +74,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Install citool
shell: bash
run: go install
Expand Down Expand Up @@ -375,9 +375,9 @@ jobs:
workflow_id: ${{ steps.gen_id.outputs.workflow_id }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: "1.22.6"
check-latest: true
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:
}}
steps:
- name: Checkout the repo
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Get Chainlink image
uses: ./.github/actions/build-chainlink-image
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
}}
steps:
- name: Checkout the repo
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Get Chainlink plugins image
uses: ./.github/actions/build-chainlink-image
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
if: inputs.collect_test_telemetry
uses: catchpoint/workflow-telemetry-action@94c3c3d9567a0205de6da68a76c428ce4e769af1 # v2.0.0
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Install jq
run: sudo apt-get install -y jq

Expand Down Expand Up @@ -848,7 +848,7 @@ jobs:
}}.amazonaws.com/chainlink-tests
steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Build Test Runner Image
id: build-test-runner-image
uses: smartcontractkit/.github/actions/ctf-build-test-image@main # main branch
Expand Down Expand Up @@ -908,7 +908,7 @@ jobs:
if: inputs.collect_test_telemetry
uses: catchpoint/workflow-telemetry-action@94c3c3d9567a0205de6da68a76c428ce4e769af1 # v2.0.0
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Install jq
run: sudo apt-get install -y jq

Expand Down Expand Up @@ -1075,7 +1075,7 @@ jobs:
"$GITHUB_OUTPUT"

- name: Send Slack notification
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
if:
${{ inputs.slack_notification_after_tests == 'true' ||
inputs.slack_notification_after_tests == 'always' ||
Expand Down Expand Up @@ -1119,7 +1119,7 @@ jobs:
contains(join(needs.*.result, ','), 'failure') &&
inputs.slack_notification_after_tests_notify_user_id_on_failure != ''
}}
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
workflow_id: ${{ steps.gen_id.outputs.workflow_id }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: "1.22.6"
check-latest: true
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
TEST_ID: ${{ matrix.tests.id_sanitized || matrix.tests.id }}
steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Wait for postgres to be ready
run: |
until pg_isready -h localhost -p 5432 -U postgres; do
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
"$GITHUB_OUTPUT"

- name: Send Slack notification
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
if:
${{ inputs.slack_notification_after_tests == 'true' ||
inputs.slack_notification_after_tests == 'always' ||
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
contains(join(needs.*.result, ','), 'failure') &&
inputs.slack_notification_after_tests_notify_user_id_on_failure != ''
}}
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/solidity-review-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout the caller repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
needs: [gather-basic-info]
steps:
- name: Checkout the caller repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ env.head_ref }}

Expand All @@ -220,7 +220,7 @@ jobs:
# required for code coverage report generation
- name: Setup LCOV
if: ${{ inputs.generate_code_coverage == true }}
uses: hrishikesh-kadam/setup-lcov@f5da1b26b0dcf5d893077a3c4f29cf78079c841d # v1.0.0
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 # v1.1.0

- name: Run Forge build for product contracts
run: |
Expand Down Expand Up @@ -291,13 +291,13 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout caller repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
ref: ${{ env.head_ref }}

- name: Checkout .github repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: smartcontractkit/.github
ref: 65249c7eae628aad6e70a0c0850d981cd0074bf9
Expand All @@ -321,7 +321,7 @@ jobs:

- name: Set up Python
if: ${{ inputs.generate_slither_reports == true }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.8"

Expand Down Expand Up @@ -446,13 +446,13 @@ jobs:

- name: Checkout caller repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ env.head_ref }}

- name: Checkout chainlink-github-actions repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: smartcontractkit/.github
ref: 65249c7eae628aad6e70a0c0850d981cd0074bf9
Expand Down
12 changes: 6 additions & 6 deletions actions/ci-benchmarking/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ runs:
using: "composite"
steps:
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup Go Environment
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: "stable"

Expand Down Expand Up @@ -100,14 +100,14 @@ runs:

- name: Download Previous Benchmark Data
if: ${{ env.IS_PR == 'true' || env.IS_MERGE == 'true' }}
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: ./cache
key: ${{ runner.os }}-benchmark

- name: Run github-action-benchmark for PRs
if: ${{ env.IS_PR == 'true' }}
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29 # v1.20.3
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
with:
tool: "go"
output-file-path: output.txt
Expand All @@ -120,7 +120,7 @@ runs:

- name: Run github-action-benchmark for Merges
if: ${{ env.IS_MERGE == 'true' }}
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29 # v1.20.3
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
with:
tool: "go"
output-file-path: output.txt
Expand All @@ -132,7 +132,7 @@ runs:

- name: Upload Updated Benchmark Data
if: ${{ env.IS_MERGE == 'true' }}
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down
4 changes: 2 additions & 2 deletions actions/ci-kubeconform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

- name: Install Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version-file: ${{ inputs.go-version-file }}

Expand Down
Loading
Loading