Skip to content

Commit b1ddc86

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

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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-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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3434
with:
3535
registry: europe-docker.pkg.dev
3636
username: oauth2accesstoken

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
ref: main
2121

2222
- name: Release drafter
23-
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
23+
uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
2424
id: release-drafter
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Update release draft
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3030
with:
3131
script: |
3232
const { owner, repo } = context.repo;

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
https://uploads.github.com/repos/${{ github.repository }}/releases/${{ steps.fetch-release-draft.outputs.id }}/assets?name=alma-php-client.zip
8686
8787
- name: Publish Github release
88-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
88+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8989
with:
9090
# target_commitish is set to refs/heads/develop by release-drafter as we need to retrieve pull requests merged into develop
9191
# We need to override it to refs/heads/main to point to the last commit of main branch instead of develop branch
@@ -113,7 +113,7 @@ jobs:
113113
cc <@khadija.cherif>
114114
115115
- name: Send changelog to Slack
116-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
116+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
117117
with:
118118
method: chat.postMessage
119119
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.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,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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
50+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5151
id: github-token
5252
with:
5353
app-id: ${{ secrets.ALMA_CREATE_TEAM_PRS_APP_ID }}

0 commit comments

Comments
 (0)