diff --git a/.github/workflows/fossify-event-dispatcher.yml b/.github/workflows/fossify-event-dispatcher.yml index 2a62859..cafdd0b 100644 --- a/.github/workflows/fossify-event-dispatcher.yml +++ b/.github/workflows/fossify-event-dispatcher.yml @@ -64,7 +64,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ steps.app-token.outputs.token }} script: | diff --git a/.github/workflows/image-minimizer.yml b/.github/workflows/image-minimizer.yml index 723ecf7..5cc1faf 100644 --- a/.github/workflows/image-minimizer.yml +++ b/.github/workflows/image-minimizer.yml @@ -34,7 +34,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Minimize simple images - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 timeout-minutes: 3 with: github-token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index 5a86d49..7820cd8 100644 --- a/.github/workflows/prepare-release-pr.yml +++ b/.github/workflows/prepare-release-pr.yml @@ -94,7 +94,7 @@ jobs: - name: Add translations entry in changelog if: ${{ steps.update-version.outcome == 'success' }} id: update_changelog - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: script: | const fs = require('fs'); @@ -139,7 +139,7 @@ jobs: - name: Extract changelog notes if: ${{ steps.update-version.outcome == 'success' }} id: extract_changelog - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: script: | const fs = require('fs'); diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c85ce23..9071fa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: - name: Extract Changelog Notes id: extract_changelog - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: script: | const path = require('path');