diff --git a/.github/workflows/build-binaries.yaml b/.github/workflows/build-binaries.yaml index c61eac4793..b40ec18464 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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # 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 53307aeec8..9d488e8951 100644 --- a/.github/workflows/fleet-and-orbit.yml +++ b/.github/workflows/fleet-and-orbit.yml @@ -114,7 +114,7 @@ jobs: - name: Upload fleet logs if: always() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: fleet-logs path: | @@ -203,7 +203,7 @@ jobs: - name: Upload orbit logs if: always() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: orbit-${{ matrix.os }}-logs-${{ matrix.osqueryd-channel }} path: | @@ -253,7 +253,7 @@ jobs: - name: Upload orbit logs if: always() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: orbit-windows-logs-${{ matrix.osqueryd-channel }} path: | diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 1499343c26..8344a483e6 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -57,7 +57,7 @@ jobs: make desktop-app-tar-gz - name: Upload desktop.app.tar.gz - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: desktop.app.tar.gz path: desktop.app.tar.gz @@ -80,7 +80,7 @@ jobs: make desktop-windows - name: Upload fleet-desktop.exe - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: fleet-desktop.exe path: fleet-desktop.exe \ No newline at end of file diff --git a/.github/workflows/generate-osqueryd-app-tar-gz.yml b/.github/workflows/generate-osqueryd-app-tar-gz.yml index fed381b7a5..b2ee5ecedf 100644 --- a/.github/workflows/generate-osqueryd-app-tar-gz.yml +++ b/.github/workflows/generate-osqueryd-app-tar-gz.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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: osqueryd.app.tar.gz path: osqueryd.app.tar.gz diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 239f82947e..1cb2352b78 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -212,7 +212,7 @@ jobs: mv fleet-osquery.msi orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi - name: Upload MSI - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi path: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 4632db590b..e328bdef71 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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99be763382..115da759cb 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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: cypress path: |