Skip to content

Commit

Permalink
chore(deps): update actions/create-github-app-token digest to f04aa94
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 265de68 commit a68c231
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@2986852ad836768dfea7781f31828eb3e17990fa # v1
- uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # 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 @@ -42,7 +42,7 @@ jobs:
id-token: write
packages: write
steps:
- uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
- uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # 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@2986852ad836768dfea7781f31828eb3e17990fa # v1
- uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1
id: generate_token
with:
app-id: ${{ secrets.AUTOMATION_APP_ID }}
Expand Down

0 comments on commit a68c231

Please sign in to comment.