diff --git a/.github/workflows/csm-versions-update.yaml b/.github/workflows/csm-versions-update.yaml index 524b32b..b98c90a 100644 --- a/.github/workflows/csm-versions-update.yaml +++ b/.github/workflows/csm-versions-update.yaml @@ -40,10 +40,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - name: Generate GitHub App Token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/go-static-analysis.yaml b/.github/workflows/go-static-analysis.yaml index 00e1bd3..9138aa5 100644 --- a/.github/workflows/go-static-analysis.yaml +++ b/.github/workflows/go-static-analysis.yaml @@ -50,7 +50,7 @@ jobs: run: | go mod vendor - name: golangci-lint - uses: golangci/golangci-lint-action@v9.2.0 + uses: golangci/golangci-lint-action@v9.2.1 with: version: latest skip-cache: true diff --git a/.github/workflows/go-version-workflow.yaml b/.github/workflows/go-version-workflow.yaml index a5ad318..667c824 100644 --- a/.github/workflows/go-version-workflow.yaml +++ b/.github/workflows/go-version-workflow.yaml @@ -77,10 +77,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/image-version-workflow.yaml b/.github/workflows/image-version-workflow.yaml index 826ad6e..232aa5e 100644 --- a/.github/workflows/image-version-workflow.yaml +++ b/.github/workflows/image-version-workflow.yaml @@ -107,10 +107,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/operator-driver-version-update.yaml b/.github/workflows/operator-driver-version-update.yaml index cf3a186..b7ba4bc 100644 --- a/.github/workflows/operator-driver-version-update.yaml +++ b/.github/workflows/operator-driver-version-update.yaml @@ -99,10 +99,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - name: Generate GitHub App Token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/operator-module-version-update.yaml b/.github/workflows/operator-module-version-update.yaml index ce773de..e583223 100644 --- a/.github/workflows/operator-module-version-update.yaml +++ b/.github/workflows/operator-module-version-update.yaml @@ -105,10 +105,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - name: Generate GitHub App Token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/operator-version-update.yaml b/.github/workflows/operator-version-update.yaml index 5fcf2a5..f11bc6f 100644 --- a/.github/workflows/operator-version-update.yaml +++ b/.github/workflows/operator-version-update.yaml @@ -75,10 +75,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - name: Generate GitHub App Token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/sidecar-version-update.yaml b/.github/workflows/sidecar-version-update.yaml index 020e1d5..d5cd648 100644 --- a/.github/workflows/sidecar-version-update.yaml +++ b/.github/workflows/sidecar-version-update.yaml @@ -63,10 +63,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - name: Generate GitHub App Token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} # Must enable "allow GitHub Actions to create pull requests" setting diff --git a/.github/workflows/ubi-version-update.yaml b/.github/workflows/ubi-version-update.yaml index e906570..bf6dcac 100644 --- a/.github/workflows/ubi-version-update.yaml +++ b/.github/workflows/ubi-version-update.yaml @@ -73,11 +73,11 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 if: env.sha_mismatch == 'true' id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} - name: Create Pull Request diff --git a/.github/workflows/update-libraries-to-commits.yml b/.github/workflows/update-libraries-to-commits.yml index 528d875..acbf5ee 100644 --- a/.github/workflows/update-libraries-to-commits.yml +++ b/.github/workflows/update-libraries-to-commits.yml @@ -95,10 +95,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} - name: Create Pull Request diff --git a/.github/workflows/update-libraries.yml b/.github/workflows/update-libraries.yml index bc8ebbf..659eb70 100644 --- a/.github/workflows/update-libraries.yml +++ b/.github/workflows/update-libraries.yml @@ -79,10 +79,10 @@ jobs: # Needed for signing commits using Github App tokens # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: generate-token with: - app-id: ${{ vars.CSM_RELEASE_APP_ID }} + client-id: ${{ vars.CSM_RELEASE_APP_ID }} private-key: ${{ secrets.CSM_RELEASE_APP_PRIVATE_KEY }} - name: Create Pull Request