Skip to content

Commit 50cd750

Browse files
chore(deps): update github actions (#276)
Co-authored-by: alma-renovate-bot[bot] <163289924+alma-renovate-bot[bot]@users.noreply.github.com>
1 parent 94f15d3 commit 50cd750

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/aqua.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/e2e-test-post-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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 }}

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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 }}
@@ -44,7 +44,7 @@ jobs:
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 }}

.github/workflows/e2e-tests-playwright-post-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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 }}

.github/workflows/e2e-tests-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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 }}
@@ -44,7 +44,7 @@ jobs:
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 }}

.github/workflows/release-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)