From 870fabbc87c4107f80b4ff33db7a330f41e5a1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:55:58 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to ce9c44774f5efeb4b4dedc25f10c038cde23023a 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] --- .github/workflows/pull-request-master.yml | 8 ++++---- .github/workflows/push-master.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull-request-master.yml b/.github/workflows/pull-request-master.yml index ce31819..1860fe1 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -48,7 +48,7 @@ jobs: actions: read steps: - name: ci-lint - uses: smartcontractkit/.github/actions/ci-lint-go@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # ci-lint-go@0.1.0 + uses: smartcontractkit/.github/actions/ci-lint-go@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-lint-go@0.1.0 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 # ci-lint-misc@0.1.0 + uses: smartcontractkit/.github/actions/ci-lint-misc@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-lint-misc@0.1.0 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 # ci-test-go@0.1.0 + uses: smartcontractkit/.github/actions/ci-test-go@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-test-go@0.1.0 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 # ci-sonarqube@0.2.0 + uses: smartcontractkit/.github/actions/ci-sonarqube@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-sonarqube@0.2.0 with: # grafana inputs metrics-job-name: ci-sonarqube diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 593c158..6970c5c 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -40,7 +40,7 @@ jobs: actions: read steps: - name: ci-lint - uses: smartcontractkit/.github/actions/ci-lint-go@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # ci-lint-go@0.1.0 + uses: smartcontractkit/.github/actions/ci-lint-go@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-lint-go@0.1.0 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 # ci-test-go@0.1.0 + uses: smartcontractkit/.github/actions/ci-test-go@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-test-go@0.1.0 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 # ci-sonarqube@0.2.0 + uses: smartcontractkit/.github/actions/ci-sonarqube@ce9c44774f5efeb4b4dedc25f10c038cde23023a # ci-sonarqube@0.2.0 with: # grafana inputs metrics-job-name: ci-sonarqube