From 91d3f18e9b88b13714d9859b873a1ed02058a4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:11:49 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to 19659dbe77426f23915b80aed6948dd4698b53ba Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/19659dbe77426f23915b80aed6948dd4698b53ba) --- 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..30383ff 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@19659dbe77426f23915b80aed6948dd4698b53ba # 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@19659dbe77426f23915b80aed6948dd4698b53ba # 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@19659dbe77426f23915b80aed6948dd4698b53ba # 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@19659dbe77426f23915b80aed6948dd4698b53ba # 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..55741c3 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@19659dbe77426f23915b80aed6948dd4698b53ba # 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@19659dbe77426f23915b80aed6948dd4698b53ba # 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@19659dbe77426f23915b80aed6948dd4698b53ba # ci-sonarqube@0.2.0 with: # grafana inputs metrics-job-name: ci-sonarqube