diff --git a/.github/workflows/build-binaries.yaml b/.github/workflows/build-binaries.yaml index 62128e726fa1..3c30a84baef1 100644 --- a/.github/workflows/build-binaries.yaml +++ b/.github/workflows/build-binaries.yaml @@ -68,7 +68,7 @@ jobs: - name: Build binaries run: make - - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: build path: build/ \ No newline at end of file diff --git a/.github/workflows/fleet-and-orbit.yml b/.github/workflows/fleet-and-orbit.yml index d912a4adeab0..32b3fdc0c5e8 100644 --- a/.github/workflows/fleet-and-orbit.yml +++ b/.github/workflows/fleet-and-orbit.yml @@ -117,7 +117,7 @@ jobs: - name: Upload fleet logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: fleet-logs path: | @@ -225,21 +225,21 @@ jobs: ./tools/tuf/test/main.sh - name: Upload PKG installer - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: fleet-osquery.pkg path: | fleet-osquery.pkg - name: Upload DEB installer - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: fleet-osquery_42.0.0_amd64.deb path: | fleet-osquery_42.0.0_amd64.deb - name: Upload MSI installer - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: fleet-osquery.msi path: | @@ -287,7 +287,7 @@ jobs: - name: Upload orbit logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-logs path: | @@ -336,7 +336,7 @@ jobs: - name: Upload orbit logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-logs path: | @@ -379,7 +379,7 @@ jobs: - name: Upload Orbit logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-logs-windows path: C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log diff --git a/.github/workflows/fleetctl-preview-latest.yml b/.github/workflows/fleetctl-preview-latest.yml index 0a2edb8d934c..d274aa5fd8e0 100644 --- a/.github/workflows/fleetctl-preview-latest.yml +++ b/.github/workflows/fleetctl-preview-latest.yml @@ -74,7 +74,7 @@ jobs: - name: Upload logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: ${{ matrix.os }}-log path: | diff --git a/.github/workflows/fleetctl-preview.yml b/.github/workflows/fleetctl-preview.yml index 0574ed5a9044..23b99bb05740 100644 --- a/.github/workflows/fleetctl-preview.yml +++ b/.github/workflows/fleetctl-preview.yml @@ -77,7 +77,7 @@ jobs: - name: Upload logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: ${{ matrix.os }}-log path: | diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 0792d0535bc2..641aca97ad25 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -61,7 +61,7 @@ jobs: make desktop-app-tar-gz - name: Upload desktop.app.tar.gz - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: desktop.app.tar.gz path: desktop.app.tar.gz @@ -84,7 +84,7 @@ jobs: make desktop-windows - name: Upload fleet-desktop.exe - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: fleet-desktop.exe path: fleet-desktop.exe @@ -107,7 +107,7 @@ jobs: make desktop-linux - name: Upload desktop.tar.gz - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: desktop.tar.gz path: desktop.tar.gz diff --git a/.github/workflows/generate-osqueryd-targets.yml b/.github/workflows/generate-osqueryd-targets.yml index 964ff8a6fd73..e1f4bece1042 100644 --- a/.github/workflows/generate-osqueryd-targets.yml +++ b/.github/workflows/generate-osqueryd-targets.yml @@ -31,7 +31,7 @@ jobs: make osqueryd-app-tar-gz out-path=. version=$OSQUERY_VERSION - name: Upload osqueryd.app.tar.gz - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: osqueryd.app.tar.gz path: osqueryd.app.tar.gz @@ -50,7 +50,7 @@ jobs: ./opt/osquery/bin/osqueryd --version - name: Upload osqueryd for linux - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: osqueryd path: opt/osquery/bin/osqueryd @@ -73,7 +73,7 @@ jobs: C:\temp\osquery\osqueryd\osqueryd.exe --version - name: Upload osqueryd for Windows - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: osqueryd.exe path: C:\temp\osquery\osqueryd\osqueryd.exe diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 14ba5d5b14c1..94ab88ef1ea6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -177,7 +177,7 @@ jobs: - name: Upload Orbit logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-macos-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-logs path: | @@ -237,7 +237,7 @@ jobs: - name: Upload Orbit logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-ubuntu-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-logs path: | @@ -273,7 +273,7 @@ jobs: mv fleet-osquery.msi orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi - name: Upload MSI - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi path: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi @@ -315,7 +315,7 @@ jobs: - name: Upload Orbit logs if: always() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: orbit-windows-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-logs path: C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 91d13ef0180e..1eaeb699e9e2 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -43,7 +43,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2.3.1 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21ebaff2fcb8..c996939c4a82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,7 +108,7 @@ jobs: - name: Upload artifacts if: failure() - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2 with: name: cypress path: |