Skip to content

Commit

Permalink
chore(ci) pin hash of checkout action in lxd-ui workflow
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Nov 15, 2024
1 parent 3fcee47 commit 2d62905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ jobs:
LXD_OIDC_GROUPS_CLAIM: "lxd-idp-groups"
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Tune disk performance
uses: ./.github/actions/tune-disk-performance
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:
sudo -E LXD_DIR=/var/lib/lxd lxc config set user.show_permissions=true
- name: Checkout LXD-UI
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: 'canonical/lxd-ui'
ref: main
Expand Down

0 comments on commit 2d62905

Please sign in to comment.