From 9ebbbb35e629c5fc91022f24264ca79715c7d556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:53:28 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] (cherry picked from commit 505a629a52a27afbbd0c75be315a4fc2080be80d) --- .github/workflows/backport.yaml | 2 +- .github/workflows/build-push-hugo-image.yml | 4 ++-- .github/workflows/sync-labels.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 49a7c36e3..c6395b9cf 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.state == 'closed' && github.event.pull_request.merged && (github.event_name != 'labeled' || startsWith('backport:', github.event.label.name)) steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.5.4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs diff --git a/.github/workflows/build-push-hugo-image.yml b/.github/workflows/build-push-hugo-image.yml index c33681ab4..b4b6f4022 100644 --- a/.github/workflows/build-push-hugo-image.yml +++ b/.github/workflows/build-push-hugo-image.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} - name: Checkout repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set repo_owner variable run: make --silent print-repo-owner >> $GITHUB_ENV @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} - name: Checkout repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set repo_owner variable run: make --silent print-repo-owner >> $GITHUB_ENV diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index b0bb2621b..47f805102 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -17,7 +17,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.5.4 - uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2 with: # Configuration file diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index dc54fcd38..bcbc161c6 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -10,7 +10,7 @@ jobs: updateContributors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set up Python uses: actions/setup-python@v4 with: From b5dc90298c376c11e3503a7e9c2f1d94e551491c Mon Sep 17 00:00:00 2001 From: Max Jonas Werner Date: Tue, 26 Sep 2023 08:51:07 +0200 Subject: [PATCH 2/2] Fix action version comment The comment has been set in https://github.com/fluxcd/website/pull/1650 to the wrong value. Signed-off-by: Max Jonas Werner (cherry picked from commit 0a7e6caacda312a6b910e957d33d7d921d238016) --- .github/workflows/backport.yaml | 2 +- .github/workflows/build-push-hugo-image.yml | 4 ++-- .github/workflows/sync-labels.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index c6395b9cf..bd05eccb7 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.state == 'closed' && github.event.pull_request.merged && (github.event_name != 'labeled' || startsWith('backport:', github.event.label.name)) steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.5.4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs diff --git a/.github/workflows/build-push-hugo-image.yml b/.github/workflows/build-push-hugo-image.yml index b4b6f4022..2b6d0b90c 100644 --- a/.github/workflows/build-push-hugo-image.yml +++ b/.github/workflows/build-push-hugo-image.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} - name: Checkout repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Set repo_owner variable run: make --silent print-repo-owner >> $GITHUB_ENV @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }} - name: Checkout repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Set repo_owner variable run: make --silent print-repo-owner >> $GITHUB_ENV diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index 47f805102..639695482 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -17,7 +17,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.5.4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2 with: # Configuration file diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index bcbc161c6..731163317 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -10,7 +10,7 @@ jobs: updateContributors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Set up Python uses: actions/setup-python@v4 with: