diff --git a/.github/workflows/update-anchore-dependencies.yml b/.github/workflows/update-anchore-dependencies.yml index 135ac6140..eaa73b162 100644 --- a/.github/workflows/update-anchore-dependencies.yml +++ b/.github/workflows/update-anchore-dependencies.yml @@ -31,7 +31,7 @@ jobs: with: repos: ${{ github.event.inputs.repos }} - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf #v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 #v3.0.0 id: generate-token with: app-id: ${{ secrets.TOKEN_APP_ID }} diff --git a/.github/workflows/update-bootstrap-tools.yml b/.github/workflows/update-bootstrap-tools.yml index 6b6588f5e..c7e263c40 100644 --- a/.github/workflows/update-bootstrap-tools.yml +++ b/.github/workflows/update-bootstrap-tools.yml @@ -45,7 +45,7 @@ jobs: echo "\`\`\`" } >> $GITHUB_STEP_SUMMARY - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf #v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 #v3.0.0 id: generate-token with: app-id: ${{ secrets.TOKEN_APP_ID }} diff --git a/.github/workflows/update-cpe-dictionary-index.yml b/.github/workflows/update-cpe-dictionary-index.yml index 03c6e867b..513a5b6f0 100644 --- a/.github/workflows/update-cpe-dictionary-index.yml +++ b/.github/workflows/update-cpe-dictionary-index.yml @@ -46,7 +46,7 @@ jobs: - name: Push updated CPE cache to registry run: make generate:cpe-index:cache:push - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf #v2.2.1 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 #v3.0.0 id: generate-token with: app-id: ${{ secrets.TOKEN_APP_ID }}