diff --git a/.github/workflows/configuration-documentation.yml b/.github/workflows/configuration-documentation.yml index d3c3b560b..cdd4c50f2 100644 --- a/.github/workflows/configuration-documentation.yml +++ b/.github/workflows/configuration-documentation.yml @@ -36,7 +36,7 @@ jobs: working-directory: ./tools/GenerateDocs/ - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TRANSLATION_APP_ID }} private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }} diff --git a/.github/workflows/generate-sbom.yml b/.github/workflows/generate-sbom.yml index 1c756bf82..8aff7be7b 100644 --- a/.github/workflows/generate-sbom.yml +++ b/.github/workflows/generate-sbom.yml @@ -53,7 +53,7 @@ jobs: addSHA3IUFLicense "sbom.json" - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.SBOM_APP_ID }} private-key: ${{ secrets.SBOM_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pull-ocis-icons.yml b/.github/workflows/pull-ocis-icons.yml index 9e70ee55c..8780d179d 100644 --- a/.github/workflows/pull-ocis-icons.yml +++ b/.github/workflows/pull-ocis-icons.yml @@ -50,7 +50,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TRANSLATION_APP_ID }} private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pull-transifex.yml b/.github/workflows/pull-transifex.yml index cb0604975..830c6d9e2 100644 --- a/.github/workflows/pull-transifex.yml +++ b/.github/workflows/pull-transifex.yml @@ -52,7 +52,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.TRANSLATION_APP_ID }} private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}