Skip to content

Commit

Permalink
Bump gittuf-installer (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky authored Dec 16, 2024
1 parent 5c2dbee commit d8bd4d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gittuf-rsl-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
steps:
- name: Install gittuf
uses: gittuf/gittuf-installer@226868d1502eb509afafcf3c6722573785d6e013
uses: gittuf/gittuf-installer@f31e69c7c18c7473cbce18ed69a559b945d3a738
- name: Install gitsign
uses: chainguard-dev/actions/setup-gitsign@main
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gittuf-rsl-non-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
steps:
- name: Install gittuf
uses: gittuf/gittuf-installer@226868d1502eb509afafcf3c6722573785d6e013
uses: gittuf/gittuf-installer@f31e69c7c18c7473cbce18ed69a559b945d3a738
- name: Install gitsign
uses: chainguard-dev/actions/setup-gitsign@main
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gittuf-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install gittuf
uses: gittuf/gittuf-installer@226868d1502eb509afafcf3c6722573785d6e013
uses: gittuf/gittuf-installer@f31e69c7c18c7473cbce18ed69a559b945d3a738
- name: Checkout and verify repository
run: |
gittuf clone https://github.com/${{ github.repository }}
Expand Down

0 comments on commit d8bd4d4

Please sign in to comment.