Skip to content

Commit 73ea22f

Browse files
chore(deps): bump tibdex/github-app-token from 1.6.0 to 1.7.0 (#3888)
1 parent 21dd03c commit 73ea22f

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/build-version-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
release_version:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
42+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
4343
if: ${{ !env.DRY_RUN && !inputs.token }}
4444
id: generate-token
4545
with:

.github/workflows/cspell5-update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo 'DIFF' >> $GITHUB_ENV
7575
- name: Echo git_status
7676
run: echo "${{ env.git_status }}"
77-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
77+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
7878
if: env.git_status == 'dirty'
7979
id: generate-token
8080
with:

.github/workflows/cspell5-update-dictionaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
git --no-pager diff --compact-summary >> $GITHUB_ENV
106106
echo 'DIFF' >> $GITHUB_ENV
107107
108-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
108+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
109109
id: generate-token
110110
with:
111111
app_id: ${{ secrets.AUTOMATION_APP_ID }}

.github/workflows/cspell5-update-integration-repositories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo 'DIFF' >> $GITHUB_ENV
5151
- name: Echo git_status
5252
run: echo "${{ env.git_status }}"
53-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
53+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
5454
if: env.git_status == 'dirty'
5555
id: generate-token
5656
with:

.github/workflows/dependabot-update-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
version: ^7
1616

17-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
17+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
1818
id: generate-token
1919
with:
2020
app_id: ${{ secrets.AUTOMATION_APP_ID }}

.github/workflows/reuseable-pr-from-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
echo "$git_body"
9898
99-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
99+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
100100
if: env.git_status == 'dirty'
101101
id: generate-token
102102
with:

.github/workflows/reuseable-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
echo "$git_body"
8484
85-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
85+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
8686
if: env.git_status == 'dirty'
8787
id: generate-token
8888
with:

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo 'DIFF' >> $GITHUB_ENV
4646
- name: Echo git_status
4747
run: echo "${{ env.git_status }}"
48-
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
48+
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
4949
if: env.git_status == 'dirty'
5050
id: generate-token
5151
with:

0 commit comments

Comments
 (0)