Skip to content

Commit

Permalink
chore(deps): bump tibdex/github-app-token from 1.6.0 to 1.7.0 (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
1 parent 21dd03c commit 73ea22f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-version-release.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
release_version:
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
if: ${{ !env.DRY_RUN && !inputs.token }}
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cspell5-update-dependencies.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
echo 'DIFF' >> $GITHUB_ENV
- name: Echo git_status
run: echo "${{ env.git_status }}"
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cspell5-update-dictionaries.yml
Expand Up @@ -105,7 +105,7 @@ jobs:
git --no-pager diff --compact-summary >> $GITHUB_ENV
echo 'DIFF' >> $GITHUB_ENV
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
id: generate-token
with:
app_id: ${{ secrets.AUTOMATION_APP_ID }}
Expand Down
Expand Up @@ -50,7 +50,7 @@ jobs:
echo 'DIFF' >> $GITHUB_ENV
- name: Echo git_status
run: echo "${{ env.git_status }}"
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-update-lockfile.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: ^7

- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
id: generate-token
with:
app_id: ${{ secrets.AUTOMATION_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-pr-from-artifact.yml
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
echo "$git_body"
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-pr.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
echo "$git_body"
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
echo 'DIFF' >> $GITHUB_ENV
- name: Echo git_status
run: echo "${{ env.git_status }}"
- uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
Expand Down

0 comments on commit 73ea22f

Please sign in to comment.