diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 483aec8..6759a8a 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -45,7 +45,7 @@ jobs: path: Slicer fetch-depth: 0 - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.SLICER_APP_ID }} @@ -110,7 +110,7 @@ jobs: - name: Login to Docker Hub if: steps.decide.outputs.should_build == 'true' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -124,7 +124,7 @@ jobs: # Only update SlicerDocker when changes are detected. # Note: we refresh the GitHub App token here because tokens expire after 1 hour. - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: push-token with: app-id: ${{ vars.SLICER_APP_ID }}