Skip to content

Commit 6231e37

Browse files
authored
Merge pull request #31 from Geonovum/dependabot/github_actions/actions/create-github-app-token-3.1.1
Bump actions/create-github-app-token from 3.0.0 to 3.1.1
2 parents 8ad5d0c + e906c25 commit 6231e37

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)