Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@@ -15,7 +15,7 @@ jobs:
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: audit
- - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
+ - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
id: app-token
env:
APP_ID: ${{ secrets.APP_ID }}
@@ -123,7 +123,7 @@ jobs:
uses: ./.github/actions/e2e
- id: create_token
if: always()
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
@@ -28,7 +28,7 @@ jobs:
# Generate a GitHub App installation access token
- name: Generate token
id: generate_token
LGTM_APP_ID: ${{ secrets.LGTM_APP_ID }}
LGTM_PRIVATE_KEY: ${{ secrets.LGTM_PRIVATE_KEY }}
@@ -25,7 +25,7 @@ jobs:
# See app.yml for an example app manifest
@@ -50,7 +50,7 @@ jobs:
# from running: we can create a PR but the tests won't run :/