Browse Source

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

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/a8d616148505b5069dccd32f177bb87d7f39123b...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>
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
dependabot[bot] 7 months ago
parent
commit
a116df9262

+ 1 - 1
.github/workflows/dependabot-approve.yml

@@ -15,7 +15,7 @@ jobs:
       - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
       - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
         with:
         with:
           egress-policy: audit
           egress-policy: audit
-      - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
+      - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
         id: app-token
         id: app-token
         with:
         with:
           app-id: ${{ secrets.APP_ID }}
           app-id: ${{ secrets.APP_ID }}

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

@@ -102,7 +102,7 @@ jobs:
       uses: ./.github/actions/e2e
       uses: ./.github/actions/e2e
     - id: create_token
     - id: create_token
       if: always()
       if: always()
-      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 }}

+ 1 - 1
.github/workflows/ok-to-test-managed.yml

@@ -25,7 +25,7 @@ jobs:
         egress-policy: audit
         egress-policy: audit
     - 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 }}

+ 1 - 1
.github/workflows/ok-to-test.yml

@@ -25,7 +25,7 @@ jobs:
     # See app.yml for an example app manifest
     # See app.yml for an example app manifest
     - 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 }}

+ 1 - 1
.github/workflows/update-deps.yml

@@ -52,7 +52,7 @@ jobs:
       # from running: we can create a PR but the tests won't run :/
       # from running: we can create a PR but the tests won't run :/
     - 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 }}