File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
service_account : github-gar-alma-php-client@lyrical-carver-335213.iam.gserviceaccount.com
31
31
32
32
- name : Authenticate to Artifact Registry
33
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
33
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
34
34
with :
35
35
registry : europe-docker.pkg.dev
36
36
username : oauth2accesstoken
Original file line number Diff line number Diff line change 38
38
persist-credentials : false
39
39
40
40
- name : Setup PHP
41
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
41
+ uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
42
42
with :
43
43
php-version : ${{ matrix.php }}
44
44
tools : composer:v2
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
cc <@khadija.cherif>
114
114
115
115
- name : Send changelog to Slack
116
- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
116
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
117
117
with :
118
118
method : chat.postMessage
119
119
token : ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
Original file line number Diff line number Diff line change 47
47
# If using default Github token, the created pull request won't trigger workflows with pull_request event
48
48
# See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
49
49
- 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
51
51
id : github-token
52
52
with :
53
53
app-id : ${{ secrets.ALMA_CREATE_TEAM_PRS_APP_ID }}
You can’t perform that action at this time.
0 commit comments