Skip to content

Commit 3863839

Browse files
build(deps): bump actions/create-github-app-token
Bumps the github-actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@c1a2851...136412a) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 495819e commit 3863839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate token
1616
id: generate_token
17-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # ratchet:actions/[email protected].1
17+
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # ratchet:actions/[email protected].2
1818
with:
1919
app_id: ${{ secrets.APP_ID }}
2020
private_key: ${{ secrets.APP_PEM }}

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate token
1818
id: generate_token
19-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # ratchet:actions/[email protected].1
19+
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # ratchet:actions/[email protected].2
2020
with:
2121
app_id: ${{ secrets.APP_ID }}
2222
private_key: ${{ secrets.APP_PEM }}

0 commit comments

Comments
 (0)