Skip to content

Commit 0d92ce1

Browse files
⬆️ update GitHub Actions
1 parent 512a292 commit 0d92ce1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
outputs:
1818
changed: ${{ steps.filter.outputs.changed }}
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2121
with:
2222
persist-credentials: false
2323
- name: 🔎 checking for changes
24-
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
24+
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
2525
id: filter
2626
with:
2727
filters: |

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
if: inputs.should-run == 'true'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
18+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919
with:
2020
fetch-depth: 0 # required for MinVer
2121
persist-credentials: false
2222

2323
- name: setup .NET
24-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
24+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
2525
with:
2626
global-json-file: global.json
2727
cache: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222
with:
2323
sparse-checkout: global.json
2424
persist-credentials: false
2525

26-
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
26+
- uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5
2727
with:
2828
global-json-file: global.json
2929

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
contents: read
1717
actions: read
1818
security-events: write
19-
uses: Spillgebees/admin/.github/workflows/zizmor.yml@a71d815a53f77f9cabca802b4bd9b69fe2fcd96e # main
19+
uses: Spillgebees/admin/.github/workflows/zizmor.yml@e75cced477868f4707780f3a664b73f262994a49 # main

0 commit comments

Comments
 (0)