diff --git a/.github/workflows/chart-doc.yaml b/.github/workflows/chart-doc.yaml index d8b7d608..3b373104 100644 --- a/.github/workflows/chart-doc.yaml +++ b/.github/workflows/chart-doc.yaml @@ -35,7 +35,7 @@ jobs: - name: Notify Slack of chart documentation failure on main if: github.ref == 'refs/heads/main' && failure() - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | @@ -83,7 +83,7 @@ jobs: - name: Notify Slack of chart documentation (rbac) failure on main if: github.ref == 'refs/heads/main' && failure() - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | diff --git a/.github/workflows/chart-rebuild.yaml b/.github/workflows/chart-rebuild.yaml index 8050b96e..41116686 100644 --- a/.github/workflows/chart-rebuild.yaml +++ b/.github/workflows/chart-rebuild.yaml @@ -49,7 +49,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: Rebuild index.yaml title: Rebuild index.yaml @@ -61,7 +61,7 @@ jobs: - name: Notify Slack of index.yaml rebuild failure if: failure() - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | diff --git a/.github/workflows/chart-releaser.yaml b/.github/workflows/chart-releaser.yaml index cfe732bf..bb2cda4d 100644 --- a/.github/workflows/chart-releaser.yaml +++ b/.github/workflows/chart-releaser.yaml @@ -44,7 +44,7 @@ jobs: - name: Notify Slack of chart release failure if: failure() - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | diff --git a/.github/workflows/chart-test.yaml b/.github/workflows/chart-test.yaml index b1db2fda..1657feb5 100644 --- a/.github/workflows/chart-test.yaml +++ b/.github/workflows/chart-test.yaml @@ -50,7 +50,7 @@ jobs: - name: Notify Slack of chart linting failure if on main if: github.ref == 'refs/heads/main' && (steps.ct-lint.outcome == 'failure' || steps.ct-lint-all.outcome == 'failure') - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | @@ -114,7 +114,7 @@ jobs: - name: Notify Slack of chart unittest failure if on main if: github.ref == 'refs/heads/main' && steps.unittest.outcome == 'failure' - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | @@ -213,7 +213,7 @@ jobs: - name: Notify Slack of chart install failure if on main if: github.ref == 'refs/heads/main' && (steps.ct-install.outcome == 'failure' || steps.ct-install-all.outcome == 'failure') - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: | @@ -269,6 +269,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 with: advanced-security: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request' }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 5765ab5d..3ee09d5a 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -44,7 +44,7 @@ jobs: - name: Add issue to project id: add-to-project if: steps.project-url.outputs.project != 'none' - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 + uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: ${{ steps.project-url.outputs.PROJECT }} github-token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5689c3a..1d3004d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Configure AWS credentials id: creds - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ secrets.AWS_REGION }} @@ -38,7 +38,7 @@ jobs: - name: Notify Slack of publishing chart documentation failure if: failure() - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: payload-delimiter: "_" payload: |