From 10d114b3e7aab8444aab7ece4aa6ea7167227979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 03:54:05 +0000 Subject: [PATCH 01/11] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0) Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/csm-versions-update.yaml | 2 +- .github/workflows/go-static-analysis.yaml | 2 +- .github/workflows/go-version-workflow.yaml | 2 +- .github/workflows/image-version-workflow.yaml | 2 +- .github/workflows/operator-driver-version-update.yaml | 2 +- .github/workflows/operator-module-version-update.yaml | 2 +- .github/workflows/operator-version-update.yaml | 2 +- .github/workflows/sidecar-version-update.yaml | 2 +- .github/workflows/ubi-version-update.yaml | 2 +- .github/workflows/update-libraries-to-commits.yml | 2 +- .github/workflows/update-libraries.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/csm-versions-update.yaml b/.github/workflows/csm-versions-update.yaml index 524b32b7..d5274264 100644 --- a/.github/workflows/csm-versions-update.yaml +++ b/.github/workflows/csm-versions-update.yaml @@ -40,7 +40,7 @@ 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 }} diff --git a/.github/workflows/go-static-analysis.yaml b/.github/workflows/go-static-analysis.yaml index 00e1bd30..9138aa5e 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 a5ad3182..7cfc0836 100644 --- a/.github/workflows/go-version-workflow.yaml +++ b/.github/workflows/go-version-workflow.yaml @@ -77,7 +77,7 @@ 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 }} diff --git a/.github/workflows/image-version-workflow.yaml b/.github/workflows/image-version-workflow.yaml index 826ad6e5..b1a694d0 100644 --- a/.github/workflows/image-version-workflow.yaml +++ b/.github/workflows/image-version-workflow.yaml @@ -107,7 +107,7 @@ 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 }} diff --git a/.github/workflows/operator-driver-version-update.yaml b/.github/workflows/operator-driver-version-update.yaml index cf3a1860..8a982017 100644 --- a/.github/workflows/operator-driver-version-update.yaml +++ b/.github/workflows/operator-driver-version-update.yaml @@ -99,7 +99,7 @@ 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 }} diff --git a/.github/workflows/operator-module-version-update.yaml b/.github/workflows/operator-module-version-update.yaml index ce773de8..8f8ab669 100644 --- a/.github/workflows/operator-module-version-update.yaml +++ b/.github/workflows/operator-module-version-update.yaml @@ -105,7 +105,7 @@ 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 }} diff --git a/.github/workflows/operator-version-update.yaml b/.github/workflows/operator-version-update.yaml index 5fcf2a51..9feb28a5 100644 --- a/.github/workflows/operator-version-update.yaml +++ b/.github/workflows/operator-version-update.yaml @@ -75,7 +75,7 @@ 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 }} diff --git a/.github/workflows/sidecar-version-update.yaml b/.github/workflows/sidecar-version-update.yaml index 020e1d5b..cf179d20 100644 --- a/.github/workflows/sidecar-version-update.yaml +++ b/.github/workflows/sidecar-version-update.yaml @@ -63,7 +63,7 @@ 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 }} diff --git a/.github/workflows/ubi-version-update.yaml b/.github/workflows/ubi-version-update.yaml index e9065708..56b43808 100644 --- a/.github/workflows/ubi-version-update.yaml +++ b/.github/workflows/ubi-version-update.yaml @@ -73,7 +73,7 @@ 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: diff --git a/.github/workflows/update-libraries-to-commits.yml b/.github/workflows/update-libraries-to-commits.yml index 528d8758..78f055c7 100644 --- a/.github/workflows/update-libraries-to-commits.yml +++ b/.github/workflows/update-libraries-to-commits.yml @@ -95,7 +95,7 @@ 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 }} diff --git a/.github/workflows/update-libraries.yml b/.github/workflows/update-libraries.yml index bc8ebbf8..a66086e7 100644 --- a/.github/workflows/update-libraries.yml +++ b/.github/workflows/update-libraries.yml @@ -79,7 +79,7 @@ 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 }} From 2b4120c663efb62aa80e229cb0322f15ea257bb2 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:44:36 -0400 Subject: [PATCH 02/11] Update csm-versions-update.yaml --- .github/workflows/csm-versions-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/csm-versions-update.yaml b/.github/workflows/csm-versions-update.yaml index d5274264..b98c90a4 100644 --- a/.github/workflows/csm-versions-update.yaml +++ b/.github/workflows/csm-versions-update.yaml @@ -43,7 +43,7 @@ jobs: 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 From 6ba9e6690c466cfa39406d2d5cd69acbbdeea01a Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:44:57 -0400 Subject: [PATCH 03/11] Update go-version-workflow.yaml --- .github/workflows/go-version-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-version-workflow.yaml b/.github/workflows/go-version-workflow.yaml index 7cfc0836..667c8245 100644 --- a/.github/workflows/go-version-workflow.yaml +++ b/.github/workflows/go-version-workflow.yaml @@ -80,7 +80,7 @@ jobs: - 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 From bab910d73f1a2fe92af4a8019cafbde44667c5fa Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:45:15 -0400 Subject: [PATCH 04/11] Update image-version-workflow.yaml --- .github/workflows/image-version-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-version-workflow.yaml b/.github/workflows/image-version-workflow.yaml index b1a694d0..232aa5e8 100644 --- a/.github/workflows/image-version-workflow.yaml +++ b/.github/workflows/image-version-workflow.yaml @@ -110,7 +110,7 @@ jobs: - 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 From db940e4ce16e7db4ef0539a9a0ac10337319c3ba Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:45:31 -0400 Subject: [PATCH 05/11] Update operator-driver-version-update.yaml --- .github/workflows/operator-driver-version-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator-driver-version-update.yaml b/.github/workflows/operator-driver-version-update.yaml index 8a982017..b7ba4bc1 100644 --- a/.github/workflows/operator-driver-version-update.yaml +++ b/.github/workflows/operator-driver-version-update.yaml @@ -102,7 +102,7 @@ jobs: 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 From 6a01e96d2809e8677cd0e5a843cd0c875e55eb2f Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:45:49 -0400 Subject: [PATCH 06/11] Update operator-module-version-update.yaml --- .github/workflows/operator-module-version-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator-module-version-update.yaml b/.github/workflows/operator-module-version-update.yaml index 8f8ab669..e5832238 100644 --- a/.github/workflows/operator-module-version-update.yaml +++ b/.github/workflows/operator-module-version-update.yaml @@ -108,7 +108,7 @@ jobs: 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 From 42bcab45135242ca28720ab6c2a29030d995fdcd Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:46:04 -0400 Subject: [PATCH 07/11] Update operator-version-update.yaml --- .github/workflows/operator-version-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator-version-update.yaml b/.github/workflows/operator-version-update.yaml index 9feb28a5..f11bc6ff 100644 --- a/.github/workflows/operator-version-update.yaml +++ b/.github/workflows/operator-version-update.yaml @@ -78,7 +78,7 @@ jobs: 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 From 1f07622eefac935eb2424c55a7febe871082c220 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:46:19 -0400 Subject: [PATCH 08/11] Update sidecar-version-update.yaml --- .github/workflows/sidecar-version-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sidecar-version-update.yaml b/.github/workflows/sidecar-version-update.yaml index cf179d20..d5cd648d 100644 --- a/.github/workflows/sidecar-version-update.yaml +++ b/.github/workflows/sidecar-version-update.yaml @@ -66,7 +66,7 @@ jobs: 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 From 9e7faa7a733ee4cad38bfd601706df87bdf2d98b Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:46:34 -0400 Subject: [PATCH 09/11] Update ubi-version-update.yaml --- .github/workflows/ubi-version-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubi-version-update.yaml b/.github/workflows/ubi-version-update.yaml index 56b43808..bf6dcac0 100644 --- a/.github/workflows/ubi-version-update.yaml +++ b/.github/workflows/ubi-version-update.yaml @@ -77,7 +77,7 @@ jobs: 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 From b9b5ba973927b125bf3d077a527447610cec7f95 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:46:50 -0400 Subject: [PATCH 10/11] Update update-libraries-to-commits.yml --- .github/workflows/update-libraries-to-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-libraries-to-commits.yml b/.github/workflows/update-libraries-to-commits.yml index 78f055c7..acbf5ee4 100644 --- a/.github/workflows/update-libraries-to-commits.yml +++ b/.github/workflows/update-libraries-to-commits.yml @@ -98,7 +98,7 @@ jobs: - 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 From ff40d8b789bdcf26a693550b99743e66a997302b Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Tue, 26 May 2026 11:47:10 -0400 Subject: [PATCH 11/11] Update update-libraries.yml --- .github/workflows/update-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-libraries.yml b/.github/workflows/update-libraries.yml index a66086e7..659eb70b 100644 --- a/.github/workflows/update-libraries.yml +++ b/.github/workflows/update-libraries.yml @@ -82,7 +82,7 @@ jobs: - 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