Skip to content

Commit 6c273b3

Browse files
authored
Merge pull request #819 from adamralph/pin-actions
pin actions
2 parents 894582d + e82655d commit 6c273b3

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
name: ${{ matrix.job.name }}
2424
runs-on: ${{ matrix.job.os }}
2525
steps:
26-
- uses: actions/setup-dotnet@v5.1.0
26+
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
2727
with:
2828
dotnet-version: 10.0.102
29-
- uses: actions/checkout@v6.0.2
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
fetch-depth: 0
3232
filter: tree:0
3333
persist-credentials: false
3434
- run: ./build
3535
- if: matrix.job.name == 'ubuntu'
36-
uses: actions/upload-artifact@v6.0.0
36+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737
with:
3838
name: NuGet packages
3939
path: ./artifacts/*.nupkg

.github/workflows/infer-sharp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
infer-sharp:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-dotnet@v5.1.0
12+
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
1313
with:
1414
dotnet-version: '10.0.102'
15-
- uses: actions/checkout@v6.0.2
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
persist-credentials: false
1818
- run: dotnet build
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
binary-path: './SimpleExec'
2424
- run: cat infer-out/report.txt
25-
- uses: actions/upload-artifact@v6.0.0
25+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2626
with:
2727
name: InferSharp reports
2828
path: infer-out/report.*
29-
- uses: github/codeql-action/upload-sarif@v3.23.0
29+
- uses: github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
3030
with:
3131
sarif_file: infer-out/report.sarif

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: read
1313
statuses: write
1414
steps:
15-
- uses: actions/checkout@v6.0.2
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
fetch-depth: 0
1818
filter: tree:0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
release:
1313
runs-on: ubuntu-24.04-arm
1414
steps:
15-
- uses: actions/setup-dotnet@v5.1.0
15+
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
1616
with:
1717
dotnet-version: 10.0.102
18-
- uses: actions/checkout@v6.0.2
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
2121
- run: ./build pack

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
spell-check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6.0.2
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212
with:
1313
persist-credentials: false
1414
- run: npx cspell@5.2.1 "**/*"

0 commit comments

Comments
 (0)