Skip to content

Commit d3cef63

Browse files
chore(deps): update github actions
1 parent e2a9883 commit d3cef63

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/aqua.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
show-progress: false
2323

@@ -30,7 +30,7 @@ jobs:
3030
service_account: github-gar-alma-php-client@lyrical-carver-335213.iam.gserviceaccount.com
3131

3232
- name: Authenticate to Artifact Registry
33-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
33+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3434
with:
3535
registry: europe-docker.pkg.dev
3636
username: oauth2accesstoken

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919

20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
ref: develop
2323

@@ -28,7 +28,7 @@ jobs:
2828
git reset --hard main
2929
3030
- name: Create Pull Request
31-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
31+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3232
with:
3333
commit-message: 'chore: backport main to develop'
3434
title: Backport main to develop

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
with:
4040
persist-credentials: false
4141

4242
- name: Setup PHP
43-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
43+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
4444
with:
4545
php-version: ${{ matrix.php }}
4646
tools: composer:v2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717

18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
ref: main
2121

2222
- name: Release drafter
23-
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
23+
uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4.0
2424
id: release-drafter
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
./scripts/update-files-with-release-version.sh ${{ steps.release-drafter.outputs.tag_name }}
5050
5151
- name: Create Pull Request
52-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
52+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
5353
with:
5454
commit-message: 'chore: update version'
5555
title: Release ${{ steps.release-drafter.outputs.tag_name }}

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717

18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Install taskfile.dev
2121
uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212

13-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
with:
1515
ref: main
1616
persist-credentials: false
@@ -24,7 +24,7 @@ jobs:
2424
git reset --hard develop
2525
2626
- name: Create release draft
27-
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
27+
uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4.0
2828
id: release-drafter
2929
with:
3030
# release-drafter should be based on develop to get the correct content as pull requests are merged into develop
@@ -47,15 +47,15 @@ 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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
50+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
5151
id: github-token
5252
with:
5353
app-id: ${{ secrets.ALMA_CREATE_TEAM_PRS_APP_ID }}
5454
private-key: ${{ secrets.ALMA_CREATE_TEAM_PRS_APP_PEM }}
5555
repositories: alma-php-client
5656

5757
- name: Create Pull Request
58-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
58+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
5959
with:
6060
token: ${{ steps.github-token.outputs.token }}
6161
commit-message: 'chore: update version'

0 commit comments

Comments
 (0)