-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update smartcontractkit/.github requirement to 39ad7f8680f9c6f5585dd0…
…5d5a1c6023e1855cec Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/39ad7f8680f9c6f5585dd05d5a1c6023e1855cec) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a6e3fe8
commit 45242f2
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-lint | ||
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-lint-misc | ||
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-test | ||
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-sonarqube | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-lint | ||
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-test | ||
|
@@ -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@39ad7f8680f9c6f5585dd05d5a1c6023e1855cec # [email protected] | ||
with: | ||
# grafana inputs | ||
metrics-job-name: ci-sonarqube | ||
|