diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index b9649c7..df4054c 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -34,15 +34,15 @@ jobs: envFile: ${{ inputs.envFile }} - name: Log in to the Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.github-token }} - - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 + - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 env: baseImage: BASE_IMAGE=oven/bun:${{ env.BUN_VERSION || 'latest' }}-slim with: diff --git a/.github/workflows/eas-build-local.yml b/.github/workflows/eas-build-local.yml index efe86ee..7b94335 100644 --- a/.github/workflows/eas-build-local.yml +++ b/.github/workflows/eas-build-local.yml @@ -106,7 +106,7 @@ jobs: ref: ${{ inputs.checkout_ref }} # as required by expo 50 - - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 with: distribution: zulu java-version: ${{ inputs.java_version }} diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index 8aa0648..912e554 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -106,7 +106,7 @@ jobs: return path.join(os.tmpdir(), 'metro-cache'); - name: Restore Metro cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.metro-cache-dir-path.outputs.result }} key: ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }} @@ -122,7 +122,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_DEPLOY_ENV: ${{ inputs.expo_release_channel }} - - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + - uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: recreate: true message: | diff --git a/.github/workflows/expo-publish.yml b/.github/workflows/expo-publish.yml index 09ee558..4e03419 100644 --- a/.github/workflows/expo-publish.yml +++ b/.github/workflows/expo-publish.yml @@ -100,7 +100,7 @@ jobs: return path.join(os.tmpdir(), 'metro-cache'); - name: Restore Metro cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.metro-cache-dir-path.outputs.result }} key: ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }}