Author: tilman
Date: Thu Jun 19 05:10:37 2025
New Revision: 1926570
URL: http://svn.apache.org/viewvc?rev=1926570&view=rev
Log:
PDFBOX-5660: update to v4 as suggested by copilot
Modified:
pdfbox/trunk/.github/workflows/codeql-analysis.yml
Modified: pdfbox/trunk/.github/workflows/codeql-analysis.yml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/.github/workflows/codeql-analysis.yml?rev=1926570&r1=1926569&r2=1926570&view=diff
==============================================================================
--- pdfbox/trunk/.github/workflows/codeql-analysis.yml (original)
+++ pdfbox/trunk/.github/workflows/codeql-analysis.yml Thu Jun 19 05:10:37 2025
@@ -44,14 +44,14 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Cache local Maven repository
- uses: actions/cache@v2
+ uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}