Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/maint-25/github-actions-2e336…
Browse files Browse the repository at this point in the history
…711f0' into maint-25

* dependabot/github_actions/maint-25/github-actions-2e336711f0:
  build(deps): bump actions/create-github-app-token
  • Loading branch information
garazdawi committed Feb 20, 2025
2 parents 2a848b5 + 84b0895 commit 82c2f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # ratchet:actions/[email protected].3
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # ratchet:actions/[email protected].5
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # ratchet:actions/[email protected].3
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # ratchet:actions/[email protected].5
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
Expand Down

0 comments on commit 82c2f43

Please sign in to comment.