diff --git a/.github/workflows/kube-flux-diff.yaml b/.github/workflows/kube-flux-diff.yaml index c989af40..44021350 100644 --- a/.github/workflows/kube-flux-diff.yaml +++ b/.github/workflows/kube-flux-diff.yaml @@ -18,7 +18,7 @@ jobs: resource: ["helmrelease", "kustomization"] steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 + uses: actions/create-github-app-token@6c406e8a244fdf6bbf79e6cc8a91504a48d2c2ce # v1.9.2 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index dca36e91..8acc11c9 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 + uses: actions/create-github-app-token@6c406e8a244fdf6bbf79e6cc8a91504a48d2c2ce # v1.9.2 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page diff --git a/.github/workflows/vyos-build.yaml b/.github/workflows/vyos-build.yaml index 6afb747e..1acd3f32 100644 --- a/.github/workflows/vyos-build.yaml +++ b/.github/workflows/vyos-build.yaml @@ -58,7 +58,7 @@ jobs: echo "VYOS_VERSION=${{ github.event.inputs.version || env.VYOS_VERSION }}" >> "${GITHUB_ENV}" - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 + uses: actions/create-github-app-token@6c406e8a244fdf6bbf79e6cc8a91504a48d2c2ce # v1.9.2 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page