diff --git a/.github/workflows/fluttercheck.yml b/.github/workflows/fluttercheck.yml index e31d015..5659aaa 100644 --- a/.github/workflows/fluttercheck.yml +++ b/.github/workflows/fluttercheck.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Install flutter - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: flutter-version: '3.29.0' - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false @@ -29,12 +29,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Install flutter - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: flutter-version: '3.29.0' - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index 5a493b1..057bf42 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false - name: Set up Go 1.22 - uses: actions/setup-go@v5 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #5.3.0 with: go-version: '1.22' cache-dependency-path: nebula/go.sum diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12db8d4..b8f3c70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,24 +12,24 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false fetch-depth: 25 # For sentry releases - name: Set up Go 1.22 - uses: actions/setup-go@v5 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #5.3.0 with: go-version: '1.22' cache-dependency-path: nebula/go.sum - - uses: actions/setup-java@v4 + - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 #v4.7.0 with: distribution: 'zulu' java-version: '17' - name: Install flutter - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: flutter-version: '3.29.0' @@ -101,7 +101,7 @@ jobs: fi - name: Collect iOS artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #4.6.1 with: name: MobileNebula.ipa path: ios/MobileNebula.ipa @@ -139,7 +139,7 @@ jobs: unzip -p build/app/outputs/apk/release/MobileNebula.apks universal.apk > build/app/outputs/apk/release/MobileNebula.apk - name: Collect Android artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #4.6.1 with: name: MobileNebula.aab path: build/app/outputs/bundle/release/app-release.aab diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 3b00ace..52ab69e 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -13,23 +13,23 @@ jobs: runs-on: macos-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false - name: Set up Go 1.22 - uses: actions/setup-go@v5 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #5.3.0 with: go-version: '1.22' cache-dependency-path: nebula/go.sum - - uses: actions/setup-java@v4 + - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 #v4.7.0 with: distribution: 'zulu' java-version: '17' - name: Install flutter - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: flutter-version: '3.29.0' @@ -77,7 +77,7 @@ jobs: unzip -p build/app/outputs/apk/debug/app-debug.apks universal.apk > build/app/outputs/apk/debug/app-debug.apk - name: Collect debug apk if: github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #4.6.1 with: name: MobileNebulaDebug.apk path: build/app/outputs/apk/debug/app-debug.apk @@ -89,18 +89,18 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false - name: Set up Go 1.22 - uses: actions/setup-go@v5 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #5.3.0 with: go-version: '1.22' cache-dependency-path: nebula/go.sum - name: Install flutter - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: flutter-version: '3.29.0' diff --git a/.github/workflows/swiftfmt.yml b/.github/workflows/swiftfmt.yml index da93362..421e4c3 100644 --- a/.github/workflows/swiftfmt.yml +++ b/.github/workflows/swiftfmt.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 with: show-progress: false