diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ab1cf7a..7559cc2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - - uses: canonical/craft-actions/rockcraft-pack@adcd47eb054a3dcf0eabbdb81439aae5f3ce715e # main + - uses: canonical/craft-actions/rockcraft-pack@45232fcc1aee9f1aa4c7f677596d1b871d1a6320 # main id: rockcraft with: rockcraft-channel: edge diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 60930d5..985e8dd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to the Container registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to the Container registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}