Skip to content

Commit 4b51207

Browse files
pin gh actions (#234)
gh actions pinning
1 parent bb7115d commit 4b51207

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
5050
5151
- name: Run integration tests
52-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
52+
uses: databrickslabs/sandbox/acceptance@3313d06ce86227537b3f37f5974f7eecb2a8e59a # acceptance/v0.4.4
5353
with:
5454
vault_uri: ${{ secrets.VAULT_URI }}
5555
env:

.github/workflows/downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pip install "hatch==${HATCH_VERSION}"
5353
5454
- name: Downstreams
55-
uses: databrickslabs/sandbox/downstreams@acceptance/v0.4.2
55+
uses: databrickslabs/sandbox/downstreams@3313d06ce86227537b3f37f5974f7eecb2a8e59a # acceptance/v0.4.4 # downstreams/v0.0.1
5656
with:
5757
repo: ${{ matrix.downstream.name }}
5858
org: databrickslabs

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pip install "hatch==${HATCH_VERSION}"
4040

4141
- name: Run nightly tests
42-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
42+
uses: databrickslabs/sandbox/acceptance@3313d06ce86227537b3f37f5974f7eecb2a8e59a # acceptance/v0.4.4
4343
with:
4444
vault_uri: ${{ secrets.VAULT_URI }}
4545
create_issues: true

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: make test
5151

5252
- name: Publish test coverage
53-
uses: odecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
53+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656

0 commit comments

Comments
 (0)