Skip to content

Commit b87a451

Browse files
renovate[bot]nzbr
authored andcommitted
chore(deps): pin dependencies
1 parent 2ad8643 commit b87a451

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

.github/actions/install-nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ runs:
1414
1515
- name: Install Nix ❄️
1616
if: ${{ steps.check-nix.outputs.nix-found != 'true' }}
17-
uses: cachix/install-nix-action@v31
17+
uses: cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
1818
with:
1919
github_access_token: ${{ github.token }}

.github/actions/setup-dotnet/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ runs:
66
using: 'composite'
77
steps:
88
- name: Setup MSBuild # Needed for APPX packaging
9-
uses: microsoft/setup-msbuild@v1.3
9+
uses: microsoft/setup-msbuild@ede762b26a2de8d110bb5a3db4d7e0e080c0e917 # v1.3
1010
with:
1111
vs-version: '[17.2,'
1212

1313
- name: Setup .NET SDK
1414
id: setup-dotnet
15-
uses: actions/setup-dotnet@v4
15+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1616
with:
1717
dotnet-version: 8
1818
cache: true

.github/workflows/on_command.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Get actor permissions
2020
id: check-permissions
2121
continue-on-error: true
22-
uses: prince-chrismc/check-actor-permissions-action@v3.0.2
22+
uses: prince-chrismc/check-actor-permissions-action@d504e74ba31658f4cdf4fcfeb509d4c09736d88e # v3.0.2
2323
with:
2424
permission: write
2525

@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Post error message if not permitted
3232
if: ${{ !steps.check-permissions.outputs.permitted && github.actor != 'nixos-wsl-bot' }}
33-
uses: thollander/actions-comment-pull-request@v3.0.1
33+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
3434
with:
3535
pr-number: ${{ inputs.pr_number || github.event.issue.number }}
3636
message: |
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v4.2.2
57+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858

5959
- name: Get PR branch
6060
id: branch
@@ -64,7 +64,7 @@ jobs:
6464
echo "branch=$(gh pr view ${{ github.event.issue.number }} --json headRefName -q .headRefName)" >> $GITHUB_OUTPUT
6565
6666
- name: Dispatch workflow
67-
uses: actions/github-script@v7.0.1
67+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6868
with:
6969
script: |
7070
github.rest.actions.createWorkflowDispatch({

.github/workflows/on_label.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
steps:
2424
- name: Check actor permissions
2525
id: check-permissions
26-
uses: prince-chrismc/check-actor-permissions-action@v3.0.2
26+
uses: prince-chrismc/check-actor-permissions-action@d504e74ba31658f4cdf4fcfeb509d4c09736d88e # v3.0.2
2727
with:
2828
permission: write
2929

3030
- name: Checkout
31-
uses: actions/checkout@v4.2.2
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232

3333
- name: Create backport PR
3434
id: backport
35-
uses: korthout/backport-action@v3.2.1
35+
uses: korthout/backport-action@0193454f0c5947491d348f33a275c119f30eb736 # v3.2.1
3636
with:
3737
merge_commits: "skip"
3838
add_author_as_assignee: true
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v4.2.2
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252

5353
- name: Get PR branch
5454
id: branch
@@ -58,7 +58,7 @@ jobs:
5858
echo "branch=$(gh pr view ${{ matrix.pr }} --json headRefName -q .headRefName)" >> $GITHUB_OUTPUT
5959
6060
- name: Dispatch workflow
61-
uses: actions/github-script@v7.0.1
61+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6262
with:
6363
script: |
6464
github.rest.actions.createWorkflowDispatch({

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
if: ${{ inputs.post_result }}
2727
steps:
28-
- uses: thollander/actions-comment-pull-request@v3.0.1
28+
- uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
2929
with:
3030
pr-number: ${{ inputs.pr_number || github.event.pull_request.number }}
3131
comment-tag: ci-status

.github/workflows/on_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Download Tarball 📥
19-
uses: actions/download-artifact@v4
19+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
2020
with:
2121
name: tarball
2222

@@ -25,7 +25,7 @@ jobs:
2525
sha256sum nixos.wsl > nixos.wsl.sha256
2626
2727
- name: Attach to Release 📎
28-
uses: softprops/action-gh-release@v2
28+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
2929
with:
3030
files: |
3131
nixos.wsl

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
pull-requests: write
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: release-drafter/release-drafter@v6
27+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/run_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
with:
1414
fetch-depth: 0
1515

@@ -30,7 +30,7 @@ jobs:
3030
filename: nixos.wsl
3131

3232
- name: Upload Tarball 📤
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3434
with:
3535
name: tarball
3636
path: nixos.wsl

.github/workflows/run_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
checks: ${{ steps.checks.outputs.checks }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
with:
1616
fetch-depth: 0
1717

@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838
with:
3939
fetch-depth: 0
4040

.github/workflows/run_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
with:
2323
fetch-depth: 0
2424

@@ -38,11 +38,11 @@ jobs:
3838
sed -i 's|<base href="/">|<base href="/NixOS-WSL">|' dist/404.html
3939
4040
- name: Upload documentation 📥
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
4242
with:
4343
path: dist
4444

4545
- name: Deploy to GitHub Pages 🚀
4646
if: github.ref == 'refs/heads/main'
4747
id: deployment
48-
uses: actions/deploy-pages@v4
48+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

0 commit comments

Comments
 (0)