diff --git a/.github/workflows/buildpush.yml b/.github/workflows/buildpush.yml index 39376771..d9606fdb 100644 --- a/.github/workflows/buildpush.yml +++ b/.github/workflows/buildpush.yml @@ -17,7 +17,7 @@ jobs: - openid-connect steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup QEmu so we can build multiplatform uses: docker/setup-qemu-action@v3 - name: Login to docker hub diff --git a/.github/workflows/buildtags.yml b/.github/workflows/buildtags.yml index 8304709d..ce407b61 100644 --- a/.github/workflows/buildtags.yml +++ b/.github/workflows/buildtags.yml @@ -16,7 +16,7 @@ jobs: - openid-connect steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - id: retrieve-version name: Retrieve version run: | diff --git a/.github/workflows/createtag.yml b/.github/workflows/createtag.yml index 1b61f091..0a580d35 100644 --- a/.github/workflows/createtag.yml +++ b/.github/workflows/createtag.yml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.retrieve-version.outputs.version }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - id: retrieve-version run: | PACKAGE_VERSION=$(cat platforms/${{ matrix.folder }}/package.json \ diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 924f0986..b05dddf2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: - openid-connect steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup QEmu so we can build multiplatform uses: docker/setup-qemu-action@v3 - name: Setup Docker buildx