Skip to content

Commit 5bdbad7

Browse files
authored
Pin action versions. (#22)
1 parent 1914afa commit 5bdbad7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2020

21-
- uses: haskell/actions/setup@v2
21+
- uses: haskell/actions/setup@5ff2575cfa27ef8693b7252e0ed1cb0ad87af57e # v2.3.7
2222
with:
2323
enable-stack: true
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v3
26+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
2727
with:
2828
path: ~/.stack
2929
key: stack-${{ hashFiles('package.yaml', 'stack.yaml') }}
3030
restore-keys: stack-
3131

3232
- name: Cache build artifacts
33-
uses: actions/cache@v3
33+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3434
with:
3535
path: .stack-work
3636
key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Update version tags
57-
uses: zyactions/update-semver@v1
57+
uses: zyactions/update-semver@c9a9216ea7196808948ba819fa19abe4a246a711 # v1.0.3
5858
with:
5959
ignore-prerelease: false

0 commit comments

Comments
 (0)