kumaab commented on PR #13: URL: https://github.com/apache/ranger-tools/pull/13#issuecomment-5206984302
> Thanks @kumaab for the patch. Can we bump all docker actions, even if still allowed currently? They will be outdated in a few weeks. > > ``` > uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf > uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd > uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a > ``` > > to > > ``` > uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0 > uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 > uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 > ``` > > Infra allowlist: > > ``` > 445: 030e881283bb7a6894de51c315a6bfe6a94e05cf: > 446- tag: v6.0.0 > 447- expires_at: 2026-08-16 > -- > 454: 4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd: > 455- tag: v4.0.0 > 456- expires_at: 2026-08-16 > -- > 463: ce360397dd3f832beb865e1373c09c0e9f86d70a: > 464- tag: v4.0.0 > 465- expires_at: 2026-08-19 > ``` > > Also, please add a [dependabot config](https://github.com/apache/ozone-docker/blob/latest/.github/dependabot.yml) to update these versions automatically. Sure Attila, sounds good. I'll do that in a follow-up PR. Thank you!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
