Skip to content

Commit

Permalink
chore(deps): pin dependencies (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Remi Gelinas <mail@remigelin.as>
  • Loading branch information
renovate[bot] authored Aug 4, 2024
1 parent cbef7e0 commit 35e84d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
outputs:
matrix: "${{ steps.set-matrix.outputs.matrix }}"
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up SSH agent
uses: webfactory/ssh-agent@v0.9.0
uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
with:
ssh-private-key: ${{ secrets.GH_USER_SSH_KEY }}
- name: Install Lix
uses: ./.github/actions/install-lix
- name: Set up cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
with:
diagnostic-endpoint: ""
- id: set-matrix
Expand All @@ -40,15 +40,15 @@ jobs:
matrix: ${{ fromJson(needs.attribute-matrix.outputs.matrix) }}
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up SSH agent
uses: webfactory/ssh-agent@v0.9.0
uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
with:
ssh-private-key: ${{ secrets.GH_USER_SSH_KEY }}
- name: Install Lix
uses: ./.github/actions/install-lix
- name: Set up cache
uses: DeterminateSystems/magic-nix-cache-action@v7
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
with:
diagnostic-endpoint: ""
- name: Build "${{ matrix.attr }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
pull-requests: read
steps:
- uses: thehanimo/pr-title-checker@v1.4.2
- uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375 # v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: ".github/pr-title-checker-config.json"

0 comments on commit 35e84d3

Please sign in to comment.