Skip to content

Commit

Permalink
ci: replace tag with commit sha due to security concerns (#283)
Browse files Browse the repository at this point in the history
* ci: replace tag with commit sha due to security concerns

* chore: fix formatting issue
  • Loading branch information
sahani-deriv authored Dec 15, 2023
1 parent f7f96bc commit ce0cadc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
with:
flutter-version: "3.10.2"
channel: stable
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

- name: 🤫 Set SSH Key
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@fd34b8dee206fe74b288a5e61bc95fba2f1911eb
with:
ssh-private-key: ${{secrets.SSH_PRIVATE_KEY}}

Expand Down

0 comments on commit ce0cadc

Please sign in to comment.