From ac709a478924891665804dfc0e951af55d19655e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:01:36 +0000 Subject: [PATCH] build(deps): bump oras-project/setup-oras from 1.2.3 to 1.2.4 Bumps [oras-project/setup-oras](https://github.com/oras-project/setup-oras) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/oras-project/setup-oras/releases) - [Commits](https://github.com/oras-project/setup-oras/compare/8d34698a59f5ffe24821f0b48ab62a3de8b64b20...22ce207df3b08e061f537244349aac6ae1d214f6) --- updated-dependencies: - dependency-name: oras-project/setup-oras dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/trivydb-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivydb-cache.yaml b/.github/workflows/trivydb-cache.yaml index b4409464..b94895af 100644 --- a/.github/workflows/trivydb-cache.yaml +++ b/.github/workflows/trivydb-cache.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup oras - uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3 + uses: oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1.2.4 - name: Get current date id: date