diff --git a/.github/workflows/buildWlsAksArtifact.yml b/.github/workflows/buildWlsAksArtifact.yml index fe14bc687..d40dfdb2b 100644 --- a/.github/workflows/buildWlsAksArtifact.yml +++ b/.github/workflows/buildWlsAksArtifact.yml @@ -52,7 +52,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}" echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName" - name: Archive weblogic-azure/weblogic-azure-aks template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} diff --git a/.github/workflows/buildWlsVm4AsArtifact.yml b/.github/workflows/buildWlsVm4AsArtifact.yml index e66c1bfea..de97f9c78 100644 --- a/.github/workflows/buildWlsVm4AsArtifact.yml +++ b/.github/workflows/buildWlsVm4AsArtifact.yml @@ -94,7 +94,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}" echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/target/$artifactName" - name: Archive ${{ env.offerName }} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} diff --git a/.github/workflows/buildWlsVm4CcArtifact.yml b/.github/workflows/buildWlsVm4CcArtifact.yml index 51007c65a..e04c36e4e 100644 --- a/.github/workflows/buildWlsVm4CcArtifact.yml +++ b/.github/workflows/buildWlsVm4CcArtifact.yml @@ -92,7 +92,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}" echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/${{ env.offerName }}/target/$artifactName" - name: Archive ${{ env.offerName }} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} diff --git a/.github/workflows/buildWlsVm4DcArtifact.yml b/.github/workflows/buildWlsVm4DcArtifact.yml index 7f5c68373..f9144bff6 100644 --- a/.github/workflows/buildWlsVm4DcArtifact.yml +++ b/.github/workflows/buildWlsVm4DcArtifact.yml @@ -90,7 +90,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}" echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/${{ env.offerName }}/target/$artifactName" - name: Archive ${{ env.offerName }} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} diff --git a/.github/workflows/buildWlsVm4SnArtifact.yml b/.github/workflows/buildWlsVm4SnArtifact.yml index bf8531b86..243824d42 100644 --- a/.github/workflows/buildWlsVm4SnArtifact.yml +++ b/.github/workflows/buildWlsVm4SnArtifact.yml @@ -86,7 +86,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}" echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/target/$artifactName" - name: Archive ${{ env.offerName }} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} diff --git a/.github/workflows/setupWlsAksDependency.yml b/.github/workflows/setupWlsAksDependency.yml index 1d21e1f15..72f87d3d4 100644 --- a/.github/workflows/setupWlsAksDependency.yml +++ b/.github/workflows/setupWlsAksDependency.yml @@ -101,7 +101,7 @@ jobs: {"event_type": "aks-integration-test-without-dependency-creation", "client_payload": {"gitUserNameForArtifactsLocation": "${{ github.repository_owner }}", "testBranchNameForArtifactsLocation": "${{ github.ref }}", "isForDemo": "false", "disambiguationSuffix": "${{ github.run_id }}", "storageAccountName": "${{ env.storageAccountName }}", "storageContainerName": "${{ env.storageContainerName }}", "dbName": "${{ env.dbName }}"}} EOF - name: Archive integration-test-data.txt - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: integration-test-data diff --git a/.github/workflows/testWlsAksWithDependencyCreation.yml b/.github/workflows/testWlsAksWithDependencyCreation.yml index 4c06db9d6..6868151dc 100644 --- a/.github/workflows/testWlsAksWithDependencyCreation.yml +++ b/.github/workflows/testWlsAksWithDependencyCreation.yml @@ -134,7 +134,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}" echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName" - name: Archive weblogic-azure/weblogic-azure-aks template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} @@ -240,7 +240,7 @@ jobs: with: path: weblogic-azure - name: Download artifact for deployment - uses: actions/download-artifact@v4 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: name: ${{needs.preflight.outputs.artifactName}} path: ${{needs.preflight.outputs.artifactName}} diff --git a/.github/workflows/testWlsAksWithoutDependencyCreation.yml b/.github/workflows/testWlsAksWithoutDependencyCreation.yml index 1fe5dc75a..d03b85ff6 100644 --- a/.github/workflows/testWlsAksWithoutDependencyCreation.yml +++ b/.github/workflows/testWlsAksWithoutDependencyCreation.yml @@ -154,7 +154,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}" echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName" - name: Archive weblogic-azure/weblogic-azure-aks template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} @@ -194,7 +194,7 @@ jobs: with: path: weblogic-azure - name: Download artifact for deployment - uses: actions/download-artifact@v4 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: name: ${{needs.preflight.outputs.artifactName}} path: ${{needs.preflight.outputs.artifactName}} diff --git a/.github/workflows/testWlsVmAdmin.yml b/.github/workflows/testWlsVmAdmin.yml index 005faff87..45362f17d 100644 --- a/.github/workflows/testWlsVmAdmin.yml +++ b/.github/workflows/testWlsVmAdmin.yml @@ -156,7 +156,7 @@ jobs: run: unzip ${{ env.adminOfferPath }}/target/$artifactName.zip -d ${{ env.adminOfferPath }}/target/$artifactName - name: Archive ${{ env.offerName }} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} @@ -223,7 +223,7 @@ jobs: repository: ${{env.repoOwner}}/${{env.repoName}} path: ${{env.repoName}} - name: Download artifact for deployment - uses: actions/download-artifact@v4 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: name: ${{ needs.preflight.outputs.artifactName }} path: ${{needs.preflight.outputs.artifactName}} diff --git a/.github/workflows/testWlsVmCluster.yml b/.github/workflows/testWlsVmCluster.yml index 5ec41d2cd..d1a5db176 100644 --- a/.github/workflows/testWlsVmCluster.yml +++ b/.github/workflows/testWlsVmCluster.yml @@ -136,7 +136,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}" echo "##[set-output name=artifactPath;]${{ env.offerPath }}/${{ env.offerName }}/target/$artifactName" - name: Archive ${{ env.offerName }} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} @@ -201,7 +201,7 @@ jobs: repository: ${{env.repoOwner}}/${{env.repoName}} path: ${{env.repoName}} - name: Download artifact for deployment - uses: actions/download-artifact@v4 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: path: ${{ needs.preflight.outputs.artifactName }} name: ${{ needs.preflight.outputs.artifactName }} diff --git a/.github/workflows/testWlsVmDynamicCluster.yml b/.github/workflows/testWlsVmDynamicCluster.yml index fcca9b018..366398c94 100644 --- a/.github/workflows/testWlsVmDynamicCluster.yml +++ b/.github/workflows/testWlsVmDynamicCluster.yml @@ -131,7 +131,7 @@ jobs: echo "##[set-output name=artifactName;]${artifactName}" echo "##[set-output name=artifactPath;]${offerPath}/${{ env.offerName }}/target/$artifactName" - name: Archive ${{env.offerName}} template - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() with: name: ${{steps.artifact_file.outputs.artifactName}} @@ -201,7 +201,7 @@ jobs: repository: ${{env.repoOwner}}/${{env.repoName}} path: ${{env.repoName}} - name: Download artifact for deployment - uses: actions/download-artifact@v4 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: path: ${{needs.preflight.outputs.artifactName}} name: ${{ needs.preflight.outputs.artifactName }}