diff --git a/.github/workflows/hacs-distribution.yml b/.github/workflows/hacs-distribution.yml index 785c902..adece42 100644 --- a/.github/workflows/hacs-distribution.yml +++ b/.github/workflows/hacs-distribution.yml @@ -63,7 +63,7 @@ jobs: - name: Set up QEMU (multi-arch emulation) if: matrix.arch != 'amd64' - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0 - name: Assemble add-on build context run: | @@ -389,7 +389,7 @@ jobs: run: node tools/extract-changelog.js "$VERSION" > source-release-notes.md - name: Create source-repo GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: v${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }} @@ -398,7 +398,7 @@ jobs: prerelease: false - name: Create distribution-repo GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ${{ env.DISTRIBUTION_REPO }} token: ${{ secrets.HACS_DEPLOY_TOKEN }} diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 54154a4..1c3fabb 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -236,7 +236,7 @@ jobs: - name: Set up QEMU (multi-arch emulation) if: ${{ inputs.run-expensive && matrix.arch != 'amd64' }} - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0 - name: Assemble add-on build context # The production homeassistant-addon/Dockerfile expects package.json,