diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 6ce4703..35d8736 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -18,7 +18,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 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 }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 544ea3e..9ff8aad 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@62db3a110fb7a4e6d433d5bb1fef18cf95bf4c5a" # main + uses: "WebProject-xyz/.github/.github/workflows/ci.yml@bb7092568ea7522b9670c51a870a0373f183e466" # main secrets: inherit with: test-matrix: |