Skip to content

Commit c933e32

Browse files
Merge pull request #183 from alma/renovate/github-actions
chore(deps): update github actions
2 parents 62ed538 + fc4227f commit c933e32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-php-client@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
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Setup PHP
41-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
41+
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
4242
with:
4343
php-version: ${{ matrix.php }}
4444
tools: composer:v2

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
cc <@khadija.cherif>
114114
115115
- 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
117117
with:
118118
method: chat.postMessage
119119
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}

.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)