diff --git a/.github/workflows/bump-elastic-stack-snapshot.yml b/.github/workflows/bump-elastic-stack-snapshot.yml index 804ef8226ed..67f9a81cd59 100644 --- a/.github/workflows/bump-elastic-stack-snapshot.yml +++ b/.github/workflows/bump-elastic-stack-snapshot.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1 + uses: updatecli/updatecli-action@4aca518a70708e38063453d8de9c551af7f48ac3 # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli --experimental apply --config .github/workflows/updatecli.d/bump-elastic-stack-snapshot.yml --values .github/workflows/updatecli.d/values.d/scm.yml @@ -41,7 +41,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ failure() }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: '#ingest-notifications' payload: | diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index 29ed18ade6f..542e795824a 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1 + uses: updatecli/updatecli-action@4aca518a70708e38063453d8de9c551af7f48ac3 # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/values.d/scm.yml @@ -31,7 +31,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ failure() }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: '#ingest-notifications' payload: | diff --git a/.github/workflows/check-default.yml b/.github/workflows/check-default.yml index 9edcf7c2654..a5460ba23df 100644 --- a/.github/workflows/check-default.yml +++ b/.github/workflows/check-default.yml @@ -22,7 +22,7 @@ jobs: go-version-file: .go-version #  when using ubuntu-latest, python 3.10 is not the default version. - name: Fix Code is not compatible with Python 3.12 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Run check-default diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 50ef425ae33..7d7040dd7b4 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -30,7 +30,7 @@ jobs: run: sudo apt-get install -y librpm-dev #  when using ubuntu-latest, python 3.10 is not the default version. - name: Fix Code is not compatible with Python 3.12 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Run check diff --git a/.github/workflows/notify-stalled-snapshots.yml b/.github/workflows/notify-stalled-snapshots.yml index d70cb839c29..3b2a260e1bb 100644 --- a/.github/workflows/notify-stalled-snapshots.yml +++ b/.github/workflows/notify-stalled-snapshots.yml @@ -55,7 +55,7 @@ jobs: - if: ${{ contains(steps.search.outputs.found, 'true') }} name: Report obsoleted branches (slack) - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: '#ingest-notifications' payload: ":red_circle: Elastic Stack version for the `${{ matrix.branch }}` branch has not been updated for a while (`> 7 days`). Review the (<${{ env.URL_QUERY }}|open PRs>)" @@ -64,7 +64,7 @@ jobs: - if: ${{ contains(steps.search.outputs.found, 'true') }} name: Report obsoleted branches (email) - uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde + uses: dawidd6/action-send-mail@611879133a9569642c41be66f4a323286e9b8a3b with: server_address: ${{ secrets.MAIL_SERVER }} username: ${{ secrets.MAIL_USERNAME }} diff --git a/.github/workflows/updatecli-compose.yml b/.github/workflows/updatecli-compose.yml index d92bf5b5865..2849efd8d03 100644 --- a/.github/workflows/updatecli-compose.yml +++ b/.github/workflows/updatecli-compose.yml @@ -38,7 +38,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ failure() }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 with: channel-id: '#ingest-notifications' payload: |