From 01cfc7484735142c8f6b19b40a94360cbb507301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:19:57 +0000 Subject: [PATCH] build(deps): update smartcontractkit/.github requirement to 5b1046c28343660ecb84844c6fa95a66d1cdb52e Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/5b1046c28343660ecb84844c6fa95a66d1cdb52e) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-master.yml | 2 +- .github/workflows/push-tag-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-master.yml b/.github/workflows/pull-request-master.yml index a978f66..1951e2c 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ci-lint-misc - uses: smartcontractkit/.github/actions/ci-lint-misc@6b08487b176ef7cad086526d0b54ddff6691c044 # ci-lint-misc@0.1.1 + uses: smartcontractkit/.github/actions/ci-lint-misc@5b1046c28343660ecb84844c6fa95a66d1cdb52e # ci-lint-misc@0.1.1 with: # grafana inputs metrics-job-name: ci-lint-misc diff --git a/.github/workflows/push-tag-release.yml b/.github/workflows/push-tag-release.yml index 85c27b5..e885ce4 100644 --- a/.github/workflows/push-tag-release.yml +++ b/.github/workflows/push-tag-release.yml @@ -50,7 +50,7 @@ jobs: # branch-regex: '^(main|release\/.*)' - name: Validate and Parse Tag id: tag-parse - uses: smartcontractkit/.github/actions/check-git-tag-for-monorepo@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # check-git-tag-for-monorepo@0.1.0 + uses: smartcontractkit/.github/actions/check-git-tag-for-monorepo@5b1046c28343660ecb84844c6fa95a66d1cdb52e # check-git-tag-for-monorepo@0.1.0 with: tag-ref: ${{ inputs.tag || github.ref_name }}