]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
ci: pin upstream.yml actions to full commit SHAs
authorEl Mehdi Abenhazou <mehdiananas007@gmail.com>
Wed, 3 Jun 2026 01:02:31 +0000 (02:02 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 22 Jun 2026 08:55:25 +0000 (18:55 +1000)
Signed-off-by: El Mehdi Abenhazou <mehdiananas007@gmail.com>
.github/workflows/upstream.yml

index a190a490ecbb84aaa1f95892beed0488c76befb3..8675732513de6947cf43b9e24f89d3f160120099 100644 (file)
@@ -36,7 +36,7 @@ jobs:
     - name: shutdown VM if running
       run: vmshutdown
       working-directory: ${{ runner.temp }}
-    - uses: actions/checkout@main
+    - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main
     - name: startup VM
       run: vmstartup
       working-directory: ${{ runner.temp }}
@@ -63,7 +63,7 @@ jobs:
       run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo ====; echo logfile $i; echo =====; cat $i; done'
     - name: save logs
       if: failure()
-      uses: actions/upload-artifact@main
+      uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # main
       with:
         name: ${{ matrix.target }}-${{ matrix.config }}-logs
         path: |