Skip to content

Commit 90a7180

Browse files
author
Matthew Yeazel
authored
Merge pull request #985 from rpkelly/update_actions
github: lock actions by commit
2 parents a757daf + dc5a8ab commit 90a7180

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
group: bottlerocket
2020
labels: bottlerocket_ubuntu-latest_8-core
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323
- run: make sdk-build
2424
# If we forget to add yamlgen changes to our commits, this will fail.
2525
- name: ensure that git is clean

.github/workflows/licenses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
# If we already checked the PR, we don't need to check the actual push
2121
if: ${{ github.event_name == 'pull_request' }}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2424
- run: make cargo-deny

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
checklint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919
- run: make mdlint

.github/workflows/tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
group: bottlerocket
2020
labels: bottlerocket_ubuntu-latest_16-core
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323
# Build local tools container in case we are working on a new tools release
2424
- run: make tools
2525
- run: make images

0 commit comments

Comments
 (0)