Skip to content

Commit 0dc0615

Browse files
authored
Merge pull request #323 from Staffbase/dependabot/github_actions/actions/create-github-app-token-1.12.0
chore(deps): bump actions/create-github-app-token from 1.11.0 to 1.12.0
2 parents f86ccef + 1a00402 commit 0dc0615

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/template_autodev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- name: Get App Token
6969
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
70-
uses: actions/create-github-app-token@v1.11.0
70+
uses: actions/create-github-app-token@v1.12.0
7171
id: get_token
7272
with:
7373
app-id: ${{ secrets.app_id }}

.github/workflows/template_automerge_dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Get App Token
41-
uses: actions/create-github-app-token@v1.11.0
41+
uses: actions/create-github-app-token@v1.12.0
4242
id: get_token
4343
with:
4444
app-id: ${{ secrets.app_id }}

.github/workflows/template_changeset_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04
3636
steps:
3737
- name: Get App Token
38-
uses: actions/create-github-app-token@v1.11.0
38+
uses: actions/create-github-app-token@v1.12.0
3939
id: get_token
4040
with:
4141
app-id: ${{ secrets.app_id }}

.github/workflows/template_gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Get App Token
106106
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
107-
uses: actions/create-github-app-token@v1.11.0
107+
uses: actions/create-github-app-token@v1.12.0
108108
id: get_token
109109
with:
110110
app-id: ${{ secrets.app-id }}

.github/workflows/template_release_drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Get App Token
4545
if: ${{ env.USING_APP_CREDENTIALS == 'true' }}
46-
uses: actions/create-github-app-token@v1.11.0
46+
uses: actions/create-github-app-token@v1.12.0
4747
id: get_token
4848
with:
4949
app-id: ${{ secrets.app_id }}

.github/workflows/template_terraform_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Get App Token
30-
uses: actions/create-github-app-token@v1.11.0
30+
uses: actions/create-github-app-token@v1.12.0
3131
id: get_token
3232
with:
3333
app-id: ${{ secrets.app-id }}

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sed -i -E 's/(v[0-9]+.[0-9]+.[0-9]+)/${{ github.ref_name }}/g' README.md
1616
1717
- name: Get App Token
18-
uses: actions/create-github-app-token@v1.11.0
18+
uses: actions/create-github-app-token@v1.12.0
1919
id: get_token
2020
with:
2121
app-id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}

0 commit comments

Comments
 (0)