Skip to content

Commit

Permalink
chore(deps): update actions/create-github-app-token digest to 2986852
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 21f99e8 commit 778f2bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oss-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
./scripts/oss-licenses.sh
- uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1
- uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: generate_token
with:
app-id: ${{ secrets.AUTOMATION_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1
- uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: generate_token
with:
app-id: ${{ secrets.AUTOMATION_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1
- uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: generate_token
with:
app-id: ${{ secrets.AUTOMATION_APP_ID }}
Expand Down

0 comments on commit 778f2bd

Please sign in to comment.