Browse Source

chore(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#5339)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v2.1.1...67018539274d69449ef7c02e8e71183d1719ab42)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 months ago
parent
commit
a324778c44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lgtm.yml

+ 1 - 1
.github/workflows/lgtm.yml

@@ -27,7 +27,7 @@ jobs:
     # Generate a GitHub App installation access token
     # Generate a GitHub App installation access token
     - name: Generate token
     - name: Generate token
       id: generate_token
       id: generate_token
-      uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
+      uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
       with:
       with:
         app-id: ${{ secrets.APP_ID }}
         app-id: ${{ secrets.APP_ID }}
         private-key: ${{ secrets.PRIVATE_KEY }}
         private-key: ${{ secrets.PRIVATE_KEY }}