Skip to content

Commit

Permalink
Update smartcontractkit/.github requirement to e60554a2ba811c31d49f7c…
Browse files Browse the repository at this point in the history
…b65aa9d6ebaedc9527

Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version.
- [Commits](https://github.com/smartcontractkit/.github/commits/e60554a2ba811c31d49f7cb65aa9d6ebaedc9527)

---
updated-dependencies:
- dependency-name: smartcontractkit/.github
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent d046132 commit a6086e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
actions: read
steps:
- name: ci-lint
uses: smartcontractkit/.github/actions/ci-lint-go@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-go@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-lint
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-lint-misc
uses: smartcontractkit/.github/actions/ci-lint-misc@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-misc@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-lint-misc
Expand All @@ -84,7 +84,7 @@ jobs:
actions: read
steps:
- name: ci-test
uses: smartcontractkit/.github/actions/ci-test-go@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/ci-test-go@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-test
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube@cc4cbbd6d39a8e84915b356379a4ef6a16dceaf9 # [email protected]
uses: smartcontractkit/.github/actions/ci-sonarqube@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-sonarqube
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
actions: read
steps:
- name: ci-lint
uses: smartcontractkit/.github/actions/ci-lint-go@f94f14f46f7b3c51c49bffbea420edd2f01134dc # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-go@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-lint
Expand All @@ -64,7 +64,7 @@ jobs:
actions: read
steps:
- name: ci-test
uses: smartcontractkit/.github/actions/ci-test-go@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/ci-test-go@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-test
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube@cc4cbbd6d39a8e84915b356379a4ef6a16dceaf9 # [email protected]
uses: smartcontractkit/.github/actions/ci-sonarqube@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# grafana inputs
metrics-job-name: ci-sonarqube
Expand All @@ -109,7 +109,7 @@ jobs:
steps:
- name: cd-release
id: cd-release
uses: smartcontractkit/.github/actions/cicd-changesets@c5b65fcfe12a5a14b60b03605748af0b0c6cfbea # [email protected]
uses: smartcontractkit/.github/actions/cicd-changesets@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# general inputs
git-user: app-token-issuer-foundations[bot]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# branch-regex: '^(main|release\/.*)'
- name: Validate and Parse Tag
id: tag-parse
uses: smartcontractkit/.github/actions/check-git-tag-for-monorepo@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/check-git-tag-for-monorepo@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
tag-ref: ${{ inputs.tag || github.ref_name }}

Expand All @@ -65,7 +65,7 @@ jobs:
actions: read
steps:
- name: cicd-build-publish-artifacts-release
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@25645c21796ebb5554693fcc0d312dc88330fbe0 # [email protected]
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@e60554a2ba811c31d49f7cb65aa9d6ebaedc9527 # [email protected]
with:
# general inputs
app-name: chainlink-feeds-${{ needs.check-tags.outputs.tag-name }}
Expand Down

0 comments on commit a6086e5

Please sign in to comment.