Open leemeador opened 5 months ago
Using this version:
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@v3.0.7
With these lines in among the steps of a workflow in .github/workflows
steps: - id: files uses: jitterbit/get-changed-files@v1 continue-on-error: true ... more stuff here without any 'uses" steps ... - name: Checkout Repo uses: actions/checkout@v4.1.1
shows this error:
.github/workflows/the-workflow.yaml Error: jitterbit/get-changed-files@v1 is not pinned to a full length commit SHA.
And there is no mention of the checkout without a sha
The current behavior is by-design, so I'm labeling this issue as an enhancement.
Using this version:
With these lines in among the steps of a workflow in .github/workflows
shows this error:
And there is no mention of the checkout without a sha