Skip to content

Commit 8e19fff

Browse files
Update actions/checkout digest to 692973e
1 parent 1eae311 commit 8e19fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest-4-cores
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
10+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
- name: Install Helm
1212
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
1313
- name: Install kind

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
echo "version=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_ENV"
1515
- name: Checkout code
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717
- name: Install Helm
1818
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
1919
- name: Package Helm Chart

0 commit comments

Comments
 (0)