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 }}