From 7bbc1e19e12f9ead5d757b034825088056243d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:23:20 +0200 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 (#82) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/comment-created.yml | 2 +- .github/workflows/item-labeled.yml | 2 +- .github/workflows/item-opened.yml | 4 ++-- .github/workflows/migrate-reusable.yml | 2 +- .github/workflows/pr-review-comment.yml | 2 +- .github/workflows/pr-review-requested-sync.yml | 2 +- .github/workflows/sync-support-workflows.yml | 2 +- .github/workflows/sync-teams.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/comment-created.yml b/.github/workflows/comment-created.yml index 08d3d9e..4dcf25b 100644 --- a/.github/workflows/comment-created.yml +++ b/.github/workflows/comment-created.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index 1e43447..8345f46 100644 --- a/.github/workflows/item-labeled.yml +++ b/.github/workflows/item-labeled.yml @@ -24,7 +24,7 @@ jobs: assignees: ${{ steps.get-info.outputs.assignees }} steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index 3bf99b0..655d77a 100644 --- a/.github/workflows/item-opened.yml +++ b/.github/workflows/item-opened.yml @@ -20,7 +20,7 @@ jobs: contents: read steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support @@ -61,7 +61,7 @@ jobs: issues: write steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/migrate-reusable.yml b/.github/workflows/migrate-reusable.yml index 388eb54..d748c6e 100644 --- a/.github/workflows/migrate-reusable.yml +++ b/.github/workflows/migrate-reusable.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.token }} steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/pr-review-comment.yml b/.github/workflows/pr-review-comment.yml index a9ded9c..f4474b0 100644 --- a/.github/workflows/pr-review-comment.yml +++ b/.github/workflows/pr-review-comment.yml @@ -36,7 +36,7 @@ jobs: (!contains(fromJson(inputs.labels), 'bitnami')) steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/pr-review-requested-sync.yml b/.github/workflows/pr-review-requested-sync.yml index b357930..53181f5 100644 --- a/.github/workflows/pr-review-requested-sync.yml +++ b/.github/workflows/pr-review-requested-sync.yml @@ -23,7 +23,7 @@ jobs: (!contains(github.event.pull_request.labels.*.name, 'bitnami')) && (!contains(github.event.pull_request.labels.*.name, 'triage')) steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 repository: bitnami/support diff --git a/.github/workflows/sync-support-workflows.yml b/.github/workflows/sync-support-workflows.yml index 8dee51b..ddfbc4f 100644 --- a/.github/workflows/sync-support-workflows.yml +++ b/.github/workflows/sync-support-workflows.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - name: Checkout Repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 with: diff --git a/.github/workflows/sync-teams.yml b/.github/workflows/sync-teams.yml index 83b0d22..d6010a6 100644 --- a/.github/workflows/sync-teams.yml +++ b/.github/workflows/sync-teams.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - name: Repo checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 1 token: ${{ secrets.BITNAMI_BOT_SUPPORT_TOKEN }}