Skip to content

Commit 7785821

Browse files
chore(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#7279)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 822c3e7 commit 7785821

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/lock-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Get App Token
25-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
25+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
2626
id: app-token
2727
with:
2828
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Get App Token
58-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
58+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
5959
id: app-token
6060
with:
6161
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: npm ci
4343

44-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
44+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
4545
id: app-token
4646
with:
4747
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate token for primer
2323
id: generate_primer_token
24-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
24+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2525
with:
2626
app-id: 902635
2727
owner: 'primer'

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Generate token
6464
id: generate_token
65-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
65+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
6666
with:
6767
app-id: ${{ secrets.APP_ID }}
6868
private-key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)