This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push:
new 960ec649 Bump GitHub actions to non-deprecated versions
960ec649 is described below
commit 960ec649e1e6f2f4893917883b56a0a940d6fb91
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Mar 15 17:49:54 2025 -0400
Bump GitHub actions to non-deprecated versions
---
.github/workflows/codeql-analysis.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index a97672d1..94c6d720 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,10 +45,10 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -57,7 +57,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6
# 3.25.5
+ uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5
# 3.28.11
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -68,7 +68,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually
(see below)
- name: Autobuild
- uses:
github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 #
3.25.5
+ uses:
github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 #
3.28.11
# âšī¸ Command-line programs to run using the OS shell.
# đ https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 #
3.25.5
+ uses:
github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 #
3.28.11