File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments