Skip to content

Commit

Permalink
chore: update sha/version reference for action/checkout (#122)
Browse files Browse the repository at this point in the history
* chore: update sha/version reference for action/checkout

Signed-off-by: catsby <clint@defenseunicorns.com>

* update renovate config

Signed-off-by: catsby <clint@defenseunicorns.com>

---------

Signed-off-by: catsby <clint@defenseunicorns.com>
  • Loading branch information
catsby authored Nov 6, 2024
1 parent b2ed83f commit 3e826bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: ["v1.29.8-k3s1", "v1.30.4-k3s1", "v1.31.0-k3s1"]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install UDS CLI
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install UDS CLI
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
Expand Down
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
{
"matchFileNames": [".github/workflows/**", ".github/actions/**"],
"groupName": "githubactions",
"commitMessageTopic": "githubactions",
"pinDigests": true
"commitMessageTopic": "githubactions"
}
]
}

0 comments on commit 3e826bf

Please sign in to comment.