Skip to content

Commit 2b53e69

Browse files
authored
Merge pull request #35 from IntentProof/dependabot/github_actions/actions/create-github-app-token-3
chore(deps): bump actions/create-github-app-token from 1.12.0 to 3.1.1
2 parents c494b5f + 61d09cf commit 2b53e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance-attestation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Mint cert-bot installation token
121121
id: cert_bot_token
122122
if: ${{ env.PUBLISH_CONFORMANCE_ROOT == 'true' }}
123-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # was `@v1`
123+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # was `@v1`
124124
with:
125125
app-id: ${{ vars.INTENTPROOF_CERT_BOT_ID }}
126126
private-key: ${{ secrets.INTENTPROOF_CERT_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)