From 575623160dc7db049f7a343eb72ae4a79489055f Mon Sep 17 00:00:00 2001 From: Elisha Date: Sun, 29 Mar 2026 14:30:36 +0300 Subject: [PATCH] ci: pin third-party GitHub Actions to immutable SHAs --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a61f95b629..b2d4c7547c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,7 +348,7 @@ jobs: - uses: actions/checkout@v6 - name: setup alpine linux - uses: jirutka/setup-alpine@master + uses: jirutka/setup-alpine@ae3b3ddba35054804fc4a3507b519fa7e8152050 - name: install dependencies run: | @@ -515,7 +515,7 @@ jobs: uses: actions/checkout@v6 - name: run VM - uses: cross-platform-actions/action@master + uses: cross-platform-actions/action@e3d398ccb5a2c7515317e19d84b92baf2ae5ed71 with: operating_system: freebsd architecture: x86-64 @@ -553,7 +553,7 @@ jobs: uses: actions/checkout@v6 - name: run VM - uses: cross-platform-actions/action@master + uses: cross-platform-actions/action@e3d398ccb5a2c7515317e19d84b92baf2ae5ed71 with: operating_system: openbsd architecture: x86-64 @@ -591,7 +591,7 @@ jobs: uses: actions/checkout@v6 - name: run VM - uses: cross-platform-actions/action@master + uses: cross-platform-actions/action@e3d398ccb5a2c7515317e19d84b92baf2ae5ed71 with: operating_system: netbsd architecture: x86-64 @@ -664,7 +664,7 @@ jobs: uses: actions/checkout@v6 - name: run VM - uses: cross-platform-actions/action@master + uses: cross-platform-actions/action@e3d398ccb5a2c7515317e19d84b92baf2ae5ed71 with: operating_system: haiku version: 'r1beta5' @@ -813,7 +813,7 @@ jobs: steps: - name: get latest release version id: get_version_release - uses: pozetroninc/github-action-get-latest-release@master + uses: pozetroninc/github-action-get-latest-release@53d33d213ee71c72360e3c829caf7cee94ec21e2 with: repository: ${{ github.repository }}