Skip to content

Commit 8d60fde

Browse files
chore(deps): bump actions/create-github-app-token from 1.6.3 to 1.9.3 (#1477)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.6.3 to 1.9.3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@f04aa94...7bfa3a4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94d58a1 commit 8d60fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Generate token
3636
id: generate-token
37-
uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1.6.3
37+
uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
3838
with:
3939
app-id: ${{ vars.JANUS_IDP_GITHUB_APP_ID }}
4040
private-key: ${{ secrets.JANUS_IDP_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)