Skip to content

Commit e906c25

Browse files
Bump actions/create-github-app-token from 3.0.0 to 3.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@f8d387b...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b68a7a5 commit e906c25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Generate GitHub App token
147147
id: app-token
148-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
148+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
149149
with:
150150
app-id: ${{ secrets.GH_APP_ID }}
151151
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/update-workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Maak GitHub App token aan voor Geonovum
2727
id: token-geonovum
28-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
28+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2929
with:
3030
app-id: ${{ secrets.GH_APP_ID }}
3131
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -34,7 +34,7 @@ jobs:
3434
- name: Maak GitHub App token aan voor BROprogramma
3535
id: token-broprogramma
3636
continue-on-error: true
37-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
37+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3838
with:
3939
app-id: ${{ secrets.GH_APP_ID }}
4040
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Maak GitHub App token aan voor ${{ matrix.org }}
9292
id: token
93-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
93+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
9494
with:
9595
app-id: ${{ secrets.GH_APP_ID }}
9696
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)