Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dev-build-workflow: ${{ steps.filter.outputs.dev-build-workflow }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
id: filter
with:
filters: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -123,7 +123,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache AppImage tools
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/echo-appimage-tools
key: appimage-tools-v1
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
if: needs.paths.outputs.android == 'true' || needs.paths.outputs.dev-build-workflow == 'true'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: '17'
Expand All @@ -198,7 +198,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -207,7 +207,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache Gradle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -258,7 +258,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
apps/client/ios/Pods
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -297,7 +297,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
apps/client/macos/Pods
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -428,15 +428,15 @@ jobs:
url: https://dev.echo-messenger.us
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata
id: meta
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
with:
images: ghcr.io/${{ github.repository }}/server
tags: |
Expand All @@ -446,7 +446,7 @@ jobs:
# still build for verification but don't pollute ghcr with tags
# we'd never pull from. `:dev` itself is rolling; `dev-<sha>` is
# the rollback handle if `:dev` breaks.
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
with:
context: .
file: apps/server/Dockerfile
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -489,21 +489,21 @@ jobs:
run: |
flutter pub get
flutter build web --release --pwa-strategy=none --dart-define=APP_VERSION=dev
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata
id: meta
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
with:
images: ghcr.io/${{ github.repository }}/web
tags: |
type=raw,value=dev
type=sha,prefix=dev-,format=short
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
with:
context: apps/client
file: apps/client/Dockerfile.web
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
print(f"Coverage {pct:.1f}% meets the required {threshold:.0f}% threshold.")
EOF
- name: Upload Flutter coverage
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
with:
files: apps/client/coverage/lcov.info
flags: flutter
Expand All @@ -103,7 +103,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
timeout-minutes: 25
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: '17'
Expand All @@ -142,7 +142,7 @@ jobs:
channel: stable
cache: true
- name: Cache pub-cache + .dart_tool
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.pub-cache
Expand All @@ -151,7 +151,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pubcache-
- name: Cache Gradle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
fi

- name: Open or update issue
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
with:
title: ${{ env.ISSUE_TITLE }}
content-filepath: /tmp/outage-issue.md
Expand Down
Loading