Skip to content

Commit 81932c1

Browse files
chore(deps): pin dependencies
1 parent a39da3c commit 81932c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mago.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222

2323
- name: Cache Mago
24-
uses: actions/cache@v4
24+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2525
with:
2626
path: .mago
2727
key: ${{ runner.os }}-mago-${{ hashFiles('mago.toml') }}
2828
restore-keys: |
2929
${{ runner.os }}-mago-
3030
3131
- name: Setup Mago
32-
uses: nhedger/setup-mago@v1
32+
uses: nhedger/setup-mago@b1b8f89862e133daf595f9ec95c7193c36ccfc14 # v1
3333
with:
3434
version: "latest"
3535
token: ${{ github.token }}

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
verbose: false
174174

175175
packages:
176-
uses: opentelemetry-php/gh-workflows/.github/workflows/validate-packages.yml@main
176+
uses: opentelemetry-php/gh-workflows/.github/workflows/validate-packages.yml@21e75f4123f69dd6c0b3acda14b90044112a2538 # main
177177
needs: php
178178
with:
179179
matrix_extension: '["ast, json, grpc"]'

0 commit comments

Comments
 (0)