File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 service_account : github-gar-alma-monthlypayment@lyrical-carver-335213.iam.gserviceaccount.com
3131
3232 - name : Authenticate to Artifact Registry
33- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
33+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
3434 with :
3535 registry : europe-docker.pkg.dev
3636 username : oauth2accesstoken
Original file line number Diff line number Diff line change 2929 repo-token : ${{ github.token }}
3030
3131 - name : Setup PHP
32- uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
32+ uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
3333 with :
3434 tools : composer:v2
3535
Original file line number Diff line number Diff line change 4747
4848 - name : Generate Github token for PR checks
4949 id : github-token-checks
50- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
50+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5151 continue-on-error : true
5252 with :
5353 app-id : ${{ secrets.ALMA_UPDATE_CHECKS_APP_ID }}
Original file line number Diff line number Diff line change 1919
2020 - name : Generate Github token for PR checks
2121 id : github-token-checks
22- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
22+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2323 continue-on-error : true
2424 with :
2525 app-id : ${{ secrets.ALMA_UPDATE_CHECKS_APP_ID }}
4444
4545 - name : Generate Github token for integration-infrastructure repo
4646 id : github-token-infrastructure
47- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
47+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
4848 with :
4949 app-id : ${{ secrets.ALMA_WF_TRIGGER_APP_ID }}
5050 private-key : ${{ secrets.ALMA_WF_TRIGGER_APP_PEM }}
Original file line number Diff line number Diff line change 4747
4848 - name : Generate Github token for PR checks
4949 id : github-token-checks
50- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
50+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5151 continue-on-error : true
5252 with :
5353 app-id : ${{ secrets.ALMA_UPDATE_CHECKS_APP_ID }}
Original file line number Diff line number Diff line change 1919
2020 - name : Generate Github token with permissions to create Github checks
2121 id : github-token-checks
22- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
22+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2323 continue-on-error : true
2424 with :
2525 app-id : ${{ secrets.ALMA_UPDATE_CHECKS_APP_ID }}
4444
4545 - name : Generate a Github token for adobe-commerce-priv repo
4646 id : github-token-adobe-commerce-priv
47- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
47+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
4848 with :
4949 app-id : ${{ secrets.ALMA_WF_TRIGGER_APP_ID }}
5050 private-key : ${{ secrets.ALMA_WF_TRIGGER_APP_PEM }}
Original file line number Diff line number Diff line change 4747 # If using default Github token, the created pull request won't trigger workflows with pull_request event
4848 # See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
4949 - name : Generate Github token to create PR
50- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
50+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5151 id : github-token
5252 with :
5353 app-id : ${{ secrets.ALMA_CREATE_TEAM_PRS_APP_ID }}
You can’t perform that action at this time.
0 commit comments