Skip to content

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

@v1v

Description

@v1v

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/auth@v1.10.0
[...]
---
## 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/auth@v1.10.0 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions