Missing download info for actions/checkout@v4
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8.9k
- Forks
- 2.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, my GHA pipeline started to fail on step that uses tenhaus/get-release-or-tag@v2 action.
The same error happens on checkout@v4, checkout@v3 and checkout@v4.2.2.
GHA job that fails when I try to use this action:
build-docker-acr-new:
runs-on: [ self-hosted, linux, cicdframework ]
needs: [unit-tests]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to ACR
uses: docker/login-action@v3
with:
registry: ${{ vars.ACR_REGISTRY_NEW }}
username: ${{ secrets.ACR_USERNAME_NEW }}
password: ${{ secrets.ACR_TOKEN_NEW }}
- name: Get TAG or SHA
uses: procter-gamble/get-release-or-tag-github-actions@v2
id: tag
- name: Build and push
id: docker_build
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
push: true
tags: ${{ vars.ACR_REGISTRY_NEW }}/spyglass-kpimanager-api:${{ steps.tag.outputs.tag }}
- name: Image Hash
run: echo ${{ steps.tag.outputs.tag }}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure in the provided GitHub Actions workflow, beginning with actions/checkout@v4 and the tenhaus/get-release-or-tag@v2 step. Compare the behavior across the listed checkout versions and inspect the reported missing download information. Done means the cause is identified and the affected workflow receives the expected download information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100