diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 64b3b56..b9c4522 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -40,14 +40,14 @@ jobs: id: bootstrap uses: ./.github/workflows/bootstrap - - uses: elastic/oblt-actions/google/auth@v1.12.1 + - uses: elastic/oblt-actions/google/auth@v1.13.0 - - uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.12.1 + - uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.13.0 with: github-token: ${{ secrets.OBLT_CLI_GITHUB_TOKEN }} cluster-name: ${{ env.SERVERLESS_PROJECT }} - - uses: google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3 + - uses: google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4 with: export_to_environment: true secrets: |- diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 2dda4ba..aa9da6b 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -33,12 +33,12 @@ jobs: name: Release - name: Generate build provenance (Distribution) - uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3 + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2 with: subject-path: "${{ github.workspace }}/${{ env.RELEASE_DISTRO }}" - name: Generate build provenance (Packages) - uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3 + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2 with: subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9497134..9634734 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,12 +41,12 @@ jobs: run: ls -al ${{ env.RELEASE_DISTRO }} - name: Generate build provenance (Distribution) - uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3 + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2 with: subject-path: "${{ github.workspace }}/${{ env.RELEASE_DISTRO }}" - name: Generate build provenance (Packages) - uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3 + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2 with: subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}" @@ -77,7 +77,7 @@ jobs: - name: Build and Push Profiler Docker Image id: docker-push continue-on-error: true # continue for now until we see it working in action - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: cache-from: type=gha cache-to: type=gha,mode=max @@ -88,7 +88,7 @@ jobs: labels: ${{ steps.docker-meta.outputs.labels }} - name: Attest image - uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3 + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2 continue-on-error: true # continue for now until we see it working in action with: subject-name: ${{ env.DOCKER_IMAGE_NAME }} @@ -106,7 +106,7 @@ jobs: run: dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols - if: ${{ success() && github.event_name == 'release' }} - uses: elastic/oblt-actions/slack/send@v1.12.1 + uses: elastic/oblt-actions/slack/send@v1.13.0 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ env.SLACK_CHANNEL }} @@ -116,7 +116,7 @@ jobs: Release URL: () - if: ${{ failure() && github.event_name == 'release' }} - uses: elastic/oblt-actions/slack/send@v1.12.1 + uses: elastic/oblt-actions/slack/send@v1.13.0 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ env.SLACK_CHANNEL }}