Skip to content

Commit ec8027d

Browse files
authored
chore: pin GitHub Actions to full-length commit SHAs (#385)
1 parent 4ec4959 commit ec8027d

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/dart_plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
sdk: [stable, beta]
1616

1717
steps:
18-
- uses: dart-lang/setup-dart@v1
18+
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 # pin@v1.7.2
1919
with:
2020
sdk: ${{ matrix.sdk }}
2121

22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323

2424
- name: 'Pub Get'
2525
run: |
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
timeout-minutes: 15
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5252
- uses: axel-op/dart-package-analyzer@7a6c3c66bce78d82b729a1ffef2d9458fde6c8d2 #v3
5353
id: analysis
5454
with:

.github/workflows/integration-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
env:
3939
TEST_PLATFORM: ${{ matrix.target }}
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242

4343
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #2.18.0
4444

45-
- uses: actions/setup-java@v5
45+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
4646
with:
4747
distribution: 'temurin'
4848
java-version: '17'
@@ -53,7 +53,7 @@ jobs:
5353
- run: (flutter --version)[0] | Out-File flutter.version
5454
shell: pwsh
5555

56-
- uses: actions/cache@v4
56+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5757
with:
5858
path: temp/testapp-${{ matrix.target }}
5959
key: integration-test-${{ matrix.host }}-${{ matrix.target }}-${{ hashFiles('flutter.version') }}
@@ -63,7 +63,7 @@ jobs:
6363

6464
- run: dart test --tags integration
6565

66-
- uses: actions/upload-artifact@v5
66+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6767
if: failure()
6868
with:
6969
name: ${{ matrix.target }}-build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727
with:
2828
token: ${{ steps.token.outputs.token }}
2929
fetch-depth: 0

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
cli:
14-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
14+
uses: getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2
1515
with:
1616
path: scripts/update-cli.sh
1717
name: CLI

0 commit comments

Comments
 (0)