Skip to content

Commit

Permalink
chore: update actions/* dependencies (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Oct 15, 2024
1 parent 544d5a7 commit c4705bf
Show file tree
Hide file tree
Showing 48 changed files with 158 additions and 127 deletions.
44 changes: 44 additions & 0 deletions .changeset/yellow-shrimps-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
"cicd-build-publish-artifacts-go": patch
"cicd-build-publish-artifacts-ts": patch
"guard-from-missing-changesets": patch
"policy-bot-config-validator": patch
"cicd-build-publish-charts": patch
"cicd-build-publish-docker": patch
"llm-action-error-reporter": patch
"crib-deploy-environment": patch
"gha-workflow-validator": patch
"guard-tag-from-branch": patch
"cleanup-old-branches": patch
"ctf-build-test-image": patch
"ctf-run-tests-binary": patch
"slack-notify-git-ref": patch
"md-confluence-sync": patch
"wait-for-workflows": patch
"ci-benchmarking": patch
"ci-sonarqube-go": patch
"ci-sonarqube-ts": patch
"cicd-changesets": patch
"ctf-build-image": patch
"ctf-build-tests": patch
"ci-kubeconform": patch
"ci-lint-charts": patch
"setup-renovate": patch
"update-actions": patch
"ctf-run-tests": patch
"llm-pr-writer": patch
"go-mod-validator": patch
"ci-lint-misc": patch
"ctf-setup-go": patch
"setup-golang": patch
"setup-nodejs": patch
"ci-prettier": patch
"ci-test-sol": patch
"ci-lint-go": patch
"ci-lint-ts": patch
"ci-test-go": patch
"ci-test-ts": patch
"nx-chainlink": patch
---

chore: bump actions/\* references to latest version
31 changes: 9 additions & 22 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1
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 @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- name: Setup pnpm
uses: ./actions/setup-nodejs
Expand All @@ -153,16 +153,3 @@ jobs:
- name: Run unit tests for gha-workflow-validator
shell: bash
run: pnpm nx run gha-workflow-validator:test

validate-worfklow-changes:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: GHA Workflow Validator
uses: smartcontractkit/.github/actions/gha-workflow-validator@d316f66b2990ea4daa479daa3de6fc92b00f863e # gha-workflow-validator@0.2.0
env:
GITHUB_TOKEN: ${{ github.token }}
with:
include-all-action-definitions: true
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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1

- 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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0

Expand All @@ -74,7 +74,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0

Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1
- name: Install citool
shell: bash
run: go install
Expand Down Expand Up @@ -352,9 +352,9 @@ jobs:
workflow_id: ${{ steps.gen_id.outputs.workflow_id }}
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
uses: actions/setup-go@v5.0.2
with:
go-version: "1.22.6"
check-latest: true
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
}}
steps:
- name: Checkout the repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1

- name: Get Chainlink image
uses: ./.github/actions/build-chainlink-image
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
}}
steps:
- name: Checkout the repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1

- name: Get Chainlink plugins image
uses: ./.github/actions/build-chainlink-image
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
TEST_ID: ${{ matrix.tests.id_sanitized || matrix.tests.id }}
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1
- name: Install jq
run: sudo apt-get install -y jq

Expand Down Expand Up @@ -731,13 +731,13 @@ jobs:
if:
inputs.enable_otel_traces_for_ocr2_plugins &&
matrix.tests.test_env_vars.ENABLE_OTEL_TRACES == 'true'
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@v4.4.3
with:
name: trace-data
path: ./integration-tests/smoke/traces/trace-data.json

- name: Upload test log as artifact
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@v4.4.3
if: inputs.test_log_upload_on_failure && failure()
with:
name: test_log_${{ env.TEST_ID }}
Expand All @@ -747,7 +747,7 @@ jobs:

- name: Upload cl node coverage data as artifact
if: inputs.upload_cl_node_coverage_artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@v4.4.3
timeout-minutes: 2
continue-on-error: true
with:
Expand All @@ -765,7 +765,7 @@ jobs:
echo "{\"id\": \"$id\", \"result\": \"$result\"}" > test_result.json
- name: Upload test result as artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name:
test_result_${{ needs.load-test-configurations.outputs.workflow_id
Expand All @@ -775,7 +775,7 @@ jobs:

- name: Upload custom test artifacts
if: failure() && matrix.tests.test_artifacts_on_failure != ''
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name:
custom_test_artifacts_${{ env.TEST_ID }}_${{
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
}}.amazonaws.com/chainlink-tests
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1
- name: Build Test Runner Image
id: build-test-runner-image
uses: smartcontractkit/.github/actions/ctf-build-test-image@a5e4f4c8fbb8e15ab2ad131552eca6ac83c4f4b3 # ctf-build-test-image@0.1.0
Expand Down Expand Up @@ -869,7 +869,7 @@ jobs:
TEST_ID: ${{ matrix.tests.id_sanitized || matrix.tests.id }}
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4.2.1
- name: Install jq
run: sudo apt-get install -y jq

Expand Down Expand Up @@ -974,7 +974,7 @@ jobs:
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}

- name: Upload test log as artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@v4.4.3
if: inputs.test_log_upload_on_failure && failure()
with:
name: test_log_${{ env.TEST_ID }}
Expand All @@ -984,7 +984,7 @@ jobs:

- name: Upload custom test artifacts
if: failure() && matrix.tests.test_artifacts_on_failure != ''
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name:
custom_test_artifacts_${{ env.TEST_ID }}_${{
Expand All @@ -1007,7 +1007,7 @@ jobs:
test_results: ${{ steps.set_test_results.outputs.results }}
steps:
- name: Download all test result artifacts
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
uses: actions/download-artifact@v4.1.8
with:
path: test_results
pattern:
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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0

Expand Down
Loading

0 comments on commit c4705bf

Please sign in to comment.