Erik Burton
Erik Burton
Updating postgres client from 15 -> 16. Copied changes from dc6bd0cbc27178a6146080cddbc14dd3d8a88f21, however there exist more places which reference postgres now. For example: - https://github.com/smartcontractkit/chainlink/blob/dc9a073ab7e67a66eed49dd74e6ac0da1787b24c/plugins/chainlink.Dockerfile#L55 - ~~This wasn't included in this...
* Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2 * Bump [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.1 to 4.0.2 * Bump [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0 * Node16 -> Node20 * Bump [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2...
### Do not merge Proof-of-concept workflow for publishing contracts to NPM through CI. - Takes the general flow from CCIP - https://github.com/smartcontractkit/ccip/blob/ccip-develop/.github/workflows/solidity.yml - Utilizes https://github.com/smartcontractkit/.github/blob/main/actions/ci-publish-npm/action.yml instead Left to do: -...
## What Updating Github Action references in all workflows. ## Why Github Actions node16 deprecation. See [blog post (github.blog)](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) > Node16 has been out of support since [September 2023](https://github.com/nodejs/Release/#end-of-life-releases). As...
## Description Updating Github Action references in all workflows. ### Why Github Actions node16 deprecation. See [blog post (github.blog)](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) > Node16 has been out of support since [September 2023](https://github.com/nodejs/Release/#end-of-life-releases). As...
### Summary Adds a new `no_changed_files` predicate that allows you to ensure that the rule is not applied if a file matching an entry in `no_changed_files.paths` is present. This is...
### Situation We are running into limitations with policy bot and would like a new feature. Given 2 PRs which should each trigger a rule specific to them - PR...
Migrating `push-gha-metrics-action` to Grafana internal ### Post-Merge - [ ] Delete repo `GRAFANA-CLOUD-*` credentials --- RE-2240
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ > Node16 has been out of support since [September 2023](https://github.com/nodejs/Release/#end-of-life-releases). As a result we have started the deprecation process of Node16 for GitHub Actions. We plan to migrate all...
I would like to see a feature which lets you set export conditions on environment variables. Export conditions would only export the environment variable to child processes if some conditions...