diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 80b6d82a..f9937451 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -44,14 +44,14 @@ jobs: - name: compute diff id: diff - uses: int128/diff-action@c99d6662b60981d976889ecfbb2c4c6d7abe58b4 # v2.18.0 + uses: int128/diff-action@4f3410e61ae214893e1f2acc062471a668a525f4 # v2.23.0 with: base: main/charts/immich/build head: charts/immich/build - name: create diff comment if: ${{ !github.event.pull_request.head.repo.fork }} - uses: mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0 + uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0 with: message-id: diff-action message: | @@ -73,7 +73,7 @@ jobs: private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }} - name: Setup Mise - uses: immich-app/devtools/actions/use-mise@01a4d354b70f99a6baf4a1b72827f6d4922e4978 # use-mise-action-v2.0.0 + uses: immich-app/devtools/actions/use-mise@cf6e190bacde3d7bda59372a786b36ac7d01536a # use-mise-action-v2.0.1 with: github_token: ${{ steps.token.outputs.token }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d43a41f6..13651558 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: - name: Login to GitHub Container Registry if: ${{ steps.version.outputs.should_release == 'true' }} - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }}