From 3c764323f7907942371828b094eeda35326791bc Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 2 Jul 2026 21:07:08 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/artifacthub-metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/artifacthub-metadata.yaml b/.gitea/workflows/artifacthub-metadata.yaml index c14ad8a..261e774 100644 --- a/.gitea/workflows/artifacthub-metadata.yaml +++ b/.gitea/workflows/artifacthub-metadata.yaml @@ -10,13 +10,13 @@ jobs: name: "Upload artifacthub-repo.yml to OCI registry" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 with: registry: ${{ github.server_url }} username: ${{ github.repository_owner }} password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} - - uses: oras-project/setup-oras@v2.0.0 + - uses: oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2.0.0 with: version: 1.3.2 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?.*)$' - name: Extract meta information