diff --git a/.github/workflows/create-tag-release.yaml b/.github/workflows/create-tag-release.yaml index 42b2c4e1..19c44119 100644 --- a/.github/workflows/create-tag-release.yaml +++ b/.github/workflows/create-tag-release.yaml @@ -68,7 +68,7 @@ jobs: - name: Upload Binaries if: ${{ env.BIN_NAME != '' }} - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v5 env: BIN_NAME: ${{ env.BIN_NAME }} with: diff --git a/.github/workflows/csm-versions-update.yaml b/.github/workflows/csm-versions-update.yaml index 6f329de9..9d789f76 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@v2.1.1 + uses: actions/create-github-app-token@v2.1.4 id: generate-token with: app-id: ${{ vars.CSM_RELEASE_APP_ID }} diff --git a/.github/workflows/go-common.yml b/.github/workflows/go-common.yml index 97555baa..c64786fb 100644 --- a/.github/workflows/go-common.yml +++ b/.github/workflows/go-common.yml @@ -75,7 +75,7 @@ jobs: - name: Upload coverprofile if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: code-coverage path: ${{ steps.test_coverage.outputs.code_coverage_artifact }} diff --git a/.github/workflows/go-version-workflow.yaml b/.github/workflows/go-version-workflow.yaml index a095ebcd..b12b6771 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@v2.1.1 + - uses: actions/create-github-app-token@v2.1.4 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 c6a66feb..c63e8ed2 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@v2.1.1 + - uses: actions/create-github-app-token@v2.1.4 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 fc1cc599..93207562 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@v2.1.1 + uses: actions/create-github-app-token@v2.1.4 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 04cbdb63..80f96c15 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@v2.1.1 + uses: actions/create-github-app-token@v2.1.4 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 e409fd72..1fd96b80 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@v2.1.1 + uses: actions/create-github-app-token@v2.1.4 id: generate-token with: app-id: ${{ vars.CSM_RELEASE_APP_ID }} diff --git a/.github/workflows/release-creator.yaml b/.github/workflows/release-creator.yaml index ce3da580..6c2af034 100644 --- a/.github/workflows/release-creator.yaml +++ b/.github/workflows/release-creator.yaml @@ -105,7 +105,7 @@ jobs: git push origin $REL_VERSION - name: Download binary - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 # This is required to check if the binary exists and update its name to the release. - name: Set file name diff --git a/.github/workflows/sidecar-version-update.yaml b/.github/workflows/sidecar-version-update.yaml index 70040b49..f27d2dc9 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@v2.1.1 + uses: actions/create-github-app-token@v2.1.4 id: generate-token with: app-id: ${{ vars.CSM_RELEASE_APP_ID }} diff --git a/.github/workflows/trigger-auto-csm-release-golibs-workflow.yaml b/.github/workflows/trigger-auto-csm-release-golibs-workflow.yaml index f07ddc56..03bec84f 100644 --- a/.github/workflows/trigger-auto-csm-release-golibs-workflow.yaml +++ b/.github/workflows/trigger-auto-csm-release-golibs-workflow.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: Trigger Release of ${{ matrix.repo }} id: release - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.CSMBOT_PAT }} repository: ${{ matrix.repo }} @@ -59,7 +59,7 @@ jobs: repo: ["dell/gobrick"] steps: - name: Trigger Release of ${{ matrix.repo }} - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.CSMBOT_PAT }} repository: ${{ matrix.repo }} diff --git a/.github/workflows/trigger-auto-csm-release-workflow.yaml b/.github/workflows/trigger-auto-csm-release-workflow.yaml index 70724beb..617687bf 100644 --- a/.github/workflows/trigger-auto-csm-release-workflow.yaml +++ b/.github/workflows/trigger-auto-csm-release-workflow.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Trigger Release of CSM Drivers and Modules - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # For token information, see: https://github.com/peter-evans/repository-dispatch/tree/main?tab=readme-ov-file#token token: ${{ secrets.CSMBOT_PAT }} diff --git a/.github/workflows/trigger-go-workflow.yaml b/.github/workflows/trigger-go-workflow.yaml index 35c60cdf..31309872 100644 --- a/.github/workflows/trigger-go-workflow.yaml +++ b/.github/workflows/trigger-go-workflow.yaml @@ -60,7 +60,7 @@ jobs: steps: - name: Trigger Go Version Update - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # For token information, see: https://github.com/peter-evans/repository-dispatch/tree/main?tab=readme-ov-file#token token: ${{ secrets.CSMBOT_PAT }} diff --git a/.github/workflows/trigger-image-version-workflow.yaml b/.github/workflows/trigger-image-version-workflow.yaml index c1ece463..025e1041 100644 --- a/.github/workflows/trigger-image-version-workflow.yaml +++ b/.github/workflows/trigger-image-version-workflow.yaml @@ -37,7 +37,7 @@ jobs: steps: - name: Trigger Image Version Update - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # For token information, see: https://github.com/peter-evans/repository-dispatch/tree/main?tab=readme-ov-file#token token: ${{ secrets.CSMBOT_PAT }} diff --git a/.github/workflows/trigger-update-libraries-to-commits.yml b/.github/workflows/trigger-update-libraries-to-commits.yml index 0b0124b9..ea49f70a 100644 --- a/.github/workflows/trigger-update-libraries-to-commits.yml +++ b/.github/workflows/trigger-update-libraries-to-commits.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Trigger Dell Packages Update - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # For token information, see: https://github.com/peter-evans/repository-dispatch/tree/main?tab=readme-ov-file#token token: ${{ secrets.CSMBOT_PAT }} diff --git a/.github/workflows/trigger-update-libraries.yml b/.github/workflows/trigger-update-libraries.yml index 7754ddd7..094af79e 100644 --- a/.github/workflows/trigger-update-libraries.yml +++ b/.github/workflows/trigger-update-libraries.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Trigger Dell Packages Update - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # For token information, see: https://github.com/peter-evans/repository-dispatch/tree/main?tab=readme-ov-file#token token: ${{ secrets.CSMBOT_PAT }} diff --git a/.github/workflows/ubi-version-update.yaml b/.github/workflows/ubi-version-update.yaml index 3b1557c8..d95cedc4 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@v2.1.1 + - uses: actions/create-github-app-token@v2.1.4 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 072ecbf1..ce32dbe5 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@v2.1.1 + - uses: actions/create-github-app-token@v2.1.4 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 b0f02c3f..9af05d7f 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@v2.1.1 + - uses: actions/create-github-app-token@v2.1.4 id: generate-token with: app-id: ${{ vars.CSM_RELEASE_APP_ID }}