diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 1588ca8..b5f4608 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -20,7 +20,7 @@ jobs: - name: Get Token id: get_workflow_token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 with: app-id: ${{ secrets.CODEQL_FIELD_BOT_ID }} private-key: ${{ secrets.CODEQL_FIELD_BOT_KEY }}