From f7fc2ef635be39882646b94a888d7c7d079a357f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:30:49 +0000 Subject: [PATCH] Bump microsoftgraph/get-app-token from 1.0.0 to 1.0.1 Bumps [microsoftgraph/get-app-token](https://github.com/microsoftgraph/get-app-token) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/microsoftgraph/get-app-token/releases) - [Commits](https://github.com/microsoftgraph/get-app-token/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: microsoftgraph/get-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/snippet-generation-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snippet-generation-pr.yml b/.github/workflows/snippet-generation-pr.yml index 9d2676a1dd990..17a3c626ad5ea 100644 --- a/.github/workflows/snippet-generation-pr.yml +++ b/.github/workflows/snippet-generation-pr.yml @@ -24,7 +24,7 @@ jobs: - name: Get token id: get_token - uses: microsoftgraph/get-app-token@v1.0.0 + uses: microsoftgraph/get-app-token@v1.0.1 with: application-id: ${{ secrets.APPLICATION_ID }} application-private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}