Skip to content

Commit 5a94903

Browse files
dependabot[bot]negillett
authored andcommitted
chore(deps): bump actions/create-github-app-token from 1.12.0 to 3.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@d72941d...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed6b5da commit 5a94903

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)