diff --git a/.github/workflows/dispatch-update-chart-events.yaml b/.github/workflows/dispatch-update-chart-events.yaml index 8f055ea..b742233 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@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.HERALD_CLIENT_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} diff --git a/.github/workflows/dispatch-update-chart-pr-closed-events.yaml b/.github/workflows/dispatch-update-chart-pr-closed-events.yaml index db026e1..fb1dae8 100644 --- a/.github/workflows/dispatch-update-chart-pr-closed-events.yaml +++ b/.github/workflows/dispatch-update-chart-pr-closed-events.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate GitHub App token id: generate-token - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.HERALD_CLIENT_ID }} private-key: ${{ secrets.HERALD_APP_KEY }}