PR #23562 opened by Project516 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23562 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23562.patch
# Summary of changes Update actions/checkout@v6 to v7 https://github.com/actions/checkout/releases/tag/v7.0.0 checkout v7 adds guards against malicious pull requests, and fixes security issues >From 12ad35bd4084936d47354a04ddd9de11185bd7f0 Mon Sep 17 00:00:00 2001 From: Project516 <[email protected]> Date: Tue, 23 Jun 2026 14:17:42 +0000 Subject: [PATCH 1/3] Update .forgejo/workflows/autolabel.yml update actions/checkout@v6 to v7 Signed-off-by: Project516 <[email protected]> --- .forgejo/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/autolabel.yml b/.forgejo/workflows/autolabel.yml index 0235bdd7d4..61517342a4 100644 --- a/.forgejo/workflows/autolabel.yml +++ b/.forgejo/workflows/autolabel.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.sender.login != 'ffmpeg-devel' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Label by file-changes uses: actions/labeler@v6 if: ${{ forge.event_name == 'pull_request_target' }} -- 2.52.0 >From cfaadc024ecf8c1ebbb7cdbd3685ab8626a8603e Mon Sep 17 00:00:00 2001 From: Project516 <[email protected]> Date: Tue, 23 Jun 2026 14:18:18 +0000 Subject: [PATCH 2/3] Update .forgejo/workflows/lint.yml update actions/checkout@v6 to v7 Signed-off-by: Project516 <[email protected]> --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 32237eecc7..c4bf89a6b3 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: runs-on: utilities steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pre-commit CI id: install run: | -- 2.52.0 >From a3069b4890e0676c2aee818378e9184a64b79fa1 Mon Sep 17 00:00:00 2001 From: Project516 <[email protected]> Date: Tue, 23 Jun 2026 14:18:48 +0000 Subject: [PATCH 3/3] Update .forgejo/workflows/test.yml update actions/checkout@v6 to v7 Signed-off-by: Project516 <[email protected]> --- .forgejo/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 3af1522b88..1deee7a3d2 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure run: | ./configure --enable-gpl --enable-nonfree --enable-memory-poisoning --assert-level=2 \ @@ -83,7 +83,7 @@ jobs: container: ${{ matrix.image }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ffmpeg - name: Configure -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
