View resolved orb version

Yes, there is. I’m not in any orgs that are using CircleCI / orbs right now, so had to setup a test job to verify this, but one way is to go to the triple dots for a workflow, then click on ‘configuration file’ and toggle over from “source” to “compiled”.

There will be a comment near the top with the version it resolved to

So in my test, I had

version: 2.1

orbs:
  shellcheck: circleci/shellcheck@3

workflows:
  checks:
    jobs:
      - shellcheck/check

2 Likes