We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 493b7c1 + f228aa6 commit 8626353Copy full SHA for 8626353
.github/workflows/kubernetes.yaml
@@ -9,7 +9,7 @@ jobs:
9
kustomize_build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
with:
14
path: repo
15
- name: kustomize build
.github/workflows/publish-container.yaml
@@ -18,7 +18,7 @@ jobs:
18
packages: write
19
20
- name: Checkout
21
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
23
ref: ${{ github.event.pull_request.head.sha }}
24
- name: Docker meta
0 commit comments