]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: use latest version of actions/upload-artifact
authorJason Ish <jason.ish@oisf.net>
Sat, 10 Jun 2023 16:45:51 +0000 (10:45 -0600)
committerVictor Julien <vjulien@oisf.net>
Fri, 16 Jun 2023 08:26:40 +0000 (10:26 +0200)
.github/workflows/authors.yml
.github/workflows/scorecards-analysis.yml

index a3d54859dc6ffb0f1ca112a8d9a61ec09cd95c60..3fee4c5a2fde59317cbcd0a253019457b45b9431 100644 (file)
@@ -39,7 +39,7 @@ jobs:
       - run: echo ${{ github.event.number }} > new-authors/pr-number.txt
       - run: ls -l
       - name: Upload new authors
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
         with:
           name: new-authors
           path: new-authors
index 2fdbe14f6417f10130bf68511c2fd3d74b6173a0..3b661284920699f90306394eef8133843c6dcd14 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
       # Upload the results as artifacts (optional).
       - name: "Upload artifact"
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2.3.1
+        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
         with:
           name: SARIF file
           path: results.sarif