Skip to content

Commit b0c5d65

Browse files
chore(deps): update actions/checkout digest to 93cb6ef
1 parent b5aa568 commit b0c5d65

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
KUBECONFIG: "${{ github.workspace }}/.kubeconfig.yaml"
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323
with:
2424
ref: ${{github.event.pull_request.head.sha}}
2525
- name: Set up Helm
@@ -49,7 +49,7 @@ jobs:
4949
name: Unit Tests
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
52+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5353
with:
5454
ref: ${{github.event.pull_request.head.sha}}
5555
- uses: d3adb5/helm-unittest-action@850bc76597579183998069830d5fa8c3ef0ea34a # v2
@@ -60,7 +60,7 @@ jobs:
6060
name: Helm Docs
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
63+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6464
with:
6565
ref: ${{github.event.pull_request.head.sha}}
6666
- name: Run helm-docs

.github/workflows/push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
1919
runs-on: stakater-nonprod
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222
with:
2323
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
2424
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ vars.RELEASE_CIRCUIT_BREAKER == 'false' }}
5555
steps:
5656
- name: Check out code
57-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
57+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5858
with:
5959
fetch-depth: 0
6060
- name: Get next version
@@ -73,7 +73,7 @@ jobs:
7373
if: needs.bump-version.outputs.has_next_version == 'true'
7474
steps:
7575
- name: Check out code
76-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
76+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7777
with:
7878
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
7979
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616
with:
1717
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
1818
- name: Create Release

0 commit comments

Comments
 (0)