]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: bump deps: upload-artifact, codeql and spellcheck
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 12 Aug 2024 14:07:54 +0000 (14:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2024 21:30:34 +0000 (23:30 +0200)
- bump actions/upload-artifact from 4.3.5 to 4.3.6

Signed-off-by: dependabot[bot] <support@github.com>
Closes #14506

- bump github/codeql-action from 3.25.15 to 3.26.0

Closes #14507

- bump rojopolis/spellcheck-github-actions digest to a0fba0c

Closes #14518

.github/workflows/codeql-analysis.yml
.github/workflows/distcheck.yml
.github/workflows/spellcheck.yml

index d70ff35234fd1dbdde206a2c4e157e5cc5ecb4ab..8ef896c4415b8fd47d149edaf5e3da95761fc0f2 100644 (file)
@@ -53,7 +53,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
+        uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
         with:
           languages: cpp
           queries: security-extended
@@ -61,7 +61,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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
+        uses: github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
 
       # â„šī¸ Command-line programs to run using the OS shell.
       # đŸ“š https://git.io/JvXDl
@@ -75,4 +75,4 @@ jobs:
       #    make release
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
+        uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
index 2e53f23dfd3ea26e81ca0b1717f4b0405e35025f..aee1b01ad06d10c44cd1fb6c2d39af4ec2c0dcb4 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         run: |
           SOURCE_DATE_EPOCH=1711526400 ./maketgz 99.98.97
 
-      - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+      - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
         with:
           name: 'release-tgz'
           path: 'curl-99.98.97.tar.gz'
index 12f82a0797f38d11449bab51ecd8c0de2c63e65f..fd847324c9c31dffbd0dc80c5178214830a7da8d 100644 (file)
@@ -45,6 +45,6 @@ jobs:
         run: grep -v '^#' .github/scripts/spellcheck.words >  wordlist.txt
 
       - name: Check Spelling
-        uses: rojopolis/spellcheck-github-actions@d354a4dc525c8067555c7481b60416cedb0060ff # v0
+        uses: rojopolis/spellcheck-github-actions@a0fba0ca8b9e552d4241ea5ccfaa4ca4162622d0 # v0
         with:
           config_path: .github/scripts/spellcheck.yaml