diff --git a/.github/workflows/dispatch-update-chart-events.yaml b/.github/workflows/dispatch-update-chart-events.yaml index d62515c..e8efcc1 100644 --- a/.github/workflows/dispatch-update-chart-events.yaml +++ b/.github/workflows/dispatch-update-chart-events.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: Generate GitHub App token id: generate-token - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} diff --git a/.github/workflows/fix-vulnerabilities.yaml b/.github/workflows/fix-vulnerabilities.yaml index 0b1884e..7fb1696 100644 --- a/.github/workflows/fix-vulnerabilities.yaml +++ b/.github/workflows/fix-vulnerabilities.yaml @@ -72,7 +72,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} diff --git a/.github/workflows/sync-from-upstream.yaml b/.github/workflows/sync-from-upstream.yaml index ae81837..3c0e211 100644 --- a/.github/workflows/sync-from-upstream.yaml +++ b/.github/workflows/sync-from-upstream.yaml @@ -73,7 +73,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} @@ -212,7 +212,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }}