From d7767f4450156b2c338cc3746ef9616d7e1cbb7e Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 7 Jun 2026 21:03:51 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/artifacthub-metadata.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/artifacthub-metadata.yaml b/.gitea/workflows/artifacthub-metadata.yaml index 3e30efb..bd6d319 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: docker/login-action@v4.2.0 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.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