diff --git a/.github/workflows/auto_tag_stable.yml b/.github/workflows/auto_tag_stable.yml index 71f005635758..f701a47e9401 100644 --- a/.github/workflows/auto_tag_stable.yml +++ b/.github/workflows/auto_tag_stable.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout code if: steps.check_branch.outputs.run == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Tag if: steps.check_branch.outputs.run == 'true'