[31360] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Update upload action versions in CI scripts

daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Thu Oct 10 10:32:27 2024

From: ghudson@mit.edu
To: cvs-krb5@mit.edu
Message-Id: <20241010143216.36E1E101B69@krbdev.mit.edu>
Date: Thu, 10 Oct 2024 10:32:16 -0400 (EDT)
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/177d750222b758f5f5769c727340d12bfcd79488
commit 177d750222b758f5f5769c727340d12bfcd79488
Author: Greg Hudson <ghudson@mit.edu>
Date:   Mon Oct 7 22:22:40 2024 -0400

    Update upload action versions in CI scripts
    
    Increment the versions of the upload actions in doc.yml and cifuzz.yml
    as documented in:
    
    https://github.blog/news-insights/product-news/get-started-with-v4-of-github-actions-artifacts/
    https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
    
    Also fix the conditional in cifuzz.yml to react to changes in itself,
    not in build.yml.

 .github/workflows/cifuzz.yml | 4 ++--
 .github/workflows/doc.yml    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 9d29aad0c..8e92a19e5 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -1,7 +1,7 @@
 name: CIFuzz
 
 on:
-    pull_request: {paths: [src/**, .github/workflows/build.yml]}
+    pull_request: {paths: [src/**, .github/workflows/cifuzz.yml]}
 
 permissions: {}
 jobs:
@@ -31,7 +31,7 @@ jobs:
             path: ./out/artifacts
         - name: Upload Sarif
           if: always() && steps.build.outcome == 'success'
-          uses: github/codeql-action/upload-sarif@v2
+          uses: github/codeql-action/upload-sarif@v3
           with:
             # Path to SARIF file relative to the root of the repository
             sarif_file: cifuzz-sarif/results.sarif
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index f7f6b6b09..5b291c5b7 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -34,7 +34,7 @@ jobs:
                 cd src/doc
                 make -f Makefile.in SPHINX_ARGS=-W htmlsrc
             - name: Upload HTML
-              uses: actions/upload-artifact@v2
+              uses: actions/upload-artifact@v4
               with:
                   name: html
                   path: doc/html
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post