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

dependabot not picking up github-actions updates using semver #10924

Open
1 task done
v1v opened this issue Nov 11, 2024 · 1 comment
Open
1 task done

dependabot not picking up github-actions updates using semver #10924

v1v opened this issue Nov 11, 2024 · 1 comment
Labels
L: github:actions GitHub Actions T: bug 🐞 Something isn't working

Comments

@v1v
Copy link

v1v commented Nov 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

github-actions

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

name: release

[...]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - uses: elastic/oblt-actions/aws/[email protected]
[...]
---
## Workflow to process the JUnit test results and add a report to the checks.
name: test-reporter

[...]

jobs:
  report:
    runs-on: ubuntu-latest
    steps:
      - uses: elastic/oblt-actions/test-report@v1

dependabot.yml content

https://github.com/elastic/apm-aws-lambda/blob/main/.github/dependabot.yml

Updated dependency

No response

What you expected to see, versus what you actually saw

I expect to see - uses: elastic/oblt-actions/aws/[email protected] being bumped to the latest release in https://github.com/elastic/oblt-actions/releases, currently the latest version is v1.22.0.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

updater | 2024/11/03 22:36:18 INFO <job_910817858> Checking if elastic/oblt-actions 1 needs updating
  proxy | 2024/11/03 22:36:19 [374] GET [https://github.com:443/elastic/oblt-actions.git/info/refs?service=git-upload-pack](https://github.com/elastic/oblt-actions.git/info/refs?service=git-upload-pack)
2024/11/03 22:36:19 [374] 200 [https://github.com:443/elastic/oblt-actions.git/info/refs?service=git-upload-pack](https://github.com/elastic/oblt-actions.git/info/refs?service=git-upload-pack)
updater | 2024/11/03 22:36:19 INFO <job_910817858> Latest version is 1
2024/11/03 22:36:19 INFO <job_910817858> No update needed for elastic/oblt-actions 1

See logs https://github.com/elastic/apm-aws-lambda/actions/runs/11655243167/job/32449694125

Smallest manifest that reproduces the issue

No response

@v1v v1v added the T: bug 🐞 Something isn't working label Nov 11, 2024
@github-actions github-actions bot added the L: github:actions GitHub Actions label Nov 11, 2024
@v1v
Copy link
Author

v1v commented Nov 12, 2024

Maybe related to #9690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant