From 0284509c2ac7d958cd11fa375e80c8a1e76bab74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:53:36 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to 0be11bd2a6e784089ffa414104e3b12970d5be8b Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/0be11bd2a6e784089ffa414104e3b12970d5be8b) --- 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 b26c7af..8dc9b0c 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -49,7 +49,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # ci-lint-go@0.1.0 with: # grafana inputs metrics-job-name: ci-lint @@ -69,7 +69,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # ci-lint-misc@0.1.0 with: # grafana inputs metrics-job-name: ci-lint-misc @@ -84,7 +84,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # ci-test-go@0.1.0 with: # grafana inputs metrics-job-name: ci-test @@ -108,7 +108,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # 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 38d6a50..2c7e5dc 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -41,7 +41,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # ci-lint-go@0.1.0 with: # grafana inputs metrics-job-name: ci-lint @@ -65,7 +65,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # ci-test-go@0.1.0 with: # grafana inputs metrics-job-name: ci-test @@ -89,7 +89,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@0be11bd2a6e784089ffa414104e3b12970d5be8b # ci-sonarqube@0.2.0 with: # grafana inputs metrics-job-name: ci-sonarqube