Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow file with multiple uses only shows first failure #162

Open
leemeador opened this issue Jun 13, 2024 · 1 comment · May be fixed by #163
Open

Workflow file with multiple uses only shows first failure #162

leemeador opened this issue Jun 13, 2024 · 1 comment · May be fixed by #163
Labels
enhancement New feature or request

Comments

@leemeador
Copy link

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

@leemeador leemeador linked a pull request Jun 13, 2024 that will close this issue
@zgosalvez zgosalvez added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jun 17, 2024
@zgosalvez
Copy link
Owner

The current behavior is by-design, so I'm labeling this issue as an enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants