diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 0aa4276..40b133a 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -18,14 +18,14 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: # On workflow_dispatch, checkout the tag passed in. On a tag push, checkout the tag from the event. ref: ${{ github.event.inputs.version || github.ref }} fetch-depth: 0 - name: Log in to GitHub Container Registry - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b351f6..47db666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: jobs: ci: - uses: "WebProject-xyz/.github/.github/workflows/ci.yml@923056ac2deedfddf562951d2e0f0cc7bcf278c2" # main + uses: "WebProject-xyz/.github/.github/workflows/ci.yml@d5934190d65515b9b4aaec89f67a47e015883139" # main secrets: inherit with: test-matrix: |