Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22013 from lnicola/bump-create-github-app-token
minor: Bump create-github-app-token
| -rw-r--r-- | .github/workflows/gen-lints.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen-lints.yml b/.github/workflows/gen-lints.yml index edc561103e..c978e3571c 100644 --- a/.github/workflows/gen-lints.yml +++ b/.github/workflows/gen-lints.yml @@ -25,7 +25,7 @@ jobs: - name: Generate lints/feature flags run: cargo codegen lint-definitions - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.APP_CLIENT_ID }} |