File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
20+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 with :
2222 show-progress : false
2323
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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
3434 with :
3535 registry : europe-docker.pkg.dev
3636 username : oauth2accesstoken
Original file line number Diff line number Diff line change 1717
1818 steps :
1919
20- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 with :
2222 ref : develop
2323
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
38+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3939 with :
4040 persist-credentials : false
4141
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ jobs:
1515
1616 steps :
1717
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
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@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1
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;
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1919
2020 - name : Install taskfile.dev
21- uses : arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2
21+ uses : arduino/setup-task@c0bc642852239c2689f73f4ea6459c29405f3c52 # v3.0.0
2222 with :
2323 version : 3.x
2424 repo-token : ${{ github.token }}
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@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
117117 with :
118118 method : chat.postMessage
119119 token : ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1010
1111 steps :
1212
13- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
13+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1414 with :
1515 ref : main
1616 persist-credentials : false
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@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1
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
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@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 .2.0
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