Skip to content

Commit 6059c0f

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3 in the release group across 1 directory (#147)
* chore(deps): bump actions/create-github-app-token in the release group Bumps the release group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: release ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): pin create-github-app-token to SHA for v3 tag * fix(deps): pin all remaining actions to commit SHA * fix(deps): revert internal modules back to tags --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lucas Bedatty <lucas.bedatty@lerian.studio>
1 parent 6f2f7d1 commit 6059c0f

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/gptchangelog.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
is_stable: ${{ steps.check-tag.outputs.is_stable }}
6363
steps:
6464
- name: Checkout for branch check
65-
uses: actions/checkout@v6
65+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6666
with:
6767
fetch-depth: 0
6868

@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Checkout repository
141141
if: steps.check-tag.outputs.is_stable == 'true' || inputs.stable_releases_only == false
142-
uses: actions/checkout@v6
142+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
143143
with:
144144
fetch-depth: 0
145145

@@ -252,14 +252,14 @@ jobs:
252252

253253
steps:
254254
- name: Create GitHub App Token
255-
uses: actions/create-github-app-token@v2
255+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
256256
id: app-token
257257
with:
258258
app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
259259
private-key: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_PRIVATE_KEY }}
260260

261261
- name: Checkout repository
262-
uses: actions/checkout@v6
262+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
263263
with:
264264
fetch-depth: 0
265265
token: ${{ steps.app-token.outputs.token }}
@@ -279,7 +279,7 @@ jobs:
279279
fi
280280
281281
- name: Import GPG key
282-
uses: crazy-max/ghaction-import-gpg@v7
282+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7
283283
id: import_gpg
284284
with:
285285
gpg_private_key: ${{ secrets.LERIAN_CI_CD_USER_GPG_KEY }}
@@ -733,7 +733,7 @@ jobs:
733733
runs-on: blacksmith-4vcpu-ubuntu-2404
734734
steps:
735735
- name: Send Slack notification for sync PR
736-
uses: slackapi/slack-github-action@v1.24.0
736+
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
737737
with:
738738
payload: |
739739
{

.github/workflows/helm-update-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- name: Generate GitHub App Token
102102
id: app-token
103-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
103+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
104104
with:
105105
app-id: ${{ secrets.APP_ID }}
106106
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release-notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
115115
steps:
116116
- name: Create GitHub App token
117-
uses: actions/create-github-app-token@v2
117+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
118118
id: app-token
119119
with:
120120
app-id: ${{ secrets.APP_ID }}
121121
private-key: ${{ secrets.APP_PRIVATE_KEY }}
122122

123123
- name: Checkout
124-
uses: actions/checkout@v6
124+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
125125

126126
- name: Fetch latest release tag
127127
id: release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
gpg_fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}
104104

105105
steps:
106-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
106+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
107107
id: app-token
108108
with:
109109
app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}

.github/workflows/typescript-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
gpg_fingerprint: ${{ steps.import_gpg.outputs.fingerprint }}
115115

116116
steps:
117-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
117+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
118118
id: app-token
119119
with:
120120
app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}

0 commit comments

Comments
 (0)