Skip to content

Commit

Permalink
Merge pull request #10 from soulwhisper/renovate/actions-create-githu…
Browse files Browse the repository at this point in the history
…b-app-token-digest

ci(github-action): update actions/create-github-app-token digest ( 5d869da → c1a2851 )
  • Loading branch information
soulwhisper authored Jan 6, 2025
2 parents fa6cdc5 + cb3aec3 commit a3252a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Generate Token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
id: app-token
with:
app-id: ${{ secrets.PRIVATE_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
id: app-token
with:
app-id: ${{ secrets.PRIVATE_APP_ID }}
Expand Down

0 comments on commit a3252a9

Please sign in to comment.