Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 31405d1 commit 0f3ccc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Check Buildah Remote
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

Check warning on line 10 in .github/workflows/check-buildah-remote.yaml

View workflow job for this annotation

GitHub Actions / yamllint

10:73 [comments] too few spaces before comment
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- task-generator/remote
- task-generator/trusted-artifacts
steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
with:
go-version-file: './${{matrix.path}}/go.mod'
Expand All @@ -31,7 +31,7 @@ jobs:
- task-generator/remote
- task-generator/trusted-artifacts
steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- name: Install Go
uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- task-generator/remote
- task-generator/trusted-artifacts
steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
with:
go-version-file: './${{matrix.path}}/go.mod'
Expand Down

0 comments on commit 0f3ccc9

Please sign in to comment.