Skip to content
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
40 changes: 40 additions & 0 deletions .changeset/dull-pumas-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
"cicd-build-publish-artifacts-go": patch
"cicd-build-publish-artifacts-ts": patch
"beholder-pulumi-deploy-schema": patch
"guard-from-missing-changesets": patch
"parse-and-mask-test-secrets": patch
"cicd-build-publish-charts": patch
"llm-action-error-reporter": patch
"chip-schema-registration": patch
"crib-deploy-environment": patch
"validate-protos-version": patch
"ci-beholder-validator": patch
"guard-tag-from-branch": patch
"cleanup-old-branches": patch
"ctf-build-test-image": patch
"slack-notify-git-ref": patch
"devenv-k8s-setup-ns": patch
"md-confluence-sync": patch
"pr-quality-check": patch
"bump-mcms-tools": patch
"ci-benchmarking": patch
"ci-sonarqube-go": patch
"ci-sonarqube-ts": patch
"ctf-build-image": patch
"ci-kubeconform": patch
"ci-lint-charts": patch
"setup-renovate": patch
"update-actions": patch
"llm-pr-writer": patch
"ci-lint-misc": patch
"setup-golang": patch
"ci-prettier": patch
"ci-test-sol": patch
"ci-lint-go": patch
"ci-lint-ts": patch
"ci-test-go": patch
"ci-test-ts": patch
---

chore: gha dependency bumps
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Check if deny licenses are in sync
id: check-sync
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -32,7 +32,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -49,7 +49,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -64,14 +64,14 @@
# Disable this job until it's updated to be:
# 1. More generalizable for all workspaces requiring build artifacts
# 2. Have better attribution for the commits generated from this workflow
if: false

Check failure on line 67 in .github/workflows/pull-request-main.yml

View workflow job for this annotation

GitHub Actions / ci-lint-misc

[actionlint] reported by reviewdog 🐶 constant expression "false" in condition. remove the if: section [if-cond] Raw Output: e:.github/workflows/pull-request-main.yml:67:9: constant expression "false" in condition. remove the if: section [if-cond]
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Commit back any changes based on the commit that triggered this action
# rather than merge commit of main into the PR branch
Expand Down Expand Up @@ -101,7 +101,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -119,7 +119,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -136,7 +136,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -163,7 +163,7 @@
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

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 @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: ci-lint
uses: ./actions/ci-lint-ts
Expand All @@ -29,7 +29,7 @@ jobs:
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -46,7 +46,7 @@ jobs:
contents: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand All @@ -68,7 +68,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -87,7 +87,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
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 @@ -17,7 +17,7 @@ jobs:
actions: read
steps:
- name: Checkout repo (needed to reference local action)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-postgres-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
want_shared_buffers: "128MB"
want_fsync: "off"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
persist-credentials: false

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/solidity-review-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout the caller repository
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
needs: [gather-basic-info]
steps:
- name: Checkout the caller repository
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
ref: ${{ env.head_ref }}
persist-credentials: false
Expand Down Expand Up @@ -308,14 +308,14 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout caller repository
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
ref: ${{ env.head_ref }}
persist-credentials: false

- name: Checkout .github repository
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
repository: smartcontractkit/.github
ref: 65249c7eae628aad6e70a0c0850d981cd0074bf9
Expand All @@ -340,7 +340,7 @@ jobs:

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

Expand Down Expand Up @@ -472,14 +472,14 @@ jobs:

- name: Checkout caller repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
ref: ${{ env.head_ref }}
persist-credentials: false

- name: Checkout chainlink-github-actions repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
with:
repository: smartcontractkit/.github
ref: 65249c7eae628aad6e70a0c0850d981cd0074bf9
Expand Down
2 changes: 1 addition & 1 deletion actions/beholder-pulumi-deploy-schema/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Docker login to ECR
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion actions/bump-mcms-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
using: "composite"
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Resolve latest tag
id: latest
Expand Down
2 changes: 1 addition & 1 deletion actions/chip-schema-registration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Login to ECR
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion actions/ci-beholder-validator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
using: composite
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
4 changes: 2 additions & 2 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/checkout@v6
uses: actions/checkout@v7

- name: Setup Go Environment
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: "stable"

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/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version-file: ${{ inputs.go-version-file }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-lint-charts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
4 changes: 2 additions & 2 deletions actions/ci-lint-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand All @@ -103,7 +103,7 @@ runs:
envFile: ${{ inputs.env-files }}

- name: Setup go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version-file: ${{ inputs.go-version-file }}
cache: ${{ inputs.use-go-cache }}
Expand Down
2 changes: 1 addition & 1 deletion actions/ci-lint-misc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-lint-ts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-prettier/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-sonarqube-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-sonarqube-ts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-test-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-test-sol/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
steps:
- name: Checkout repo
if: inputs.checkout-repo == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

Expand Down
Loading
Loading