Skip to content

Commit

Permalink
Update smartcontractkit/.github requirement to ce9c44774f5efeb4b4dedc…
Browse files Browse the repository at this point in the history
…25f10c038cde23023a

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent a6e3fe8 commit 870fabb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 @@ -48,7 +48,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@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [email protected]
with:
# grafana inputs
metrics-job-name: ci-lint
Expand All @@ -68,7 +68,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@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [email protected]
with:
# grafana inputs
metrics-job-name: ci-lint-misc
Expand All @@ -83,7 +83,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@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [email protected]
with:
# grafana inputs
metrics-job-name: ci-test
Expand All @@ -107,7 +107,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@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [email protected]
with:
# grafana inputs
metrics-job-name: ci-sonarqube
Expand Down
6 changes: 3 additions & 3 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@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-go@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [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@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [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@ce9c44774f5efeb4b4dedc25f10c038cde23023a # [email protected]
with:
# grafana inputs
metrics-job-name: ci-sonarqube
Expand Down

0 comments on commit 870fabb

Please sign in to comment.